net.infonode.tabbedpanel.theme
Class SmallFlatTheme

java.lang.Object
  extended by net.infonode.tabbedpanel.theme.TabbedPanelTitledTabTheme
      extended by net.infonode.tabbedpanel.theme.SmallFlatTheme

public class SmallFlatTheme
extends TabbedPanelTitledTabTheme

A theme with small fonts and flat look

Version:
$Revision: 1.26 $
Author:
$Author: jesper $

Field Summary
private  TabbedPanelProperties tabbedPanelProperties
           
private  TitledTabProperties tabProperties
           
 
Constructor Summary
SmallFlatTheme()
          Constructs a SmallFlatTheme
 
Method Summary
 java.lang.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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tabProperties

private TitledTabProperties tabProperties

tabbedPanelProperties

private TabbedPanelProperties tabbedPanelProperties
Constructor Detail

SmallFlatTheme

public SmallFlatTheme()
Constructs a SmallFlatTheme

Method Detail

getName

public java.lang.String getName()
Gets the name for this theme

Specified by:
getName in class TabbedPanelTitledTabTheme
Returns:
the name
Since:
ITP 1.1.0

getTitledTabProperties

public TitledTabProperties getTitledTabProperties()
Gets the TitledTabProperties for this theme

Specified by:
getTitledTabProperties in class TabbedPanelTitledTabTheme
Returns:
the TitledTabProperties

getTabbedPanelProperties

public TabbedPanelProperties getTabbedPanelProperties()
Gets the TabbedPanelProperties for this theme

Specified by:
getTabbedPanelProperties in class TabbedPanelTitledTabTheme
Returns:
the TabbedPanelProperties