Package net.infonode.tabbedpanel.theme
Class TabbedPanelTitledTabTheme
java.lang.Object
net.infonode.tabbedpanel.theme.TabbedPanelTitledTabTheme
- Direct Known Subclasses:
BlueHighlightTheme
,ClassicTheme
,DefaultTheme
,GradientTheme
,LookAndFeelTheme
,ShapedGradientTheme
,SmallFlatTheme
,SoftBlueIceTheme
Abstract class for a theme for a tabbed panel with titled tabs.
- Since:
- ITP 1.1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
getName()
Gets the name for this themeabstract TabbedPanelProperties
Gets the TabbedPanelProperties for this themeabstract TitledTabProperties
Gets the TitledTabProperties for this theme
-
Constructor Details
-
TabbedPanelTitledTabTheme
public TabbedPanelTitledTabTheme()
-
-
Method Details
-
getName
Gets the name for this theme- Returns:
- the name
-
getTabbedPanelProperties
Gets the TabbedPanelProperties for this theme- Returns:
- the TabbedPanelProperties
-
getTitledTabProperties
Gets the TitledTabProperties for this theme- Returns:
- the TitledTabProperties
-