gate.gui
Class LogArea.SwingWriter
java.lang.Object
|
+--gate.gui.LogArea.SwingWriter
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- LogArea
- protected class LogArea.SwingWriter
- extends Object
- implements Runnable
A runnable that adds a bit of text to the area; needed so we can write
from the Swing thread.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
text
String text
style
Style style
LogArea.SwingWriter
LogArea.SwingWriter(String text,
Style style)
run
public void run()
- Specified by:
run
in interface Runnable