| java.lang.Object net.infonode.docking.theme.DockingWindowsTheme net.infonode.docking.theme.GradientDockingTheme
GradientDockingTheme | public class GradientDockingTheme extends DockingWindowsTheme (Code) | | A theme that draws gradient tab backgrounds.
author: $Author: jesper $ version: $Revision: 1.12 $ since: IDW 1.1.0 |
Constructor Summary | |
public | GradientDockingTheme() Creates a default theme with opaque title bar, shadows and focus highlighter. | public | GradientDockingTheme(boolean opaqueTabArea, boolean shadowEnabled, boolean highlightedBold, boolean focusHighlighterEnabled) Constructor. | public | GradientDockingTheme(boolean opaqueTabArea, boolean shadowEnabled, boolean highlightedBold, boolean focusHighlighterEnabled, Color borderColor) Constructor. | public | GradientDockingTheme(boolean opaqueTabArea, boolean shadowEnabled, boolean highlightedBold, boolean focusHighlighterEnabled, Color borderColor, Color tabAreaBackgroundColor) Constructor. |
GradientDockingTheme | public GradientDockingTheme()(Code) | | Creates a default theme with opaque title bar, shadows and focus highlighter.
|
GradientDockingTheme | public GradientDockingTheme(boolean opaqueTabArea, boolean shadowEnabled, boolean highlightedBold, boolean focusHighlighterEnabled)(Code) | | Constructor.
Parameters: opaqueTabArea - set to true if the tab area should be opaque Parameters: shadowEnabled - shadow on/off Parameters: highlightedBold - if true the highlighted tab text uses a bold font Parameters: focusHighlighterEnabled - if true the currently focused tab is highlighted |
GradientDockingTheme | public GradientDockingTheme(boolean opaqueTabArea, boolean shadowEnabled, boolean highlightedBold, boolean focusHighlighterEnabled, Color borderColor)(Code) | | Constructor.
Parameters: opaqueTabArea - set to true if the tab area should be opaque Parameters: shadowEnabled - shadow on/off Parameters: highlightedBold - if true the highlighted tab text uses a bold font Parameters: focusHighlighterEnabled - if true the currently focused tab is highlighted Parameters: borderColor - the border color |
GradientDockingTheme | public GradientDockingTheme(boolean opaqueTabArea, boolean shadowEnabled, boolean highlightedBold, boolean focusHighlighterEnabled, Color borderColor, Color tabAreaBackgroundColor)(Code) | | Constructor.
Parameters: opaqueTabArea - set to true if the tab area should be opaque Parameters: shadowEnabled - shadow on/off Parameters: highlightedBold - if true the highlighted tab text uses a bold font Parameters: focusHighlighterEnabled - if true the currently focused tab is highlighted Parameters: borderColor - the border color Parameters: tabAreaBackgroundColor - the background color for the tab area and tabs in the normal state |
|
|