Package | Description |
---|---|
bibliothek.extension.gui.dock.theme.eclipse |
Various graphical and logical components needed when the
EclipseTheme
is active. |
bibliothek.extension.gui.dock.theme.eclipse.displayer |
The
DockableDisplayer s that are used
by the EclipseTheme . |
bibliothek.gui.dock.common.theme.eclipse |
Supporting classes for
CEclipseTheme . |
Modifier and Type | Method and Description |
---|---|
EclipseThemeConnector.TitleBar |
DefaultEclipseThemeConnector.getTitleBarKind(DockStation parent,
Dockable dockable) |
EclipseThemeConnector.TitleBar |
EclipseThemeConnector.getTitleBarKind(DockStation parent,
Dockable dockable)
Tells which kind of title and
DockableDisplayer should be
shown for dockable assuming everything can be chosen
freely. |
static EclipseThemeConnector.TitleBar |
EclipseThemeConnector.TitleBar.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EclipseThemeConnector.TitleBar[] |
EclipseThemeConnector.TitleBar.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EclipseThemeConnectorListener.titleBarChanged(EclipseThemeConnector source,
Dockable dockable,
EclipseThemeConnector.TitleBar title)
Called if the result of
EclipseThemeConnector.getTitleBarKind(bibliothek.gui.DockStation, Dockable)
has changed. |
Modifier and Type | Method and Description |
---|---|
protected BasicDockableDisplayer |
EclipseDisplayerFactory.create(DockStation station,
Dockable dockable,
DockTitle title,
boolean border,
EclipseThemeConnector.TitleBar bar)
Creates a new displayer.
|
Constructor and Description |
---|
EclipseBasicDockableDisplayer(DockStation station,
Dockable dockable,
DockTitle title,
DockableDisplayer.Location location,
EclipseThemeConnector.TitleBar bar) |
NoTitleBarDisplayer(DockStation station,
Dockable dockable,
DockTitle title,
EclipseThemeConnector.TitleBar bar) |
TitleBarObserver(DockStation station,
Dockable dockable,
EclipseThemeConnector.TitleBar titleBar)
Creates a new observer.
|
Modifier and Type | Method and Description |
---|---|
EclipseThemeConnector.TitleBar |
CommonEclipseThemeConnector.getTitleBarKind(DockStation parent,
Dockable dockable) |