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 Summary
Constructors Constructor Description GatewayIntellihintsInstaller(java.util.List<GlobalScriptEditor.ScriptConfigPanel> editors) 
- 
Method Summary
All 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
- 
GatewayIntellihintsInstaller
public GatewayIntellihintsInstaller(java.util.List<GlobalScriptEditor.ScriptConfigPanel> editors)
 
 - 
 
- 
Method Detail
- 
doInBackground
protected java.util.Map<java.lang.String,java.util.List<ScriptFunctionHint>> doInBackground() throws java.lang.Exception
- Specified by:
 doInBackgroundin classjavax.swing.SwingWorker<java.util.Map<java.lang.String,java.util.List<ScriptFunctionHint>>,java.lang.Void>- Throws:
 java.lang.Exception
 
- 
done
protected void done()
- Overrides:
 donein classjavax.swing.SwingWorker<java.util.Map<java.lang.String,java.util.List<ScriptFunctionHint>>,java.lang.Void>
 
 - 
 
 -