Class AlarmEditPanel.CustomEditorReferenceMenuCustomizer

java.lang.Object
com.inductiveautomation.ignition.designer.sqltags.editor.editors.AlarmEditPanel.CustomEditorReferenceMenuCustomizer
All Implemented Interfaces:
com.jidesoft.swing.JideMenu.PopupMenuCustomizer, ActionListener, EventListener
Enclosing class:
AlarmEditPanel

protected abstract class AlarmEditPanel.CustomEditorReferenceMenuCustomizer extends Object implements com.jidesoft.swing.JideMenu.PopupMenuCustomizer, ActionListener
A popup menu customizer that creates elements that insert references in the form of "{val}" in the editor. The menu items can display text that will be different than what's inserted by setting the item's "name" property to the keyword to insert.
  • Constructor Details

    • CustomEditorReferenceMenuCustomizer

      public CustomEditorReferenceMenuCustomizer(com.jidesoft.editor.CodeEditor editor)
  • Method Details