public enum LookAndFeels extends Enum<LookAndFeels>
| Enum Constant and Description |
|---|
KUNSTSTOFF |
LOOKS |
METOUIA |
NIMBUS |
SUBSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static LookAndFeels |
lookup(String laf) |
static LookAndFeels |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LookAndFeels[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LookAndFeels LOOKS
public static final LookAndFeels SUBSTANCE
public static final LookAndFeels NIMBUS
public static final LookAndFeels KUNSTSTOFF
public static final LookAndFeels METOUIA
public static LookAndFeels[] values()
for (LookAndFeels c : LookAndFeels.values()) System.out.println(c);
public static LookAndFeels valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getName()
public static LookAndFeels lookup(String laf)
Copyright © 2001–2025. All rights reserved.