Uses of Class
esmska.gui.ThemeManager.LAF

Packages that use ThemeManager.LAF
esmska.data   
esmska.gui   
 

Uses of ThemeManager.LAF in esmska.data
 

Methods in esmska.data that return ThemeManager.LAF
 ThemeManager.LAF Config.getLookAndFeel()
           
 

Methods in esmska.data with parameters of type ThemeManager.LAF
 void Config.setLookAndFeel(ThemeManager.LAF lookAndFeel)
          Set current look and feel.
 

Uses of ThemeManager.LAF in esmska.gui
 

Methods in esmska.gui that return ThemeManager.LAF
static ThemeManager.LAF ThemeManager.getActiveLaF()
          Returns currently active look and feel
static ThemeManager.LAF ThemeManager.suggestBestLAF()
          Propose the best LaF for current system, based on java type and operating system.
static ThemeManager.LAF ThemeManager.LAF.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ThemeManager.LAF[] ThemeManager.LAF.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in esmska.gui with parameters of type ThemeManager.LAF
static boolean ThemeManager.isLaFSupported(ThemeManager.LAF laf)
          Returns whether specified LaF is supported on current configuration (operating system, java version, etc).