public static final class SubstanceSlices.DecorationAreaType
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static SubstanceSlices.DecorationAreaType |
FOOTER |
Any area that can be placed in the bottom portion of its window.
|
static SubstanceSlices.DecorationAreaType |
GENERAL |
Any general area that does not fit for the other types.
|
static SubstanceSlices.DecorationAreaType |
HEADER |
Any area that can be placed in the top portion of its window.
|
static SubstanceSlices.DecorationAreaType |
NONE |
The default decoration area type.
|
static SubstanceSlices.DecorationAreaType |
PRIMARY_TITLE_PANE |
Title pane of top-level windows (frames, dialogs).
|
static SubstanceSlices.DecorationAreaType |
SECONDARY_TITLE_PANE |
Title pane of non top-level windows (internal frames, desktop icons).
|
static SubstanceSlices.DecorationAreaType |
TOOLBAR |
Tool bar.
|
| Constructor | Description |
|---|---|
DecorationAreaType(java.lang.String displayName) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getDisplayName() |
|
java.lang.String |
toString() |
public static final SubstanceSlices.DecorationAreaType PRIMARY_TITLE_PANE
public static final SubstanceSlices.DecorationAreaType SECONDARY_TITLE_PANE
public static final SubstanceSlices.DecorationAreaType TOOLBAR
public static final SubstanceSlices.DecorationAreaType HEADER
public static final SubstanceSlices.DecorationAreaType FOOTER
public static final SubstanceSlices.DecorationAreaType GENERAL
public static final SubstanceSlices.DecorationAreaType NONE