Class ScriptIntelliHints
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
-
Field Summary
Fields inherited from interface com.jidesoft.hints.IntelliHints
CLIENT_PROPERTY_INTELLI_HINTS
-
Constructor Summary
ConstructorsConstructorDescriptionScriptIntelliHints
(com.jidesoft.editor.CodeEditor codeEditor, Map<String, List<ScriptFunctionHint>> hintsMap) -
Method Summary
Modifier and TypeMethodDescriptionvoid
acceptHint
(Object hint) static ScriptIntelliHints
install
(com.jidesoft.editor.CodeEditor codeEditor, Map<String, List<ScriptFunctionHint>> hintsMap) boolean
updateHints
(Object context) boolean
updateHints
(Object o, boolean b) Methods inherited from class com.jidesoft.editor.AbstractCodeEditorIntelliHints
addShowHintsKeyStroke, createPopup, getAllShowHintsKeyStrokes, getCaretRectangleForPopup, getCodeEditor, getContext, getDelimiters, getIntelliHints, getPopupDelay, getShowHintsKeyStroke, hideHintsPopup, install, isAutoPopup, isHintsPopupVisible, removeShowHintsKeyStroke, setAutoPopup, setDelimiters, setHintsEnabled, setPopupDelay, showHintsPopup, uninstall
-
Constructor Details
-
ScriptIntelliHints
public ScriptIntelliHints(com.jidesoft.editor.CodeEditor codeEditor, Map<String, List<ScriptFunctionHint>> hintsMap)
-
-
Method Details
-
install
public static ScriptIntelliHints install(com.jidesoft.editor.CodeEditor codeEditor, Map<String, List<ScriptFunctionHint>> hintsMap) -
createHintsComponent
-
getSelectedHint
-
acceptHint
- Specified by:
acceptHint
in interfacecom.jidesoft.hints.IntelliHints
- Overrides:
acceptHint
in classcom.jidesoft.editor.AbstractCodeEditorIntelliHints
-
updateHints
-
updateHints
-
getDelegateKeyStrokes
- Specified by:
getDelegateKeyStrokes
in classcom.jidesoft.editor.AbstractCodeEditorIntelliHints
-
getDelegateComponent
- Specified by:
getDelegateComponent
in classcom.jidesoft.editor.AbstractCodeEditorIntelliHints
-