QJCC homepage

biz.chitec.quarterback.swing
Class ConsoleLabeller

java.lang.Object
  extended bybiz.chitec.quarterback.swing.JLabeller
      extended bybiz.chitec.quarterback.swing.ConsoleLabeller

public class ConsoleLabeller
extends JLabeller

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.

Version:
$Id: 256def686da71177d5e87cacd5d80eddc655c141 $
Author:
chitec/Dirk Hillbrecht 2000-2001 Distributed under the terms of the GNU LGPL.

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

ConsoleLabeller

public ConsoleLabeller()
Method Detail

setText

public void setText(java.lang.String tx)
Set text on JLabel. This method is thread-safe!

Overrides:
setText in class JLabeller

clearText

public void clearText()
Clear text in JLabel. This method is thread-safe!

Overrides:
clearText in class JLabeller

QJCC homepage