|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object biz.chitec.quarterback.swing.JLabeller biz.chitec.quarterback.swing.ConsoleLabeller
Label-like class with asynchronously callable text set and clear methods. Note that this class is NOT a subclass of JLabel but a wrapper around an already instanciated JLabel.
Field Summary |
Fields inherited from class biz.chitec.quarterback.swing.JLabeller |
|
Constructor Summary | |
ConsoleLabeller()
|
Method Summary | |
void |
clearText()
Clear text in JLabel. |
void |
setText(java.lang.String tx)
Set text on JLabel. |
Methods inherited from class biz.chitec.quarterback.swing.JLabeller |
setBlockOneClear, setText |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConsoleLabeller()
Method Detail |
public void setText(java.lang.String tx)
setText
in class JLabeller
public void clearText()
clearText
in class JLabeller
|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |