DockableDisplayer
s that are used
by the EclipseTheme
.See: Description
Class | Description |
---|---|
EclipseBasicDockableDisplayer |
This
BasicDockableDisplayer observes the EclipseThemeConnector
and may discard itself if no longer valid. |
EclipseDisplayerFactory |
This factory makes use of a
EclipseThemeConnector to decide which
kind of DockableDisplayer to create. |
EclipseDockableDisplayer |
The
EclipseDockableDisplayer is used to present Dockable s with the EclipseThemeConnector.TitleBar.ECLIPSE
look. |
NoTitleBarDisplayer |
A
DockableDisplayer which is used in situations when usually no DockTitle nor any tab is shown. |
TitleBarObserver |
This class adds an
EclipseThemeConnectorListener automatically
to the current EclipseThemeConnector and calls TitleBarObserver.invalidated()
if the current EclipseThemeConnector.TitleBar for some Dockable does not fit
a previously given description. |
DockableDisplayer
s that are used
by the EclipseTheme
.