public class GradientDockingTheme extends DockingWindowsTheme
| Constructor and Description |
|---|
GradientDockingTheme()
Creates a default theme with opaque title bar, shadows and focus highlighter.
|
GradientDockingTheme(boolean opaqueTabArea,
boolean shadowEnabled,
boolean highlightedBold,
boolean focusHighlighterEnabled)
Constructor.
|
GradientDockingTheme(boolean opaqueTabArea,
boolean shadowEnabled,
boolean highlightedBold,
boolean focusHighlighterEnabled,
java.awt.Color borderColor)
Constructor.
|
GradientDockingTheme(boolean opaqueTabArea,
boolean shadowEnabled,
boolean highlightedBold,
boolean focusHighlighterEnabled,
java.awt.Color borderColor,
java.awt.Color tabAreaBackgroundColor)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the name of this theme.
|
RootWindowProperties |
getRootWindowProperties()
Returns the root window properties for this theme.
|
toStringpublic GradientDockingTheme()
public GradientDockingTheme(boolean opaqueTabArea,
boolean shadowEnabled,
boolean highlightedBold,
boolean focusHighlighterEnabled)
opaqueTabArea - set to true if the tab area should be opaqueshadowEnabled - shadow on/offhighlightedBold - if true the highlighted tab text uses a bold fontfocusHighlighterEnabled - if true the currently focused tab is highlightedpublic GradientDockingTheme(boolean opaqueTabArea,
boolean shadowEnabled,
boolean highlightedBold,
boolean focusHighlighterEnabled,
java.awt.Color borderColor)
opaqueTabArea - set to true if the tab area should be opaqueshadowEnabled - shadow on/offhighlightedBold - if true the highlighted tab text uses a bold fontfocusHighlighterEnabled - if true the currently focused tab is highlightedborderColor - the border colorpublic GradientDockingTheme(boolean opaqueTabArea,
boolean shadowEnabled,
boolean highlightedBold,
boolean focusHighlighterEnabled,
java.awt.Color borderColor,
java.awt.Color tabAreaBackgroundColor)
opaqueTabArea - set to true if the tab area should be opaqueshadowEnabled - shadow on/offhighlightedBold - if true the highlighted tab text uses a bold fontfocusHighlighterEnabled - if true the currently focused tab is highlightedborderColor - the border colortabAreaBackgroundColor - the background color for the tab area and tabs in the normal statepublic java.lang.String getName()
DockingWindowsThemegetName in class DockingWindowsThemepublic RootWindowProperties getRootWindowProperties()
DockingWindowsThemegetRootWindowProperties in class DockingWindowsTheme