|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.infonode.tabbedpanel.theme.TabbedPanelTitledTabTheme
net.infonode.tabbedpanel.theme.DefaultTheme
public class 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.
| Field Summary | |
|---|---|
private TabbedPanelProperties |
tabbedPanelProperties
|
private TitledTabProperties |
tabProperties
|
| Constructor Summary | |
|---|---|
DefaultTheme()
Constructs a default theme |
|
| 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 |
|---|
private TitledTabProperties tabProperties
private TabbedPanelProperties tabbedPanelProperties
| Constructor Detail |
|---|
public DefaultTheme()
| Method Detail |
|---|
public java.lang.String getName()
getName in class TabbedPanelTitledTabThemepublic TabbedPanelProperties getTabbedPanelProperties()
getTabbedPanelProperties in class TabbedPanelTitledTabThemepublic TitledTabProperties getTitledTabProperties()
getTitledTabProperties in class TabbedPanelTitledTabTheme
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||