Package bibliothek.extension.gui.dock.theme.eclipse.displayer

The DockableDisplayers that are used by the EclipseTheme.

See:
          Description

Class Summary
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 Deprecated. this class gets replaced by EclipseDockableDisplayer2, it is no longer used by the framework and only remains for backwards compatibility.
EclipseDockableDisplayer2 The new DockableDisplayer used by the EclipseTheme.
NoTitleBarDisplayer A DockableDisplayer which is used in situations when usually no DockTitle nor any tab is shown.
NoTitleDisplayer Deprecated. this displayer is no longer used by the framework, instead NoTitleBarDisplayer is used.
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.
 

Package bibliothek.extension.gui.dock.theme.eclipse.displayer Description

The DockableDisplayers that are used by the EclipseTheme.