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

Packages that use DockableDisplayer.Location
bibliothek.extension.gui.dock.theme.eclipse   
bibliothek.gui.dock   
bibliothek.gui.dock.themes.basic   
 

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 NoTitleDisplayer.getTitleLocation()
           
 DockableDisplayer.Location EclipseDockableDisplayer.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 NoTitleDisplayer.setTitleLocation(DockableDisplayer.Location location)
           
 void EclipseDockableDisplayer.setTitleLocation(DockableDisplayer.Location location)
           
 

Uses of DockableDisplayer.Location in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock 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 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.