|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.infonode.docking.theme.DockingWindowsTheme
net.infonode.docking.theme.GradientDockingTheme
A theme that draws gradient tab backgrounds.
Constructor Summary | |
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,
Color borderColor)
Constructor. |
|
GradientDockingTheme(boolean opaqueTabArea,
boolean shadowEnabled,
boolean highlightedBold,
boolean focusHighlighterEnabled,
Color borderColor,
Color tabAreaBackgroundColor)
Constructor. |
Method Summary | |
String |
getName()
Returns the name of this theme. |
RootWindowProperties |
getRootWindowProperties()
Returns the root window properties for this theme. |
Methods inherited from class net.infonode.docking.theme.DockingWindowsTheme |
toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public 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, 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, Color borderColor, 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 stateMethod Detail |
public String getName()
DockingWindowsTheme
getName
in class DockingWindowsTheme
public RootWindowProperties getRootWindowProperties()
DockingWindowsTheme
getRootWindowProperties
in class DockingWindowsTheme
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |