Package | Description |
---|---|
bibliothek.extension.gui.dock.theme |
Contains some
DockTheme s. |
bibliothek.extension.gui.dock.theme.eclipse |
Various graphical and logical components needed when the
EclipseTheme
is active. |
Modifier and Type | Field and Description |
---|---|
static PropertyKey<EclipseThemeConnector> |
EclipseTheme.THEME_CONNECTOR
Provides additional dockable-wise information used to layout components
in the EclipseTheme.
|
Modifier and Type | Method and Description |
---|---|
EclipseThemeConnector |
EclipseTheme.getThemeConnector(DockController controller)
Gets the connector which is used for decisions which are normally
altered by the client.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEclipseThemeConnector
This default implementation of
EclipseThemeConnector draws the typical eclipse-header over Dockable s
and neither border nor title over DockStation s. |
Modifier and Type | Method and Description |
---|---|
void |
EclipseThemeConnectorListener.titleBarChanged(EclipseThemeConnector source,
Dockable dockable,
EclipseThemeConnector.TitleBar title)
Called if the result of
getTitleBarKind(bibliothek.gui.DockStation, Dockable)
has changed. |