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 SummaryFields inherited from interface com.jidesoft.hints.IntelliHintsCLIENT_PROPERTY_INTELLI_HINTS
- 
Constructor SummaryConstructorsConstructorDescriptionScriptIntelliHints(com.jidesoft.editor.CodeEditor codeEditor, Map<String, List<ScriptFunctionHint>> hintsMap) 
- 
Method SummaryModifier 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.AbstractCodeEditorIntelliHintsaddShowHintsKeyStroke, createPopup, getAllShowHintsKeyStrokes, getCaretRectangleForPopup, getCodeEditor, getContext, getDelimiters, getIntelliHints, getPopupDelay, getShowHintsKeyStroke, hideHintsPopup, install, isAutoPopup, isHintsPopupVisible, removeShowHintsKeyStroke, setAutoPopup, setDelimiters, setHintsEnabled, setPopupDelay, showHintsPopup, uninstall
- 
Constructor Details- 
ScriptIntelliHintspublic ScriptIntelliHints(com.jidesoft.editor.CodeEditor codeEditor, Map<String, List<ScriptFunctionHint>> hintsMap) 
 
- 
- 
Method Details- 
installpublic static ScriptIntelliHints install(com.jidesoft.editor.CodeEditor codeEditor, Map<String, List<ScriptFunctionHint>> hintsMap) 
- 
createHintsComponent
- 
getSelectedHint
- 
acceptHint- Specified by:
- acceptHintin interface- com.jidesoft.hints.IntelliHints
- Overrides:
- acceptHintin class- com.jidesoft.editor.AbstractCodeEditorIntelliHints
 
- 
updateHints
- 
updateHints
- 
getDelegateKeyStrokes- Specified by:
- getDelegateKeyStrokesin class- com.jidesoft.editor.AbstractCodeEditorIntelliHints
 
- 
getDelegateComponent- Specified by:
- getDelegateComponentin class- com.jidesoft.editor.AbstractCodeEditorIntelliHints
 
 
-