public static enum TQuantize.Target extends Enum<TQuantize.Target>
Enum Constant and Description |
---|
CLASSLOADER
Aggregate by class loader
|
PACKAGE
Aggregate by package
|
Modifier and Type | Method and Description |
---|---|
URL |
getIcon() |
String |
getLabel() |
String |
getTitle(String command) |
static TQuantize.Target |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TQuantize.Target[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TQuantize.Target CLASSLOADER
public static final TQuantize.Target PACKAGE
public static TQuantize.Target[] values()
for (TQuantize.Target c : TQuantize.Target.values()) System.out.println(c);
public static TQuantize.Target 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 getLabel()
public URL getIcon()