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
protected static class AbstractTabLayoutManager.PaneInfo
          Information about a TabPane that gets laid out by this AbstractTabLayoutManager.
protected  class MenuLineLayout.Layout
          Layout information for a TabPane.
 

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.