public static enum PelletOptions.MonitorType extends Enum<PelletOptions.MonitorType>
| Modifier and Type | Method and Description |
|---|---|
ProgressMonitor |
create() |
static PelletOptions.MonitorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PelletOptions.MonitorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PelletOptions.MonitorType CONSOLE
public static final PelletOptions.MonitorType SWING
public static final PelletOptions.MonitorType NONE
public static PelletOptions.MonitorType[] values()
for (PelletOptions.MonitorType c : PelletOptions.MonitorType.values()) System.out.println(c);
public static PelletOptions.MonitorType 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 ProgressMonitor create()
Copyright © 2019. All rights reserved.