net.infonode.docking.theme
public class GradientDockingTheme extends DockingWindowsTheme
Since: IDW 1.1.0
Version: $Revision: 1.12 $
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() |
RootWindowProperties | getRootWindowProperties() |
Parameters: opaqueTabArea set to true if the tab area should be opaque shadowEnabled shadow on/off highlightedBold if true the highlighted tab text uses a bold font focusHighlighterEnabled if true the currently focused tab is highlighted
Parameters: opaqueTabArea set to true if the tab area should be opaque shadowEnabled shadow on/off highlightedBold if true the highlighted tab text uses a bold font focusHighlighterEnabled if true the currently focused tab is highlighted borderColor the border color
Parameters: opaqueTabArea set to true if the tab area should be opaque shadowEnabled shadow on/off highlightedBold if true the highlighted tab text uses a bold font focusHighlighterEnabled if true the currently focused tab is highlighted borderColor the border color tabAreaBackgroundColor the background color for the tab area and tabs in the normal state