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
public abstract class TabbedPanelTitledTabTheme extends java.lang.ObjectAbstract class for a theme for a tabbed panel with titled tabs.- Since:
- ITP 1.1.0
-
-
Constructor Summary
Constructors Constructor Description TabbedPanelTitledTabTheme()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.StringgetName()Gets the name for this themeabstract TabbedPanelPropertiesgetTabbedPanelProperties()Gets the TabbedPanelProperties for this themeabstract TitledTabPropertiesgetTitledTabProperties()Gets the TitledTabProperties for this theme
-
-
-
Method Detail
-
getName
public abstract java.lang.String getName()
Gets the name for this theme- Returns:
- the name
-
getTabbedPanelProperties
public abstract TabbedPanelProperties getTabbedPanelProperties()
Gets the TabbedPanelProperties for this theme- Returns:
- the TabbedPanelProperties
-
getTitledTabProperties
public abstract TitledTabProperties getTitledTabProperties()
Gets the TitledTabProperties for this theme- Returns:
- the TitledTabProperties
-
-