Uses of Class
bibliothek.gui.dock.station.DockableDisplayer.Location

Packages that use DockableDisplayer.Location
bibliothek.extension.gui.dock.theme.eclipse Various graphical and logical components needed when the EclipseTheme is active. 
bibliothek.extension.gui.dock.theme.flat Various graphical and logical components needed to paint the layout when FlatTheme is active. 
bibliothek.gui.dock.station Elements needed by various implementations of the DockStation interface. 
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
 

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

Methods in bibliothek.extension.gui.dock.theme.eclipse that return DockableDisplayer.Location
 DockableDisplayer.Location EclipseDockableDisplayer.getTitleLocation()
           
 DockableDisplayer.Location NoTitleDisplayer.getTitleLocation()
           
 

Methods in bibliothek.extension.gui.dock.theme.eclipse with parameters of type DockableDisplayer.Location
protected  BasicDockableDisplayer EclipseDisplayerFactory.create(Dockable dockable, DockTitle title, DockableDisplayer.Location location)
           
 void EclipseDockableDisplayer.setTitleLocation(DockableDisplayer.Location location)
           
 void NoTitleDisplayer.setTitleLocation(DockableDisplayer.Location location)
           
 

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

Constructors in bibliothek.extension.gui.dock.theme.flat with parameters of type DockableDisplayer.Location
FlatDockableDisplayer(Dockable dockable, DockTitle title, DockableDisplayer.Location location)
           
 

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

Methods in bibliothek.gui.dock.station that return DockableDisplayer.Location
 DockableDisplayer.Location DockableDisplayer.getTitleLocation()
          Gets the location of the title in respect to the Dockable.
static DockableDisplayer.Location DockableDisplayer.Location.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DockableDisplayer.Location[] DockableDisplayer.Location.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in bibliothek.gui.dock.station with parameters of type DockableDisplayer.Location
 void DockableDisplayer.setTitleLocation(DockableDisplayer.Location location)
          Sets the location of the title in respect to the Dockable.
 

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

Methods in bibliothek.gui.dock.themes.basic that return DockableDisplayer.Location
 DockableDisplayer.Location BasicDisplayerFactory.getDockableLocation()
          Gets the location where the DockTitle will be shown on the DockableDisplayer, if a Dockable is used as child.
 DockableDisplayer.Location BasicDisplayerFactory.getStationLocation()
          Gets the location where the DockTitle will be shown on the DockableDisplayer, if a DockStation is used as child.
 DockableDisplayer.Location BasicDockableDisplayer.getTitleLocation()
           
 

Methods in bibliothek.gui.dock.themes.basic with parameters of type DockableDisplayer.Location
protected  BasicDockableDisplayer BasicDisplayerFactory.create(Dockable dockable, DockTitle title, DockableDisplayer.Location location)
          Creates a new displayer.
protected  void BasicDockableDisplayer.init(Dockable dockable, DockTitle title, DockableDisplayer.Location location)
          Initialises all properties of this DockableDisplayer.
protected  DockTitle.Orientation BasicDockableDisplayer.orientation(DockableDisplayer.Location location)
          Determines the orientation of a DockTitle according to its location on this displayer.
 void BasicDisplayerFactory.setDockableLocation(DockableDisplayer.Location dockableLocation)
          Sets the location where the DockTitle will be shown on a DockableDisplayer if a Dockable is used as child.
 void BasicDisplayerFactory.setStationLocation(DockableDisplayer.Location stationLocation)
          Sets the location where the DockTitle will be shown on a DockableDisplayer if a DockStation is used as child.
 void BasicDockableDisplayer.setTitleLocation(DockableDisplayer.Location location)
           
 

Constructors in bibliothek.gui.dock.themes.basic with parameters of type DockableDisplayer.Location
BasicDockableDisplayer(Dockable dockable, DockTitle title, DockableDisplayer.Location location)
          Creates a new displayer, sets the title, its location and the content.