Class TagBrowserPanel.TagMenuGenerator

  • All Implemented Interfaces:
    com.jidesoft.swing.JideMenu.PopupMenuCustomizer, java.util.EventListener, javax.swing.event.TreeSelectionListener
    Enclosing class:
    TagBrowserPanel

    protected class TagBrowserPanel.TagMenuGenerator
    extends java.lang.Object
    implements com.jidesoft.swing.JideMenu.PopupMenuCustomizer, javax.swing.event.TreeSelectionListener
    • Constructor Summary

      Constructors 
      Constructor Description
      TagMenuGenerator​(javax.swing.JTree tree)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void customize​(javax.swing.JPopupMenu menu)  
      void valueChanged​(javax.swing.event.TreeSelectionEvent e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TagMenuGenerator

        public TagMenuGenerator​(javax.swing.JTree tree)
    • Method Detail

      • customize

        public void customize​(javax.swing.JPopupMenu menu)
        Specified by:
        customize in interface com.jidesoft.swing.JideMenu.PopupMenuCustomizer
      • valueChanged

        public void valueChanged​(javax.swing.event.TreeSelectionEvent e)
        Specified by:
        valueChanged in interface javax.swing.event.TreeSelectionListener