protected static enum LetteringViewHandler.buttonMode extends Enum<LetteringViewHandler.buttonMode>
| Modifier and Type | Method and Description |
|---|---|
static LetteringViewHandler.buttonMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LetteringViewHandler.buttonMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LetteringViewHandler.buttonMode DELETTRED
public static final LetteringViewHandler.buttonMode LETTRED
public static final LetteringViewHandler.buttonMode EQUALIZED
public static final LetteringViewHandler.buttonMode ALL
public static LetteringViewHandler.buttonMode[] values()
for (LetteringViewHandler.buttonMode c : LetteringViewHandler.buttonMode.values()) System.out.println(c);
public static LetteringViewHandler.buttonMode 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 © 2008-2012 CodeLutin. All Rights Reserved.