Class SessionSelector.ProjectTreeWorker
java.lang.Object
javax.swing.SwingWorker<Void, ca.phon.app.session.SessionSelector.ProjectTreeInsertionData>
ca.phon.app.session.SessionSelector.ProjectTreeWorker
- All Implemented Interfaces:
Runnable,Future<Void>,RunnableFuture<Void>
- Enclosing class:
SessionSelector
public class SessionSelector.ProjectTreeWorker
extends SwingWorker<Void, ca.phon.app.session.SessionSelector.ProjectTreeInsertionData>
Worker for building the tree structure of the project
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValueNested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, publish, removePropertyChangeListener, run, setProgressMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.concurrent.Future
exceptionNow, resultNow, state
-
Constructor Details
-
ProjectTreeWorker
public ProjectTreeWorker()
-
-
Method Details
-
doInBackground
- Specified by:
doInBackgroundin classSwingWorker<Void, ca.phon.app.session.SessionSelector.ProjectTreeInsertionData>- Throws:
Exception
-
process
- Overrides:
processin classSwingWorker<Void, ca.phon.app.session.SessionSelector.ProjectTreeInsertionData>
-
done
protected void done()- Overrides:
donein classSwingWorker<Void, ca.phon.app.session.SessionSelector.ProjectTreeInsertionData>
-