net.lenkaspace.creeper.view
Class CROutputPopup

java.lang.Object
  extended by net.lenkaspace.creeper.view.CRTextPopup
      extended by net.lenkaspace.creeper.view.CROutputPopup
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class CROutputPopup
extends CRTextPopup
implements java.awt.event.ActionListener

The output panel. Displays in a separate thread in order to provide run-time data.

Version:
2.0
Author:
Lenka Pitonakova contact@lenkaspace.net

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

CROutputPopup

public CROutputPopup()
Method Detail

getSingleton

public static CROutputPopup getSingleton()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Called each time interval.

Specified by:
actionPerformed in interface java.awt.event.ActionListener

display

public void display()
Clear current output and set new one. Force open if closed.


clearOutput

public void clearOutput()
Clear current output


displayTimeOutput

public void displayTimeOutput(java.lang.String text)
Add to small top output text that will be displayed when actionPerformed is called

Parameters:
text - string

displayOutput

public void displayOutput(java.lang.String text)
Add to main output text that will be displayed when actionPerformed is called

Parameters:
text - string