Class 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>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javax.swing.SwingWorker

        javax.swing.SwingWorker.StateValue
    • 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 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • doInBackground

        protected java.util.Map<java.lang.String,​java.util.List<ScriptFunctionHint>> doInBackground()
                                                                                                   throws java.lang.Exception
        Specified by:
        doInBackground in class javax.swing.SwingWorker<java.util.Map<java.lang.String,​java.util.List<ScriptFunctionHint>>,​java.lang.Void>
        Throws:
        java.lang.Exception
      • done

        protected void done()
        Overrides:
        done in class javax.swing.SwingWorker<java.util.Map<java.lang.String,​java.util.List<ScriptFunctionHint>>,​java.lang.Void>