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 TypeMethodDescriptionvoidacceptHint(Object hint) static ScriptIntelliHintsinstall(com.jidesoft.editor.CodeEditor codeEditor, Map<String, List<ScriptFunctionHint>> hintsMap) booleanupdateHints(Object context) booleanupdateHints(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:
acceptHintin interfacecom.jidesoft.hints.IntelliHints- Overrides:
acceptHintin classcom.jidesoft.editor.AbstractCodeEditorIntelliHints
-
updateHints
-
updateHints
-
getDelegateKeyStrokes
- Specified by:
getDelegateKeyStrokesin classcom.jidesoft.editor.AbstractCodeEditorIntelliHints
-
getDelegateComponent
- Specified by:
getDelegateComponentin classcom.jidesoft.editor.AbstractCodeEditorIntelliHints
-