Interface SkinIF

  • All Known Implementing Classes:
    DefaultSkin

    public interface SkinIF
    PUBLIC: An interface representing a skin.
    • Method Detail

      • getTitle

        String getTitle()
        PUBLIC: Returns the display title of the skin.
      • setTitle

        void setTitle​(String title)
        PUBLIC: Sets the display title of the skin.
      • getId

        String getId()
        PUBLIC: Returns the ID of the skin.
      • setId

        void setId​(String id)
        PUBLIC: Sets the ID of the skin.