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
- 
- 
Constructor SummaryConstructors Constructor Description ScriptIntelliHints(com.jidesoft.editor.CodeEditor codeEditor, java.util.Map<java.lang.String,java.util.List<ScriptFunctionHint>> hintsMap)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidacceptHint(java.lang.Object hint)javax.swing.JComponentcreateHintsComponent()javax.swing.JComponentgetDelegateComponent()javax.swing.KeyStroke[]getDelegateKeyStrokes()java.lang.ObjectgetSelectedHint()static ScriptIntelliHintsinstall(com.jidesoft.editor.CodeEditor codeEditor, java.util.Map<java.lang.String,java.util.List<ScriptFunctionHint>> hintsMap)booleanupdateHints(java.lang.Object context)booleanupdateHints(java.lang.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 Detail- 
ScriptIntelliHintspublic ScriptIntelliHints(com.jidesoft.editor.CodeEditor codeEditor, java.util.Map<java.lang.String,java.util.List<ScriptFunctionHint>> hintsMap)
 
- 
 - 
Method Detail- 
installpublic static ScriptIntelliHints install(com.jidesoft.editor.CodeEditor codeEditor, java.util.Map<java.lang.String,java.util.List<ScriptFunctionHint>> hintsMap) 
 - 
createHintsComponentpublic javax.swing.JComponent createHintsComponent() 
 - 
getSelectedHintpublic java.lang.Object getSelectedHint() 
 - 
acceptHintpublic void acceptHint(java.lang.Object hint) - Specified by:
- acceptHintin interface- com.jidesoft.hints.IntelliHints
- Overrides:
- acceptHintin class- com.jidesoft.editor.AbstractCodeEditorIntelliHints
 
 - 
updateHintspublic boolean updateHints(java.lang.Object context) 
 - 
updateHintspublic boolean updateHints(java.lang.Object o, boolean b)
 - 
getDelegateKeyStrokespublic javax.swing.KeyStroke[] getDelegateKeyStrokes() - Specified by:
- getDelegateKeyStrokesin class- com.jidesoft.editor.AbstractCodeEditorIntelliHints
 
 - 
getDelegateComponentpublic javax.swing.JComponent getDelegateComponent() - Specified by:
- getDelegateComponentin class- com.jidesoft.editor.AbstractCodeEditorIntelliHints
 
 
- 
 
-