Uses of Class
bibliothek.gui.dock.station.DisplayerCollection

Packages that use DisplayerCollection
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.station Elements needed by various implementations of the DockStation interface. 
 

Uses of DisplayerCollection in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return DisplayerCollection
 DisplayerCollection FlapDockStation.getDisplayers()
          Gets the set of displayers currently used on this station.
 DisplayerCollection ScreenDockStation.getDisplayers()
          Gets the current set of displayers used on this station.
 DisplayerCollection SplitDockStation.getDisplayers()
          Gets the set of displayers that are currently used by this station.
 DisplayerCollection StackDockStation.getDisplayers()
          Gets the set of displayers used on this station.
 

Uses of DisplayerCollection in bibliothek.gui.dock.station
 

Constructors in bibliothek.gui.dock.station with parameters of type DisplayerCollection
StationChildHandle(DockStation station, DisplayerCollection displayers, Dockable dockable, DockTitleVersion title)
          Creates a new handle, initializes a DockTitleRequest but no DockableDisplayer nor a DockTitle.