Class RadianceThemingSlices.DecorationAreaType
java.lang.Object
org.pushingpixels.radiance.theming.api.RadianceThemingSlices.DecorationAreaType
- Enclosing class:
RadianceThemingSlices
Enumeration of available decoration area types. This class is part of officially supported
API.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RadianceThemingSlices.DecorationAreaType
Control pane area, such as sidebars / task panes or ribbon bands in Component.private String
static final RadianceThemingSlices.DecorationAreaType
Any area that can be placed in the bottom portion of its window.static final RadianceThemingSlices.DecorationAreaType
Any area that can be placed in the top portion of its window.static final RadianceThemingSlices.DecorationAreaType
The default decoration area type.static final RadianceThemingSlices.DecorationAreaType
Title pane of primary, top-level windows (frames, dialogs).static final RadianceThemingSlices.DecorationAreaType
Title pane of secondary, non top-level windows (internal frames, desktop icons).static final RadianceThemingSlices.DecorationAreaType
Tool bar. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
displayName
-
PRIMARY_TITLE_PANE
Title pane of primary, top-level windows (frames, dialogs). -
SECONDARY_TITLE_PANE
Title pane of secondary, non top-level windows (internal frames, desktop icons). -
TOOLBAR
Tool bar. -
HEADER
Any area that can be placed in the top portion of its window. Menu bar is an example of a core Swing component. -
FOOTER
Any area that can be placed in the bottom portion of its window. -
CONTROL_PANE
Control pane area, such as sidebars / task panes or ribbon bands in Component. -
NONE
The default decoration area type. Components placed in areas with this type do not get any special background decoration painting.
-
-
Constructor Details
-
DecorationAreaType
-
-
Method Details