Class ThemeFontTable

All Implemented Interfaces:
ActionContextProvider, ThemeTable, ImageObserver, MenuContainer, Serializable, Accessible

public class ThemeFontTable extends JPanel implements ActionContextProvider, ThemeTable
Font Table for Theme Dialog
See Also:
  • Constructor Details

  • Method Details

    • setShowSystemValues

      public void setShowSystemValues(boolean show)
      Description copied from interface: ThemeTable
      True signals to show IDs used for system values
      Specified by:
      setShowSystemValues in interface ThemeTable
      Parameters:
      show - true signals to show IDs used for system values
    • isShowingSystemValues

      public boolean isShowingSystemValues()
      Description copied from interface: ThemeTable
      True if showing system IDs
      Specified by:
      isShowingSystemValues in interface ThemeTable
      Returns:
      true if showing system IDs
    • reloadAll

      public void reloadAll()
      Reloads all the values displayed in the table
    • reloadCurrent

      public void reloadCurrent()
      Returns the current values displayed in the table
    • getActionContext

      public ActionContext getActionContext(MouseEvent e)
      Specified by:
      getActionContext in interface ActionContextProvider