Class GlobalScriptEditor.GatewayIntellihintsInstaller
- java.lang.Object
- 
- javax.swing.SwingWorker<java.util.Map<java.lang.String,java.util.List<ScriptFunctionHint>>,java.lang.Void>
- 
- com.inductiveautomation.ignition.designer.scripteditor.GlobalScriptEditor.GatewayIntellihintsInstaller
 
 
- 
- All Implemented Interfaces:
- java.lang.Runnable,- java.util.concurrent.Future<java.util.Map<java.lang.String,java.util.List<ScriptFunctionHint>>>,- java.util.concurrent.RunnableFuture<java.util.Map<java.lang.String,java.util.List<ScriptFunctionHint>>>
 - Enclosing class:
- GlobalScriptEditor
 
 protected static class GlobalScriptEditor.GatewayIntellihintsInstaller extends javax.swing.SwingWorker<java.util.Map<java.lang.String,java.util.List<ScriptFunctionHint>>,java.lang.Void> 
- 
- 
Constructor SummaryConstructors Constructor Description GatewayIntellihintsInstaller(java.util.List<GlobalScriptEditor.ScriptConfigPanel> editors)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Map<java.lang.String,java.util.List<ScriptFunctionHint>>doInBackground()protected voiddone()
 
- 
- 
- 
Constructor Detail- 
GatewayIntellihintsInstallerpublic GatewayIntellihintsInstaller(java.util.List<GlobalScriptEditor.ScriptConfigPanel> editors) 
 
- 
 - 
Method Detail- 
doInBackgroundprotected java.util.Map<java.lang.String,java.util.List<ScriptFunctionHint>> doInBackground() throws java.lang.Exception - Specified by:
- doInBackgroundin class- javax.swing.SwingWorker<java.util.Map<java.lang.String,java.util.List<ScriptFunctionHint>>,java.lang.Void>
- Throws:
- java.lang.Exception
 
 - 
doneprotected void done() - Overrides:
- donein class- javax.swing.SwingWorker<java.util.Map<java.lang.String,java.util.List<ScriptFunctionHint>>,java.lang.Void>
 
 
- 
 
-