|
Deprecated Methods |
org.jvnet.substance.theme.SubstanceTheme.addUserDefined(ColorScheme, SubstanceTheme.ThemeKind, String)
since 3.1 Use
SubstanceTheme.SubstanceTheme(ColorScheme, String, org.jvnet.substance.theme.SubstanceTheme.ThemeKind)
constructor instead. |
org.jvnet.substance.theme.SubstanceTheme.getDisabledBackgroundColor()
Will be removed in version 5.0. Use
SubstanceTheme.getDisabledTheme() and
SubstanceTheme.getBackgroundColor(). |
org.jvnet.substance.theme.SubstanceTheme.getDisabledForegroundColor()
Will be removed in version 5.0. Use
SubstanceTheme.getDisabledTheme() and
SubstanceTheme.getForegroundColor(). |
org.jvnet.substance.painter.GradientPainterInfo.getPainterClassName()
Use AbstractTraitInfo.getClassName(). |
org.jvnet.substance.painter.GradientPainterInfo.getPainterDisplayName()
Use AbstractTraitInfo.getDisplayName(). |
org.jvnet.substance.button.ButtonShaperInfo.getShaperClassName()
Use AbstractTraitInfo.getClassName(). |
org.jvnet.substance.button.ButtonShaperInfo.getShaperDisplayName()
Use AbstractTraitInfo.getDisplayName(). |
org.jvnet.substance.skin.SkinInfo.getSkinClassName()
Use AbstractTraitInfo.getClassName() instead. |
org.jvnet.substance.skin.SkinInfo.getSkinDisplayName()
Use AbstractTraitInfo.getDisplayName() instead. |
org.jvnet.substance.theme.ThemeInfo.getThemeClassName()
Use AbstractTraitInfo.getClassName(). |
org.jvnet.substance.theme.ThemeInfo.getThemeDisplayName()
Use AbstractTraitInfo.getDisplayName(). |
org.jvnet.substance.watermark.WatermarkInfo.getWatermarkClassName()
Use AbstractTraitInfo.getClassName(). |
org.jvnet.substance.watermark.WatermarkInfo.getWatermarkDisplayName()
Use AbstractTraitInfo.getDisplayName(). |
org.jvnet.substance.theme.SubstanceTheme.isDark()
Use SubstanceTheme.getKind() instead. |
org.jvnet.substance.theme.SubstanceComplexTheme.registerComponentHighlightStateTheme(SubstanceTheme, ComponentState...)
This functionality will be moved to the base skin class in
version 5.0. |
org.jvnet.substance.theme.SubstanceComplexTheme.registerComponentHighlightStateTheme(SubstanceTheme, float, ComponentState...)
This functionality will be moved to the base skin class in
version 5.0. |
org.jvnet.substance.theme.SubstanceComplexTheme.registerComponentStateTheme(SubstanceTheme, boolean, ComponentState...)
This functionality will be moved to the base skin class in
version 5.0. |
org.jvnet.substance.theme.SubstanceComplexTheme.registerComponentStateTheme(SubstanceTheme, float, boolean, ComponentState...)
This functionality will be moved to the base skin class in
version 5.0. |
org.jvnet.substance.theme.SubstanceComplexTheme.registerDecorationAreaTheme(SubstanceTheme, boolean, DecorationAreaType...)
This functionality will be moved to the base skin class in
version 5.0. |
org.jvnet.substance.theme.SubstanceComplexTheme.setActiveTheme(SubstanceTheme)
This functionality will be moved to the base skin class in
version 5.0. |
org.jvnet.substance.theme.SubstanceComplexTheme.setActiveTitlePaneTheme(SubstanceTheme)
This functionality will be moved to the base skin class in
version 5.0. |
org.jvnet.substance.theme.SubstanceComplexTheme.setDefaultTheme(SubstanceTheme)
This functionality will be moved to the base skin class in
version 5.0. |
org.jvnet.substance.theme.SubstanceComplexTheme.setDefaultTitlePaneTheme(SubstanceTheme)
This functionality will be moved to the base skin class in
version 5.0. |
org.jvnet.substance.theme.SubstanceComplexTheme.setDisabledTheme(SubstanceTheme)
This functionality will be moved to the base skin class in
version 5.0. |
org.jvnet.substance.theme.SubstanceComplexTheme.setNonActivePainter(SubstanceGradientPainter)
This functionality will be moved to the base skin class in
version 5.0. |
org.jvnet.substance.theme.SubstanceComplexTheme.setPaintingToolbarDropShadows()
This functionality will be moved to the base skin class in
version 5.0. |
org.jvnet.substance.theme.SubstanceComplexTheme.setSelectedTabFadeEnd(double)
This functionality will be moved to the base skin class in
version 5.0. |
org.jvnet.substance.theme.SubstanceComplexTheme.setSelectedTabFadeStart(double)
This functionality will be moved to the base skin class in
version 5.0. |
org.jvnet.substance.theme.SubstanceComplexTheme.setUseSameBackgroundColor(boolean)
This functionality will be moved to the base skin class in
version 5.0. |
org.jvnet.substance.theme.SubstanceComplexTheme.setWatermarkTheme(SubstanceTheme)
This functionality will be moved to the base skin class in
version 5.0. |