|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DockableDisplayer.Location | |
|---|---|
| bibliothek.extension.gui.dock.theme.eclipse.displayer | The DockableDisplayers that are used
by the EclipseTheme. |
| 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.displayer |
|---|
| Methods in bibliothek.extension.gui.dock.theme.eclipse.displayer that return DockableDisplayer.Location | |
|---|---|
DockableDisplayer.Location |
EclipseDockableDisplayer.getTitleLocation()
Deprecated. |
DockableDisplayer.Location |
NoTitleDisplayer.getTitleLocation()
Deprecated. |
| Methods in bibliothek.extension.gui.dock.theme.eclipse.displayer with parameters of type DockableDisplayer.Location | |
|---|---|
void |
EclipseDockableDisplayer.setTitleLocation(DockableDisplayer.Location location)
Deprecated. |
void |
NoTitleDisplayer.setTitleLocation(DockableDisplayer.Location location)
Deprecated. |
| Constructors in bibliothek.extension.gui.dock.theme.eclipse.displayer with parameters of type DockableDisplayer.Location | |
|---|---|
EclipseBasicDockableDisplayer(DockStation station,
Dockable dockable,
DockTitle title,
DockableDisplayer.Location location,
EclipseThemeConnector.TitleBar bar)
|
|
| 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(DockStation station,
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(DockStation station,
Dockable dockable,
DockTitle title,
DockableDisplayer.Location location)
Creates a new displayer. |
protected void |
BasicDockableDisplayer.init(DockStation station,
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)
|
void |
DisplayerContentPane.setTitleLocation(DockableDisplayer.Location location)
Sets the location at which the title should be shown. |
| Constructors in bibliothek.gui.dock.themes.basic with parameters of type DockableDisplayer.Location | |
|---|---|
BasicDockableDisplayer(DockStation station,
Dockable dockable,
DockTitle title,
DockableDisplayer.Location location)
Creates a new displayer, sets the title, its location and the content. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||