java.lang.Object
com.jidesoft.editor.AbstractCodeEditorIntelliHints
com.inductiveautomation.ignition.designer.scripteditor.component.ScriptIntelliHints
All Implemented Interfaces:
com.jidesoft.hints.IntelliHints

public class ScriptIntelliHints extends com.jidesoft.editor.AbstractCodeEditorIntelliHints
  • Constructor Details

  • Method Details

    • install

      public static ScriptIntelliHints install(com.jidesoft.editor.CodeEditor codeEditor, Map<String,List<ScriptFunctionHint>> hintsMap)
    • createHintsComponent

      public JComponent createHintsComponent()
    • getSelectedHint

      public Object getSelectedHint()
    • acceptHint

      public void acceptHint(Object hint)
      Specified by:
      acceptHint in interface com.jidesoft.hints.IntelliHints
      Overrides:
      acceptHint in class com.jidesoft.editor.AbstractCodeEditorIntelliHints
    • updateHints

      public boolean updateHints(Object context)
    • updateHints

      public boolean updateHints(Object o, boolean b)
    • getDelegateKeyStrokes

      public KeyStroke[] getDelegateKeyStrokes()
      Specified by:
      getDelegateKeyStrokes in class com.jidesoft.editor.AbstractCodeEditorIntelliHints
    • getDelegateComponent

      public JComponent getDelegateComponent()
      Specified by:
      getDelegateComponent in class com.jidesoft.editor.AbstractCodeEditorIntelliHints