gate.gui
Class LogArea.SwingWriter

java.lang.Object
  extended by 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
 

Method Detail

run

public void run()
Specified by:
run in interface Runnable