Uses of Interface
bibliothek.gui.dock.station.stack.StackDockComponentListener

Packages that use StackDockComponentListener
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.gui.dock.station.stack Elements which are related to the StackDockStation
 

Uses of StackDockComponentListener in bibliothek.extension.gui.dock.theme.bubble
 

Classes in bibliothek.extension.gui.dock.theme.bubble that implement StackDockComponentListener
 class BubbleTab
          A Tab used by the BubbleStackDockComponent.
 

Uses of StackDockComponentListener in bibliothek.gui.dock.station.stack
 

Methods in bibliothek.gui.dock.station.stack with parameters of type StackDockComponentListener
 void CombinedStackDockComponent.addStackDockComponentListener(StackDockComponentListener listener)
           
 void DefaultStackDockComponent.addStackDockComponentListener(StackDockComponentListener listener)
           
 void StackDockComponent.addStackDockComponentListener(StackDockComponentListener listener)
          Adds a listener to this component, it will be called if the selection changes.
 void CombinedStackDockComponent.removeStackDockComponentListener(StackDockComponentListener listener)
           
 void DefaultStackDockComponent.removeStackDockComponentListener(StackDockComponentListener listener)
           
 void StackDockComponent.removeStackDockComponentListener(StackDockComponentListener listener)
          Removes listener from this component.