test.contrib
Class CustomSkin

java.lang.Object
  extended by org.jvnet.substance.api.SubstanceSkin
      extended by org.jvnet.substance.skin.ModerateSkin
          extended by test.contrib.CustomSkin
All Implemented Interfaces:
java.lang.Cloneable, SubstanceTrait

public class CustomSkin
extends ModerateSkin


Field Summary
 
Fields inherited from class org.jvnet.substance.skin.ModerateSkin
NAME
 
Fields inherited from class org.jvnet.substance.api.SubstanceSkin
backgroundColorSchemeMap, borderPainter, buttonShaper, colorSchemeBundleMap, decoratedAreaSet, decorationPainter, dropShadowsSet, gradientPainter, highlightBorderPainter, highlightPainter, selectedTabFadeEnd, selectedTabFadeStart, watermark, watermarkScheme
 
Constructor Summary
CustomSkin()
           
 
Method Summary
 java.lang.String getDisplayName()
          Returns the display name of this trait.
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.jvnet.substance.api.SubstanceSkin
addCustomEntriesToTable, clone, getAlpha, getBackgroundColorScheme, getBorderColorScheme, getBorderPainter, getButtonShaper, getColorScheme, getColorScheme, getColorSchemes, getDecorationPainter, getGradientPainter, getHighlightAlpha, getHighlightBorderPainter, getHighlightColorScheme, getHighlightPainter, getMainActiveColorScheme, getMainActiveColorScheme, getMainDefaultColorScheme, getMainDefaultColorScheme, getMainDisabledColorScheme, getMainDisabledColorScheme, getSelectedTabFadeEnd, getSelectedTabFadeStart, getWatermark, getWatermarkColorScheme, isPaintingDropShadows, isRegisteredAsDecorationArea, isValid, registerAsDecorationArea, registerDecorationAreaSchemeBundle, registerDecorationAreaSchemeBundle, setPaintingDropShadows, setSelectedTabFadeEnd, setSelectedTabFadeStart, transform, unsetPaintingDropShadows, withWatermark
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomSkin

public CustomSkin()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws javax.swing.UnsupportedLookAndFeelException
Throws:
javax.swing.UnsupportedLookAndFeelException

getDisplayName

public java.lang.String getDisplayName()
Description copied from interface: SubstanceTrait
Returns the display name of this trait. This method is part of officially supported API.

Specified by:
getDisplayName in interface SubstanceTrait
Overrides:
getDisplayName in class ModerateSkin
Returns:
The display name of this trait.