public static enum BusyLoggingTextPane.Styles extends Enum<BusyLoggingTextPane.Styles>
| Enum Constant and Description |
|---|
ERROR |
ERROR_REASON |
EXPERT |
INFO |
SUCCESS |
TIP |
WARN |
| Modifier and Type | Method and Description |
|---|---|
static BusyLoggingTextPane.Styles |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BusyLoggingTextPane.Styles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BusyLoggingTextPane.Styles TIP
public static final BusyLoggingTextPane.Styles INFO
public static final BusyLoggingTextPane.Styles SUCCESS
public static final BusyLoggingTextPane.Styles EXPERT
public static final BusyLoggingTextPane.Styles WARN
public static final BusyLoggingTextPane.Styles ERROR
public static final BusyLoggingTextPane.Styles ERROR_REASON
public static BusyLoggingTextPane.Styles[] values()
for (BusyLoggingTextPane.Styles c : BusyLoggingTextPane.Styles.values()) System.out.println(c);
public static BusyLoggingTextPane.Styles 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 nullCopyright © 2012–2026 cismet GmbH. All rights reserved.