Class DarkTheme

java.lang.Object
org.jjazz.uisettings.api.DarkTheme
All Implemented Interfaces:
Theme

public class DarkTheme extends Object implements Theme
A JJazzLab theme using dark colors.
  • Field Details

    • LAF_ID

      public static org.jjazz.uisettings.api.GeneralUISettings.LookAndFeelId LAF_ID
    • NAME

      public static String NAME
  • Constructor Details

    • DarkTheme

      public DarkTheme()
  • Method Details

    • getUIDefaults

      public UIDefaults getUIDefaults()
      Description copied from interface: Theme
      The UI settings for this theme.
      Specified by:
      getUIDefaults in interface Theme
      Returns:
    • getName

      public String getName()
      Description copied from interface: Theme
      The name of the theme.
      Specified by:
      getName in interface Theme
      Returns:
    • getLookAndFeel

      public org.jjazz.uisettings.api.GeneralUISettings.LookAndFeelId getLookAndFeel()
      Description copied from interface: Theme
      The look & feel required for this theme.
      Specified by:
      getLookAndFeel in interface Theme
      Returns:
    • toString

      public String toString()
      Specified by:
      toString in interface Theme
      Overrides:
      toString in class Object