| Package | Description |
|---|---|
| bibliothek.extension.gui.dock.theme |
Contains some
DockThemes. |
| 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 Dockables
and neither border nor title over DockStations. |
| 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. |
Copyright © 2017 Docking Frames. All rights reserved.