Uses of Interface
bibliothek.gui.dock.station.stack.tab.TabMenuListener

Packages that use TabMenuListener
bibliothek.gui.dock.station.stack.menu Contains an abstract implementation of CombinedMenu including helper classes. 
bibliothek.gui.dock.station.stack.tab This package contains a generic implementation of a "tabbed-pane". 
 

Uses of TabMenuListener in bibliothek.gui.dock.station.stack.menu
 

Methods in bibliothek.gui.dock.station.stack.menu that return TabMenuListener
protected  TabMenuListener[] AbstractCombinedMenu.tabMenuListeners()
          Gets all the TabMenuListener that are currently registered at this menu.
 

Methods in bibliothek.gui.dock.station.stack.menu with parameters of type TabMenuListener
 void AbstractCombinedMenu.addTabMenuListener(TabMenuListener listener)
           
 void AbstractCombinedMenu.removeTabMenuListener(TabMenuListener listener)
           
 

Uses of TabMenuListener in bibliothek.gui.dock.station.stack.tab
 

Methods in bibliothek.gui.dock.station.stack.tab with parameters of type TabMenuListener
 void TabMenu.addTabMenuListener(TabMenuListener listener)
          Adds a new listener to this menu.
 void TabMenu.removeTabMenuListener(TabMenuListener listener)
          Removes listener from this menu.