org.dllearner.gui
Class InitWorker

java.lang.Object
  extended by javax.swing.SwingWorker<Boolean,Boolean>
      extended by org.dllearner.gui.InitWorker
All Implemented Interfaces:
Runnable, Future<Boolean>, RunnableFuture<Boolean>

public class InitWorker
extends SwingWorker<Boolean,Boolean>

Class, which is responsible for executing the init method of a component in a different thread and displaying a "please wait" message while the initialisation is in process.

Author:
Jens Lehmann

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValue
 
Constructor Summary
InitWorker(List<Component> components, StartGUI gui)
           
 
Method Summary
 
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, removePropertyChangeListener, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitWorker

public InitWorker(List<Component> components,
                  StartGUI gui)


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2008 Jens Lehmann