Uses of Interface
bibliothek.gui.dock.DockableDisplayer

Packages that use DockableDisplayer
bibliothek.extension.gui.dock.theme.bubble   
bibliothek.extension.gui.dock.theme.eclipse   
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
 

Classes in bibliothek.extension.gui.dock.theme.bubble that implement DockableDisplayer
 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.eclipse
 

Classes in bibliothek.extension.gui.dock.theme.eclipse that implement DockableDisplayer
 class EclipseDockableDisplayer
           
 class NoTitleDisplayer
           
 

Methods in bibliothek.extension.gui.dock.theme.eclipse that return DockableDisplayer
 DockableDisplayer EclipseDisplayerFactory.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
 

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
 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
 

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
 

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
 

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
 

Classes in bibliothek.gui.dock.themes.basic that implement DockableDisplayer
 class BasicDockableDisplayer
          A panel which shows one Dockable and one DockTitle.
 

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