Uses of Class
bibliothek.gui.dock.StackDockStation

Packages that use StackDockStation
bibliothek.gui.dock.security A package dealing with the issues of Applets and Wepstart-applications. 
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.security
 

Subclasses of StackDockStation in bibliothek.gui.dock.security
 class SecureStackDockStation
          A StackDockStation which can operate in a restricted environment.
 

Methods in bibliothek.gui.dock.security that return StackDockStation
protected  StackDockStation SecureStackDockStationFactory.createStation()
           
 

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)
           
 StackDockStation StackDockStationFactory.layout(StackDockStationLayout layout, Map<Integer,Dockable> children)
           
 

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 element, StackDockStationLayout layout)
           
 void StackDockStationFactory.setLayout(StackDockStation station, StackDockStationLayout layout, Map<Integer,Dockable> children)
           
 

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.