|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DockableDisplayer.Location | |
---|---|
bibliothek.gui.dock | |
bibliothek.gui.dock.themes.basic |
Uses of DockableDisplayer.Location in bibliothek.gui.dock |
---|
Fields in bibliothek.gui.dock declared as DockableDisplayer.Location | |
---|---|
private DockableDisplayer.Location |
DockableDisplayer.location
the location of the title |
Methods in bibliothek.gui.dock that return DockableDisplayer.Location | |
---|---|
DockableDisplayer.Location |
DockableDisplayer.getTitleLocation()
Gest the location of the title in respect to the Dockable. |
static DockableDisplayer.Location |
DockableDisplayer.Location.valueOf(java.lang.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 | |
---|---|
protected DockTitle.Orientation |
DockableDisplayer.orientation(DockableDisplayer.Location location)
Determines the orientation of a DockTitle according to its
location on this displayer. |
void |
DockableDisplayer.setTitleLocation(DockableDisplayer.Location location)
Sets the location of the title in respect to the Dockable. |
Constructors in bibliothek.gui.dock with parameters of type DockableDisplayer.Location | |
---|---|
DockableDisplayer(Dockable dockable,
DockTitle title,
DockableDisplayer.Location location)
Creates a new displayer, sets the title, its location and the content. |
Uses of DockableDisplayer.Location in bibliothek.gui.dock.themes.basic |
---|
Fields in bibliothek.gui.dock.themes.basic declared as DockableDisplayer.Location | |
---|---|
private DockableDisplayer.Location |
BasicDisplayerFactory.dockableLocation
The location of the title if a Dockable is sent to the factory |
private DockableDisplayer.Location |
BasicDisplayerFactory.stationLocation
The location of the title if a DockStation is sent to the factory |
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. |
Methods in bibliothek.gui.dock.themes.basic with parameters of type DockableDisplayer.Location | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |