org.dllearner.gui
Class InitWorker
java.lang.Object
javax.swing.SwingWorker<Boolean,Boolean>
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
| Methods inherited from class javax.swing.SwingWorker |
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, removePropertyChangeListener, run |
InitWorker
public InitWorker(List<Component> components,
StartGUI gui)
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2008 Jens Lehmann