tail
Class PropsMgr
java.lang.Object
|
+--tail.PropsMgr
- public class PropsMgr
- extends java.lang.Object
Holder and Manipulator of Properties of
Tail Application. Typically used for group manipulation
of properties..
- Version:
- 1.0
- Author:
- Elango Sundaram
|
Method Summary |
void |
add(java.lang.String name,
javax.swing.JTextArea jT,
tail.TailLoader tLoader)
Add a components under consideration |
static PropsMgr |
getInstance()
|
void |
setFontChange(java.lang.String currentFontName,
int currentFontStyle,
int currentFontSize)
Group manipulation of Font Change.. |
void |
setTailSize(int tailSize)
This will he;p update the tail sizes of all opened files in
the tail application. |
void |
setWrap(boolean wrap)
Group manipulation of Wrap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static PropsMgr getInstance()
add
public void add(java.lang.String name,
javax.swing.JTextArea jT,
tail.TailLoader tLoader)
- Add a components under consideration
setFontChange
public void setFontChange(java.lang.String currentFontName,
int currentFontStyle,
int currentFontSize)
- Group manipulation of Font Change..
setWrap
public void setWrap(boolean wrap)
- Group manipulation of Wrap
setTailSize
public void setTailSize(int tailSize)
- This will he;p update the tail sizes of all opened files in
the tail application.