Uses of Class
bibliothek.gui.dock.StackDockStation

Packages that use StackDockStation
bibliothek.gui.dock.common.group Contains the CGroupBehavior and its implementations, this interface allows to group Dockables together. 
bibliothek.gui.dock.station.stack Elements which are related to the StackDockStation
bibliothek.gui.dock.station.stack.tab This package contains a generic implementation of a "tabbed-pane". 
 

Uses of StackDockStation in bibliothek.gui.dock.common.group
 

Constructors in bibliothek.gui.dock.common.group with parameters of type StackDockStation
StackGroupMovement(StackDockStation dockParent, Dockable dockable, ExtendedMode target)
          Creates a new movement object.
 

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

Methods in bibliothek.gui.dock.station.stack that return StackDockStation
protected  StackDockStation StackDockStationFactory.createStation()
          Called when a new StackDockStation is required.
 StackDockStation StackDockStationFactory.layout(StackDockStationLayout layout, Map<Integer,Dockable> children, PlaceholderStrategy placeholders)
           
 StackDockStation StackDockStationFactory.layout(StackDockStationLayout layout, PlaceholderStrategy placeholders)
           
 

Methods in bibliothek.gui.dock.station.stack with parameters of type StackDockStation
 void TabContentFilterListener.contentChanged(StackDockStation station)
          Informs this listener that all icons, titles and tooltips of all children of station have changed.
 StackDockStationLayout StackDockStationFactory.getLayout(StackDockStation station, Map<Dockable,Integer> children)
           
 void StackDockStationFactory.setLayout(StackDockStation station, StackDockStationLayout layout, Map<Integer,Dockable> children, PlaceholderStrategy placeholders)
           
 void StackDockStationFactory.setLayout(StackDockStation element, StackDockStationLayout layout, PlaceholderStrategy placeholders)
           
 

Constructors in bibliothek.gui.dock.station.stack with parameters of type StackDockStation
TabDropLayer(StackDockStation station)
           
 

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

Fields in bibliothek.gui.dock.station.stack.tab with type parameters of type StackDockStation
protected  List<StackDockStation> AbstractTabContentFilter.stations
          all stations that are currently installed
 

Methods in bibliothek.gui.dock.station.stack.tab with parameters of type StackDockStation
protected  void AbstractTabContentFilter.added(StackDockStation station, Dockable dockable)
          Called when dockable is added to station, this method is called before the dock parent of dockable is set.
protected  void AbstractTabContentFilter.deselected(StackDockStation station, Dockable dockable)
          Called when the selection of station changed to another dockable than oldSelection.
protected  void DefaultTabContentFilter.deselected(StackDockStation station, Dockable dockable)
           
 TabContent AbstractTabContentFilter.filter(TabContent content, StackDockStation station, Dockable dockable)
          This implementation just returns content.
 TabContent DefaultTabContentFilter.filter(TabContent content, StackDockStation station, Dockable dockable)
           
 TabContent TabContentFilter.filter(TabContent content, StackDockStation station, Dockable dockable)
          Filters the contents of a tab.
protected  void AbstractTabContentFilter.fireChanged(StackDockStation station)
          Calls TabContentFilterListener.contentChanged(StackDockStation) on all listeners that are currently installed.
 void AbstractTabContentFilter.install(StackDockStation station)
           
 void TabContentFilter.install(StackDockStation station)
          Informs this filter that it will be used by station.
protected  void AbstractTabContentFilter.removed(StackDockStation station, Dockable dockable)
          Called when dockable has been removed from station.
protected  void AbstractTabContentFilter.selected(StackDockStation station, Dockable dockable)
          Called when the selection of station changed to newSelection.
protected  void DefaultTabContentFilter.selected(StackDockStation station, Dockable dockable)
           
 void AbstractTabContentFilter.uninstall(StackDockStation station)
           
 void TabContentFilter.uninstall(StackDockStation station)
          Informs this filter that it is no longer used by station.