Class IgnitionDesigner.LoadGWName
java.lang.Object
javax.swing.SwingWorker<String,Void>
com.inductiveautomation.ignition.designer.IgnitionDesigner.LoadGWName
- All Implemented Interfaces:
Runnable
,Future<String>
,RunnableFuture<String>
- Enclosing class:
- IgnitionDesigner
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValue
-
Constructor Summary
Constructors -
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
-
LoadGWName
protected LoadGWName()
-
-
Method Details
-
doInBackground
- Specified by:
doInBackground
in classSwingWorker<String,
Void> - Throws:
Exception
-
done
protected void done()- Overrides:
done
in classSwingWorker<String,
Void>
-