|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.lenkaspace.creeper.view.CRTextPopup
net.lenkaspace.creeper.view.CROutputPopup
public class CROutputPopup
The output panel. Displays in a separate thread in order to provide run-time data.
| Constructor Summary | |
|---|---|
CROutputPopup()
|
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Called each time interval. |
void |
clearOutput()
Clear current output |
void |
display()
Clear current output and set new one. |
void |
displayOutput(java.lang.String text)
Add to main output text that will be displayed when actionPerformed is called |
void |
displayTimeOutput(java.lang.String text)
Add to small top output text that will be displayed when actionPerformed is called |
static CROutputPopup |
getSingleton()
|
| Methods inherited from class net.lenkaspace.creeper.view.CRTextPopup |
|---|
getSize, getTitle, open, setLocation, setSize, setText, setTitle |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CROutputPopup()
| Method Detail |
|---|
public static CROutputPopup getSingleton()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void display()
public void clearOutput()
public void displayTimeOutput(java.lang.String text)
text - stringpublic void displayOutput(java.lang.String text)
text - string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||