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

Packages that use DockableDisplayerHints
bibliothek.gui   
bibliothek.gui.dock   
bibliothek.gui.dock.dockable   
bibliothek.gui.dock.themes.basic   
 

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.