net.infonode.tabbedpanel.theme

Class BlueHighlightTheme

public class BlueHighlightTheme extends TabbedPanelTitledTabTheme

A theme with dark borders and blue (or custom color) background for the highlighted state.

Version: $Revision: 1.24 $

Author: $Author: jesper $

Constructor Summary
BlueHighlightTheme()
Constructs a BlueHighlightTheme
BlueHighlightTheme(Color backgroundColor)
Constructs a BlueHighlightTheme
Method Summary
StringgetName()
Gets the name for this theme
TabbedPanelPropertiesgetTabbedPanelProperties()
Gets the TabbedPanelProperties for this theme
TitledTabPropertiesgetTitledTabProperties()
Gets the TitledTabProperties for this theme

Constructor Detail

BlueHighlightTheme

public BlueHighlightTheme()
Constructs a BlueHighlightTheme

BlueHighlightTheme

public BlueHighlightTheme(Color backgroundColor)
Constructs a BlueHighlightTheme

Parameters: backgroundColor the background color for the highlighted tab

Method Detail

getName

public String getName()
Gets the name for this theme

Returns: the name

Since: ITP 1.1.0

getTabbedPanelProperties

public TabbedPanelProperties getTabbedPanelProperties()
Gets the TabbedPanelProperties for this theme

Returns: the TabbedPanelProperties

getTitledTabProperties

public TitledTabProperties getTitledTabProperties()
Gets the TitledTabProperties for this theme

Returns: the TitledTabProperties