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

Packages that use TabPaneListener
bibliothek.gui.dock.station.stack.tab This package contains a generic implementation of a "tabbed-pane". 
 

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

Classes in bibliothek.gui.dock.station.stack.tab that implement TabPaneListener
 class AbstractTabLayoutManagerPane
          Information about a TabPane that gets laid out by a AbstractTabLayoutManager.
 class MenuLineLayoutPane
          Represents one of the TabPanes that are managed by a MenuLineLayout.
 

Methods in bibliothek.gui.dock.station.stack.tab that return TabPaneListener
protected  TabPaneListener[] AbstractTabPane.listeners()
          Gets all the TabPaneListeners that are known to this TabPane
 

Methods in bibliothek.gui.dock.station.stack.tab with parameters of type TabPaneListener
 void AbstractTabPane.addTabPaneListener(TabPaneListener listener)
           
 void TabPane.addTabPaneListener(TabPaneListener listener)
          Adds a listener to this pane, the listener has to be informed when elements are added or removed, and when the selection changes.
 void AbstractTabPane.removeTabPaneListener(TabPaneListener listener)
           
 void TabPane.removeTabPaneListener(TabPaneListener listener)
          Removes a listener from this pane.