Interface SubstanceTraitInfo

  • All Known Implementing Classes:
    SkinInfo, org.pushingpixels.substance.internal.utils.TraitInfoImpl


    public interface SubstanceTraitInfo
    Base interface for Substance traits info.
    • 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.