Uses of Interface
bibliothek.gui.dock.support.menu.MenuPieceListener

Packages that use MenuPieceListener
bibliothek.gui.dock.support.menu Basic interfaces for a small framework that builds and manages JMenus with changing content. 
 

Uses of MenuPieceListener in bibliothek.gui.dock.support.menu
 

Methods in bibliothek.gui.dock.support.menu with parameters of type MenuPieceListener
 void MenuPiece.addListener(MenuPieceListener listener)
          Adds a listener to this piece, the listener will get informed when the children of this piece change.
 void MenuPiece.removeListener(MenuPieceListener listener)
          Removes listener from this piece.