|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.substance.theme.SubstanceTheme
org.jvnet.substance.theme.SubstanceWrapperTheme
public abstract class SubstanceWrapperTheme
Base class for themes that are based on some other theme. This class is part of officially supported API.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jvnet.substance.theme.SubstanceTheme |
---|
SubstanceTheme.ThemeKind |
Field Summary | |
---|---|
protected SubstanceTheme |
borderTheme
Theme for borders. |
protected SubstanceTheme |
defaultTheme
Theme for controls in default visual state. |
protected SubstanceTheme |
disabledTheme
Theme for controls in disabled visual state. |
protected SubstanceTheme |
originalTheme
The original (wrapped) theme. |
Fields inherited from class org.jvnet.substance.theme.SubstanceTheme |
---|
AQUA, GREEN, ORANGE, YELLOW |
Constructor Summary | |
---|---|
SubstanceWrapperTheme(SubstanceTheme originalTheme,
ColorScheme colorScheme,
java.lang.String displayName,
SubstanceTheme.ThemeKind themeKind)
Creates a new wrapper theme. |
Method Summary | |
---|---|
SubstanceTheme |
getOriginalTheme()
Returns the original (wrapped) theme. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected SubstanceTheme originalTheme
protected SubstanceTheme defaultTheme
protected SubstanceTheme disabledTheme
protected SubstanceTheme borderTheme
Constructor Detail |
---|
public SubstanceWrapperTheme(SubstanceTheme originalTheme, ColorScheme colorScheme, java.lang.String displayName, SubstanceTheme.ThemeKind themeKind)
originalTheme
- The original theme.colorScheme
- The associated color scheme.displayName
- Display name for the wrapper theme.themeKind
- Theme kind for the wrapper theme.Method Detail |
---|
public SubstanceTheme getOriginalTheme()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |