Package | Description |
---|---|
esmska.data | |
esmska.gui |
Modifier and Type | Method and Description |
---|---|
ThemeManager.LAF |
Config.getLookAndFeel() |
Modifier and Type | Method and Description |
---|---|
void |
Config.setLookAndFeel(ThemeManager.LAF lookAndFeel)
Set current look and feel.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ThemeManager.isLaFSupported(ThemeManager.LAF laf)
Returns whether specified LaF is supported on current configuration
(operating system, java version, etc).
|