Uses of Class
bibliothek.gui.dock.DockableDisplayer

Packages that use DockableDisplayer
bibliothek.extension.gui.dock.theme.bubble   
bibliothek.extension.gui.dock.theme.flat   
bibliothek.gui.dock.station   
bibliothek.gui.dock.station.flap   
bibliothek.gui.dock.station.screen   
bibliothek.gui.dock.station.split   
bibliothek.gui.dock.station.support   
bibliothek.gui.dock.themes.basic   
 

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

Subclasses of DockableDisplayer in bibliothek.extension.gui.dock.theme.bubble
 class BubbleDisplayer
          A DockableDisplayer drawing a border around its content, but leaves the side at which the title lies open.
 

Methods in bibliothek.extension.gui.dock.theme.bubble that return DockableDisplayer
 DockableDisplayer BubbleDisplayerFactory.create(DockStation station, Dockable dockable, DockTitle title)
           
 

Uses of DockableDisplayer in bibliothek.extension.gui.dock.theme.flat
 

Methods in bibliothek.extension.gui.dock.theme.flat that return DockableDisplayer
 DockableDisplayer FlatDisplayerFactory.create(DockStation station, Dockable dockable, DockTitle title)
           
 

Uses of DockableDisplayer in bibliothek.gui.dock.station
 

Fields in bibliothek.gui.dock.station declared as DockableDisplayer
private  DockableDisplayer SplitDockStation.fullScreenDockable
          The Dockable which is currently in fullscreen-mode.
 

Fields in bibliothek.gui.dock.station with type parameters of type DockableDisplayer
private  java.util.List<DockableDisplayer> DisplayerCollection.displayers
          the set of displayers that are fetched but not released
private  java.util.List<DockableDisplayer> SplitDockStation.dockables
          The list of Dockables which are shown on this station
private  java.util.List<DockableDisplayer> StackDockStation.dockables
          A list of all children
 

Methods in bibliothek.gui.dock.station that return DockableDisplayer
 DockableDisplayer DisplayerFactory.create(DockStation station, Dockable dockable, DockTitle title)
          Creates a new DockableDisplayer which will be shown on station, will have dockable as child and will display the title.
 DockableDisplayer DisplayerCollection.fetch(Dockable dockable, DockTitle title)
          Creates a new DockableDisplayer using the factory of this collection.
 

Methods in bibliothek.gui.dock.station that return types with arguments of type DockableDisplayer
 java.util.Iterator<DockableDisplayer> DisplayerCollection.iterator()
           
 

Methods in bibliothek.gui.dock.station with parameters of type DockableDisplayer
 void DisplayerCollection.release(DockableDisplayer displayer)
          Releases a displayer that was created by this collection.
 

Uses of DockableDisplayer in bibliothek.gui.dock.station.flap
 

Fields in bibliothek.gui.dock.station.flap declared as DockableDisplayer
private  DockableDisplayer FlapWindow.displayer
          The displayer which is the direct parent of the Dockable and its title
 

Methods in bibliothek.gui.dock.station.flap that return DockableDisplayer
 DockableDisplayer FlapWindow.getDisplayer()
          Gets the displayer used to show a Dockable.
 

Uses of DockableDisplayer in bibliothek.gui.dock.station.screen
 

Fields in bibliothek.gui.dock.station.screen declared as DockableDisplayer
private  DockableDisplayer ScreenDockDialog.displayer
           
 

Methods in bibliothek.gui.dock.station.screen that return DockableDisplayer
 DockableDisplayer ScreenDockDialog.getDisplayer()
          Gets the displayer which is shown on this dialog.
 

Methods in bibliothek.gui.dock.station.screen with parameters of type DockableDisplayer
 void ScreenDockDialog.setDisplayer(DockableDisplayer displayer)
          Sets the displayer which will be shown on this dialog.
 

Uses of DockableDisplayer in bibliothek.gui.dock.station.split
 

Fields in bibliothek.gui.dock.station.split declared as DockableDisplayer
private  DockableDisplayer Leaf.displayer
          The displayer whose size and location is calculated by this leaf
 

Methods in bibliothek.gui.dock.station.split that return DockableDisplayer
 DockableDisplayer Leaf.getDisplayer()
          Gets the displayer of this leaf.
 DockableDisplayer SplitDockAccess.getFullScreenDockable()
          Gets the DockableDisplayer which is currently in fullscreen-mode.
 

Methods in bibliothek.gui.dock.station.split with parameters of type DockableDisplayer
 void SplitDockAccess.add(DockableDisplayer displayer)
          Adds a displayer to the list of all known displayers.
 void Leaf.setDisplayer(DockableDisplayer displayer)
          Sets the displayer whose size and location will be determined by this leaf.
 

Constructors in bibliothek.gui.dock.station.split with parameters of type DockableDisplayer
Leaf(SplitDockAccess access, DockableDisplayer displayer)
          Creates a new leaf.
 

Uses of DockableDisplayer in bibliothek.gui.dock.station.support
 

Methods in bibliothek.gui.dock.station.support that return DockableDisplayer
 DockableDisplayer DisplayerFactoryWrapper.create(DockStation station, Dockable dockable, DockTitle title)
           
 

Uses of DockableDisplayer in bibliothek.gui.dock.themes.basic
 

Methods in bibliothek.gui.dock.themes.basic that return DockableDisplayer
 DockableDisplayer BasicDisplayerFactory.create(DockStation station, Dockable dockable, DockTitle title)