Class ExpressionEditorContextMenu.CodeEditorItemSelectionHandler
- java.lang.Object
- 
- com.inductiveautomation.ignition.designer.gui.ExpressionEditorContextMenu.CodeEditorItemSelectionHandler
 
- 
- All Implemented Interfaces:
- ExpressionEditorContextMenu.ItemSelectionHandler
 - Direct Known Subclasses:
- ExpressionEditorContextMenu.CodeEditorItemReferenceSelectionHandler
 - Enclosing class:
- ExpressionEditorContextMenu
 
 public static class ExpressionEditorContextMenu.CodeEditorItemSelectionHandler extends java.lang.Object implements ExpressionEditorContextMenu.ItemSelectionHandler Item selection handler that places the selected item directly into the code editor
- 
- 
Constructor SummaryConstructors Constructor Description CodeEditorItemSelectionHandler(com.inductiveautomation.ignition.designer.gui.tools.PythonTextArea editor)CodeEditorItemSelectionHandler(com.jidesoft.editor.CodeEditor editor)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiditemSelected(java.lang.String value)
 
- 
- 
- 
Method Detail- 
itemSelectedpublic void itemSelected(java.lang.String value) - Specified by:
- itemSelectedin interface- ExpressionEditorContextMenu.ItemSelectionHandler
 
 
- 
 
-