Uses of Class
esmska.gui.ThemeManager.LAF
-
Packages that use ThemeManager.LAF Package Description esmska.data esmska.gui -
-
Uses of ThemeManager.LAF in esmska.data
Methods in esmska.data that return ThemeManager.LAF Modifier and Type Method Description ThemeManager.LAFConfig. getLookAndFeel()Methods in esmska.data with parameters of type ThemeManager.LAF Modifier and Type Method Description voidConfig. setLookAndFeel(ThemeManager.LAF lookAndFeel)Set current look and feel. -
Uses of ThemeManager.LAF in esmska.gui
Methods in esmska.gui that return ThemeManager.LAF Modifier and Type Method Description static ThemeManager.LAFThemeManager. getActiveLaF()Returns currently active look and feelstatic ThemeManager.LAFThemeManager. suggestBestLAF()Propose the best LaF for current system, based on java type and operating system.static ThemeManager.LAFThemeManager.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 Modifier and Type Method Description static booleanThemeManager. isLaFSupported(ThemeManager.LAF laf)Returns whether specified LaF is supported on current configuration (operating system, java version, etc).
-