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

Various graphical and logical components needed when the EclipseTheme is active.

See:
          Description

Interface Summary
EclipseThemeConnector  
 

Class Summary
DefaultEclipseThemeConnector  
EclipseBorder  
EclipseColorScheme A ColorScheme used by the EclipseTheme.
EclipseDisplayerFactory  
EclipseDockableDisplayer  
EclipseDockActionSource A list of DockActions filtered by the EclipseThemeConnector, using EclipseThemeConnector.isTabAction(Dockable, DockAction).
EclipseDockTitleFactory A DockTitleFactory that calls another factory but only if the method EclipseThemeConnector.getTitleBarKind(Dockable) returns EclipseThemeConnector.TitleBar.BASIC for the Dockable whose title should be created.
EclipseStackDockComponent A StackDockComponent, based on a RexTabbedComponent, which looks like eclipse.
EclipseStationPaint  
EclipseTabbedComponent  
NoTitleDisplayer A DockableDisplayer which is not able to show the DockTitle of its Dockable.
RectEclipseBorder This border paints a thin line.
RoundRectButton A button that has a round rect shape.
RoundRectDropDownButton A button with a shape of a roundrect, displaying a DropDownAction.
 

Enum Summary
EclipseThemeConnector.TitleBar Describes which kind of title, and which kind of DockableDisplayer should be used for a Dockable or a DockStation.
 

Annotation Types Summary
EclipseTabDockAction Marks a DockAction that it should be shown in the tabs when the EclipseTheme is used.
 

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

Various graphical and logical components needed when the EclipseTheme is active.