Package | Description |
---|---|
bibliothek.extension.gui.dock.theme.eclipse.displayer |
The
DockableDisplayer s 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. |
Constructor and Description |
---|
EclipseBasicDockableDisplayer(DockStation station,
Dockable dockable,
DockTitle title,
DockableDisplayer.Location location,
EclipseThemeConnector.TitleBar bar) |
Constructor and Description |
---|
FlatDockableDisplayer(DockStation station,
Dockable dockable,
DockTitle title,
DockableDisplayer.Location location) |
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DockableDisplayer.setTitleLocation(DockableDisplayer.Location location)
Sets the location of the title in respect to the Dockable.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
BasicDockableDisplayer(DockStation station,
Dockable dockable,
DockTitle title,
DockableDisplayer.Location location)
Creates a new displayer, sets the title, its location and the
content.
|