org.jvnet.substance.skin
Class SkinInfo

java.lang.Object
  extended by org.jvnet.substance.utils.AbstractTraitInfo
      extended by org.jvnet.substance.skin.SkinInfo
All Implemented Interfaces:
SubstanceTraitInfo

public class SkinInfo
extends AbstractTraitInfo

Information on a single skin. This class is part of officially supported API.

Author:
Kirill Grouchnikov

Constructor Summary
SkinInfo(java.lang.String skinDisplayName, java.lang.String skinClassName)
          Simple constructor.
 
Method Summary
 java.lang.String getSkinClassName()
          Deprecated. Use AbstractTraitInfo.getClassName() instead.
 java.lang.String getSkinDisplayName()
          Deprecated. Use AbstractTraitInfo.getDisplayName() instead.
 
Methods inherited from class org.jvnet.substance.utils.AbstractTraitInfo
getClassName, getDisplayName, isDefault, setDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkinInfo

public SkinInfo(java.lang.String skinDisplayName,
                java.lang.String skinClassName)
Simple constructor.

Parameters:
skinDisplayName - Display name of this skin.
skinClassName - Class name of this skin.
Method Detail

getSkinClassName

public java.lang.String getSkinClassName()
Deprecated. Use AbstractTraitInfo.getClassName() instead.

Returns the class name of this skin.

Returns:
The class name of this skin.

getSkinDisplayName

public java.lang.String getSkinDisplayName()
Deprecated. Use AbstractTraitInfo.getDisplayName() instead.

Returns the display name of this skin.

Returns:
The display name of this skin.