Package net.infonode.tabbedpanel.theme
Class BlueHighlightTheme
java.lang.Object
net.infonode.tabbedpanel.theme.TabbedPanelTitledTabTheme
net.infonode.tabbedpanel.theme.BlueHighlightTheme
A theme with dark borders and blue (or custom color) background for the
highlighted state.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a BlueHighlightThemeBlueHighlightTheme
(Color backgroundColor) Constructs a BlueHighlightTheme -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the name for this themeGets the TabbedPanelProperties for this themeGets the TitledTabProperties for this theme
-
Constructor Details
-
BlueHighlightTheme
public BlueHighlightTheme()Constructs a BlueHighlightTheme -
BlueHighlightTheme
Constructs a BlueHighlightTheme- Parameters:
backgroundColor
- the background color for the highlighted tab
-
-
Method Details
-
getName
Gets the name for this theme- Specified by:
getName
in classTabbedPanelTitledTabTheme
- Returns:
- the name
- Since:
- ITP 1.1.0
-
getTitledTabProperties
Gets the TitledTabProperties for this theme- Specified by:
getTitledTabProperties
in classTabbedPanelTitledTabTheme
- Returns:
- the TitledTabProperties
-
getTabbedPanelProperties
Gets the TabbedPanelProperties for this theme- Specified by:
getTabbedPanelProperties
in classTabbedPanelTitledTabTheme
- Returns:
- the TabbedPanelProperties
-