Interface ThemeTable

All Known Implementing Classes:
ThemeColorPaletteTable, ThemeColorTable, ThemeFontTable, ThemeIconTable

public interface ThemeTable
A common interface for theme tables
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    True if showing system IDs
    void
    setShowSystemValues(boolean show)
    True signals to show IDs used for system values
  • Method Details

    • setShowSystemValues

      void setShowSystemValues(boolean show)
      True signals to show IDs used for system values
      Parameters:
      show - true signals to show IDs used for system values
    • isShowingSystemValues

      boolean isShowingSystemValues()
      True if showing system IDs
      Returns:
      true if showing system IDs