public static enum EclipseThemeConnector.TitleBar extends Enum<EclipseThemeConnector.TitleBar>
DockableDisplayer
should be used for a Dockable or a DockStation. This
enumeration is mainly used by EclipseThemeConnector.getTitleBarKind(DockStation, Dockable)| Enum Constant and Description |
|---|
BASIC
The same as
BASIC_BORDERED, but without the border |
BASIC_BORDERED
|
ECLIPSE
The special kind of tabs that are used when multiple
Dockables are combined
and the EclipseTheme is active. |
NONE
No tab and no border
|
NONE_BORDERED
No tab at all, but with the typical eclipse-border
|
NONE_HINTED
No tab, and the border depends on the hints provided by the
Dockable (default is no border) |
NONE_HINTED_BORDERED
No tab, and the border depends on the hints provided by the
Dockable (default is with border) |
| Modifier and Type | Method and Description |
|---|---|
static EclipseThemeConnector.TitleBar |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EclipseThemeConnector.TitleBar[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EclipseThemeConnector.TitleBar BASIC_BORDERED
DockTitle to mark a Dockable. There
will be a border around the whole DockableDockTitle will be created using the DockTitleManager-system,
clients can change the kind of title by:DockTitleManager, clients
should then encapsulate their new factories in a EclipseDockTitleFactoryBasicTheme.setTitleFactory(bibliothek.gui.dock.title.DockTitleFactory, Priority)public static final EclipseThemeConnector.TitleBar BASIC
BASIC_BORDERED, but without the borderpublic static final EclipseThemeConnector.TitleBar ECLIPSE
Dockables are combined
and the EclipseTheme is active. This type always has a
border.public static final EclipseThemeConnector.TitleBar NONE_BORDERED
public static final EclipseThemeConnector.TitleBar NONE
public static final EclipseThemeConnector.TitleBar NONE_HINTED
Dockable (default is no border)public static final EclipseThemeConnector.TitleBar NONE_HINTED_BORDERED
Dockable (default is with border)public static EclipseThemeConnector.TitleBar[] values()
for (EclipseThemeConnector.TitleBar c : EclipseThemeConnector.TitleBar.values()) System.out.println(c);
public static EclipseThemeConnector.TitleBar valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017 Docking Frames. All rights reserved.