Class GlobalScriptEditor.GatewayIntellihintsInstaller
java.lang.Object
javax.swing.SwingWorker<Map<String,List<ScriptFunctionHint>>,Void>
com.inductiveautomation.ignition.designer.scripteditor.GlobalScriptEditor.GatewayIntellihintsInstaller
- All Implemented Interfaces:
Runnable
,Future<Map<String,
,List<ScriptFunctionHint>>> RunnableFuture<Map<String,
List<ScriptFunctionHint>>>
- Enclosing class:
- GlobalScriptEditor
protected static class GlobalScriptEditor.GatewayIntellihintsInstaller
extends SwingWorker<Map<String,List<ScriptFunctionHint>>,Void>
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValue
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected Map<String,
List<ScriptFunctionHint>> protected void
done()
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
-
GatewayIntellihintsInstaller
-
-
Method Details
-
doInBackground
- Specified by:
doInBackground
in classSwingWorker<Map<String,
List<ScriptFunctionHint>>, Void> - Throws:
Exception
-
done
protected void done()- Overrides:
done
in classSwingWorker<Map<String,
List<ScriptFunctionHint>>, Void>
-