Interface SubstanceTraitInfo
-
- All Known Implementing Classes:
SkinInfo,org.pushingpixels.substance.internal.utils.TraitInfoImpl
public interface SubstanceTraitInfoBase interface for Substance traits info.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetClassName()Returns the class name of the associated trait.java.lang.StringgetDisplayName()Returns the display name of the associated trait.
-
-
-
Method Detail
-
getDisplayName
java.lang.String getDisplayName()
Returns the display name of the associated trait. This method is part of officially supported API.- Returns:
- The display name of the associated trait.
-
getClassName
java.lang.String getClassName()
Returns the class name of the associated trait.- Returns:
- The class name of the associated trait. This method is part of officially supported API.
-
-