Uses of Interface
bibliothek.gui.dock.station.DockableDisplayer

Packages that use DockableDisplayer
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse.displayer The DockableDisplayers that are used by the EclipseTheme
bibliothek.extension.gui.dock.theme.flat Various graphical and logical components needed to paint the layout when FlatTheme is active. 
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.displayer Classes and interfaces that are needed by the DockableDisplayer
bibliothek.gui.dock.station Elements needed by various implementations of the DockStation interface. 
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
bibliothek.gui.dock.station.screen.window Contains the window ( JDialog, JInternalDialog, etc..) that shows the children of a ScreenDockStation and the classes required to configure that window. 
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
bibliothek.gui.dock.station.support Elements used by various DockStations to store properties and to propagate events to other objects. 
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
bibliothek.gui.dock.themes.color The color subsystem allows each kind of element to get its colors from a central repository. 
 

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.
 

Uses of DockableDisplayer in bibliothek.extension.gui.dock.theme.eclipse.displayer
 

Classes in bibliothek.extension.gui.dock.theme.eclipse.displayer that implement DockableDisplayer
 class EclipseBasicDockableDisplayer
          This BasicDockableDisplayer observes the EclipseThemeConnector and may discard itself if no longer valid.
 class EclipseDockableDisplayer
          The EclipseDockableDisplayer is used to present Dockables with the EclipseThemeConnector.TitleBar.ECLIPSE look.
 class NoTitleBarDisplayer
          A DockableDisplayer which is used in situations when usually no DockTitle nor any tab is shown.
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.displayer that return DockableDisplayer
protected  DockableDisplayer EclipseDisplayerFactory.create(DockStation station, Dockable dockable, DockTitle title)
          Creates a new DockableDisplayer for dockable.
 

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

Classes in bibliothek.extension.gui.dock.theme.flat that implement DockableDisplayer
 class FlatDockableDisplayer
          A DockableDisplayer that uses a FlatBorder.
 

Constructors in bibliothek.extension.gui.dock.theme.flat with parameters of type DockableDisplayer
FlatBorder(DockableDisplayer owner)
          Creates a new border.
 

Uses of DockableDisplayer in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock with parameters of type DockableDisplayer
protected  void SplitDockStation.discard(DockableDisplayer displayer)
          Removes displayer and creates a replacement.
protected  void StackDockStation.discard(DockableDisplayer displayer)
          Replaces displayer with a new instance.
 

Uses of DockableDisplayer in bibliothek.gui.dock.displayer
 

Methods in bibliothek.gui.dock.displayer that return DockableDisplayer
 DockableDisplayer DisplayerBackgroundComponent.getDisplayer()
          Gets the displayer which is represented by this component.
 DockableDisplayer DisplayerDockBorder.getDisplayer()
          Gets the displayer for which this border is used.
 

Methods in bibliothek.gui.dock.displayer with parameters of type DockableDisplayer
 void DisplayerRequest.answer(DockableDisplayer displayer)
          Sets the DockableDisplayer which should be shown.
protected  void DisplayerRequest.validate(DockableDisplayer resource)
           
 

Constructors in bibliothek.gui.dock.displayer with parameters of type DockableDisplayer
DisplayerFocusTraversalPolicy(DockableDisplayer displayer)
          Creates a new policy.
 

Uses of DockableDisplayer in bibliothek.gui.dock.station
 

Methods in bibliothek.gui.dock.station that return DockableDisplayer
 DockableDisplayer DisplayerCollection.fetch(Dockable dockable, DockTitle title)
          Creates a new DockableDisplayer using the factory of this collection.
 DockableDisplayer StationChildHandle.getDisplayer()
          Gest the current displayer for this handle.
 

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 DockableDisplayerListener.discard(DockableDisplayer displayer)
          Called by displayer if it is no longer valid and should be replaced by another displayer.
 void DockableDisplayerListener.moveableElementChanged(DockableDisplayer displayer)
          Called if the result of getMoveableElement() changed.
 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 DefaultFlapWindow.getDisplayer()
          Gets the displayer used to show a Dockable.
 DockableDisplayer FlapWindow.getDisplayer()
          Gets the DockableDisplayer which manages the dockable.
 

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

Methods in bibliothek.gui.dock.station.screen that return DockableDisplayer
 DockableDisplayer ScreenDockWindow.getDockableDisplayer()
          Gets the DockableDisplayer which manages the dockable.
 

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

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

Methods in bibliothek.gui.dock.station.screen.window with parameters of type DockableDisplayer
protected  void AbstractScreenDockWindow.showDisplayer(DockableDisplayer displayer)
           
protected abstract  void DisplayerScreenDockWindow.showDisplayer(DockableDisplayer displayer)
          Forces the subclass of this window to show displayer.
 

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 SplitDockCombinerSource.getOldDisplayer()
           
 

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

Methods in bibliothek.gui.dock.station.support that return DockableDisplayer
 DockableDisplayer CombinerSource.getOldDisplayer()
          Gets the DockableDisplayer which manages the old Dockable.
 DockableDisplayer CombinerSourceWrapper.getOldDisplayer()
           
 

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 BasicDockableDisplayer.DisplayerBorder.getDisplayer()
           
 

Constructors in bibliothek.gui.dock.themes.basic with parameters of type DockableDisplayer
TabDisplayerCombinerTarget(DockableDisplayer displayer, StackDockComponent stack, CombinerSource source, Enforcement force)
          Creates a new target, clients should call TabDisplayerCombinerTarget.isValid() to check whether the new target can be executed.
 

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

Methods in bibliothek.gui.dock.themes.color that return DockableDisplayer
 DockableDisplayer DisplayerColor.getDisplayer()
          Gets the element for which this color is used.
 

Constructors in bibliothek.gui.dock.themes.color with parameters of type DockableDisplayer
DisplayerColor(String id, DockableDisplayer displayer, Color backup)
          Creates a new DisplayerColor
DisplayerColor(String id, Path kind, DockableDisplayer displayer, Color backup)
          Creates a new DisplayerColor