net.infonode.tabbedpanel.theme
Class DefaultTheme

java.lang.Object
  extended bynet.infonode.tabbedpanel.theme.TabbedPanelTitledTabTheme
      extended bynet.infonode.tabbedpanel.theme.DefaultTheme

public class DefaultTheme
extends TabbedPanelTitledTabTheme

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
Version:
$Revision: 1.4 $

Constructor Summary
DefaultTheme()
          Constructs a default theme
 
Method Summary
 String getName()
          Gets the name for this theme
 TabbedPanelProperties getTabbedPanelProperties()
          Gets the TabbedPanelProperties for this theme
 TitledTabProperties getTitledTabProperties()
          Gets the TitledTabProperties for this theme
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTheme

public DefaultTheme()
Constructs a default theme

Method Detail

getName

public String getName()
Gets the name for this theme

Specified by:
getName in class TabbedPanelTitledTabTheme
Returns:
the name

getTabbedPanelProperties

public TabbedPanelProperties getTabbedPanelProperties()
Gets the TabbedPanelProperties for this theme

Specified by:
getTabbedPanelProperties in class TabbedPanelTitledTabTheme
Returns:
the TabbedPanelProperties

getTitledTabProperties

public TitledTabProperties getTitledTabProperties()
Gets the TitledTabProperties for this theme

Specified by:
getTitledTabProperties in class TabbedPanelTitledTabTheme
Returns:
the TitledTabProperties


Copyright © 2007 NNL Technology AB. All Rights Reserved.