Package net.infonode.tabbedpanel.theme
Class DefaultTheme
java.lang.Object
net.infonode.tabbedpanel.theme.TabbedPanelTitledTabTheme
net.infonode.tabbedpanel.theme.DefaultTheme
A default theme that only contains empty tabbed panel properties and titled
tab properties object i.e. they don't contain any properties that are set
with any values. This theme is only a convenience theme so that a default
theme can be added and removed just like any other theme.
- Since:
- ITP 1.1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the name for this themeGets the TabbedPanelProperties for this themeGets the TitledTabProperties for this theme
-
Constructor Details
-
DefaultTheme
public DefaultTheme()Constructs a default theme
-
-
Method Details
-
getName
Gets the name for this theme- Specified by:
getName
in classTabbedPanelTitledTabTheme
- Returns:
- the name
-
getTabbedPanelProperties
Gets the TabbedPanelProperties for this theme- Specified by:
getTabbedPanelProperties
in classTabbedPanelTitledTabTheme
- Returns:
- the TabbedPanelProperties
-
getTitledTabProperties
Gets the TitledTabProperties for this theme- Specified by:
getTitledTabProperties
in classTabbedPanelTitledTabTheme
- Returns:
- the TitledTabProperties
-