Interface SkinIF

All Known Implementing Classes:
DefaultSkin

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

    Modifier and Type
    Method
    Description
    PUBLIC: Returns the ID of the skin.
    PUBLIC: Returns the display title of the skin.
    void
    PUBLIC: Sets the ID of the skin.
    void
    PUBLIC: Sets the display title of the skin.
  • Method Details

    • 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.