Class AlarmEditPanel.CustomEditorReferenceMenuCustomizer

  • All Implemented Interfaces:
    com.jidesoft.swing.JideMenu.PopupMenuCustomizer, java.awt.event.ActionListener, java.util.EventListener
    Enclosing class:
    AlarmEditPanel

    protected abstract class AlarmEditPanel.CustomEditorReferenceMenuCustomizer
    extends java.lang.Object
    implements com.jidesoft.swing.JideMenu.PopupMenuCustomizer, java.awt.event.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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void actionPerformed​(java.awt.event.ActionEvent e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.jidesoft.swing.JideMenu.PopupMenuCustomizer

        customize
    • Constructor Detail

      • CustomEditorReferenceMenuCustomizer

        public CustomEditorReferenceMenuCustomizer​(com.jidesoft.editor.CodeEditor editor)
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener