Uses of Interface
bibliothek.gui.dock.displayer.DockableDisplayerHints

Packages that use DockableDisplayerHints
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.dockable Some classes related to Dockable
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
 

Uses of DockableDisplayerHints in bibliothek.gui
 

Methods in bibliothek.gui with parameters of type DockableDisplayerHints
 void Dockable.configureDisplayerHints(DockableDisplayerHints hints)
          Orders this Dockable to configure hints which will be used by the parent component of this element.
 

Uses of DockableDisplayerHints in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return DockableDisplayerHints
protected  DockableDisplayerHints SplitDockStation.getConfigurableDisplayerHints()
          Gets the argument that was last used for SplitDockStation.configureDisplayerHints(DockableDisplayerHints).
 

Methods in bibliothek.gui.dock with parameters of type DockableDisplayerHints
 void SplitDockStation.configureDisplayerHints(DockableDisplayerHints hints)
           
 void StackDockStation.configureDisplayerHints(DockableDisplayerHints hints)
           
 

Uses of DockableDisplayerHints in bibliothek.gui.dock.dockable
 

Methods in bibliothek.gui.dock.dockable that return DockableDisplayerHints
protected  DockableDisplayerHints AbstractDockable.getConfigurableDisplayerHints()
          Gets the last DockableDisplayerHints that were given to AbstractDockable.configureDisplayerHints(DockableDisplayerHints).
 

Methods in bibliothek.gui.dock.dockable with parameters of type DockableDisplayerHints
 void AbstractDockable.configureDisplayerHints(DockableDisplayerHints hints)
           
 

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

Classes in bibliothek.gui.dock.themes.basic that implement DockableDisplayerHints
protected  class BasicDockableDisplayer.Hints
          This implementation of DockableDisplayerHints forwards any changes to its BasicDockableDisplayer.