Class TagBrowseTree.StartupWorker
java.lang.Object
javax.swing.SwingWorker<Integer,Integer>
com.inductiveautomation.factorypmi.application.components.TagBrowseTree.StartupWorker
- All Implemented Interfaces:
Runnable
,Future<Integer>
,RunnableFuture<Integer>
- Enclosing class:
- TagBrowseTree
Class that helps properly set the properties on the tree during startup
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValue
-
Constructor Summary
ConstructorsConstructorDescriptionStartupWorker
(String rootNodePath, Dataset selectedPaths, int selectedMode, int treeMode) -
Method Summary
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
-
Constructor Details
-
StartupWorker
-
-
Method Details
-
doInBackground
- Specified by:
doInBackground
in classSwingWorker<Integer,
Integer> - Throws:
Exception
-
done
public void done()- Overrides:
done
in classSwingWorker<Integer,
Integer>
-