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 SummaryNested classes/interfaces inherited from class javax.swing.SwingWorkerSwingWorker.StateValue
- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionprotected Map<String,List<ScriptFunctionHint>> protected voiddone()Methods inherited from class javax.swing.SwingWorkeraddPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
- 
Constructor Details- 
GatewayIntellihintsInstaller
 
- 
- 
Method Details- 
doInBackground- Specified by:
- doInBackgroundin class- SwingWorker<Map<String,- List<ScriptFunctionHint>>, - Void> 
- Throws:
- Exception
 
- 
doneprotected void done()- Overrides:
- donein class- SwingWorker<Map<String,- List<ScriptFunctionHint>>, - Void> 
 
 
-