|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EclipseThemeConnector.TitleBar>
bibliothek.extension.gui.dock.theme.eclipse.EclipseThemeConnector.TitleBar
public static enum EclipseThemeConnector.TitleBar
Describes which kind of title, and which kind of DockableDisplayer
should be used for a Dockable or a DockStation. This
enumeration is mainly used by EclipseThemeConnector.getTitleBarKind(Dockable)
| Enum Constant Summary | |
|---|---|
BASIC
The same as BASIC_BORDERED, but without the border |
|
BASIC_BORDERED
The very basic kind that uses a DockTitle to mark a Dockable. |
|
ECLIPSE
The special kind of tabs that are used when multiple Dockables are combined
and the EclipseTheme is active. |
|
NONE
No title nor tab and no border |
|
NONE_BORDERED
No title nor tab at all, but with the typical eclipse-border |
|
NONE_HINTED
No title nor tab, and the border depends on the hints provided by the Dockable (default is no border) |
|
NONE_HINTED_BORDERED
No title nor tab, and the border depends on the hints provided by the Dockable (default is with border) |
|
| Method Summary | |
|---|---|
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're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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 border
public 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)
| Method Detail |
|---|
public static final 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 name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||