test.contrib
Class CustomSkin.MySkin

java.lang.Object
  extended by org.jvnet.substance.skin.SubstanceAbstractSkin
      extended by test.contrib.CustomSkin.MySkin
All Implemented Interfaces:
SubstanceSkin, SubstanceTrait
Enclosing class:
CustomSkin

protected static class CustomSkin.MySkin
extends SubstanceAbstractSkin


Field Summary
 
Fields inherited from class org.jvnet.substance.skin.SubstanceAbstractSkin
borderPainter, buttonShaper, decorationPainter, gradientPainter, highlightPainter, tabBackgroundComposite, theme, watermark
 
Constructor Summary
CustomSkin.MySkin()
           
 
Method Summary
 java.lang.String getDisplayName()
          Returns the display name of this trait.
 
Methods inherited from class org.jvnet.substance.skin.SubstanceAbstractSkin
getBorderPainter, getButtonShaper, getDecorationPainter, getGradientPainter, getHighlightPainter, getTheme, getWatermark, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomSkin.MySkin

public CustomSkin.MySkin()
Method Detail

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.

Returns:
The display name of this trait.