net.infonode.tabbedpanel.theme

Class TabbedPanelTitledTabTheme

public abstract class TabbedPanelTitledTabTheme extends Object

Abstract class for a theme for a tabbed panel with titled tabs.

Since: ITP 1.1.0

Version: $Revision: 1.5 $

Author: johan

Method Summary
abstract StringgetName()
Gets the name for this theme
abstract TabbedPanelPropertiesgetTabbedPanelProperties()
Gets the TabbedPanelProperties for this theme
abstract TitledTabPropertiesgetTitledTabProperties()
Gets the TitledTabProperties for this theme

Method Detail

getName

public abstract 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