|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pushingpixels.substance.api.DecorationAreaType
public final class DecorationAreaType
Enumeration of available decoration area types. This class is part of officially supported API.
| Field Summary | |
|---|---|
static DecorationAreaType |
FOOTER
Any area that can be placed in the bottom portion of its window. |
static DecorationAreaType |
GENERAL
Any general area that does not fit for the other types. |
static DecorationAreaType |
HEADER
Any area that can be placed in the top portion of its window. |
static DecorationAreaType |
NONE
The default decoration area type. |
static DecorationAreaType |
PRIMARY_TITLE_PANE
Title pane of top-level windows (frames, dialogs). |
static DecorationAreaType |
PRIMARY_TITLE_PANE_INACTIVE
Title pane of top-level windows (frames, dialogs) when not active. |
static DecorationAreaType |
SECONDARY_TITLE_PANE
Title pane of non top-level windows (internal frames, desktop icons). |
static DecorationAreaType |
SECONDARY_TITLE_PANE_INACTIVE
Title pane of non top-level windows (internal frames, desktop icons) when not active. |
static DecorationAreaType |
TOOLBAR
Tool bar. |
| Constructor Summary | |
|---|---|
DecorationAreaType(java.lang.String displayName)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DecorationAreaType PRIMARY_TITLE_PANE
public static final DecorationAreaType PRIMARY_TITLE_PANE_INACTIVE
public static final DecorationAreaType SECONDARY_TITLE_PANE
public static final DecorationAreaType SECONDARY_TITLE_PANE_INACTIVE
public static final DecorationAreaType TOOLBAR
public static final DecorationAreaType HEADER
JXHeader and
JXTitledPanel titled area (components from SwingX suite) are examples of
third-party components.
public static final DecorationAreaType FOOTER
JXStatusBar component from SwingX suite is an example of a
third-party component.
public static final DecorationAreaType GENERAL
JXTaskPaneContainer component from SwingX suite is an example of a
third-party component.
public static final DecorationAreaType NONE
| Constructor Detail |
|---|
public DecorationAreaType(java.lang.String displayName)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getDisplayName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||