|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Accelerator.Modifiers>
net.sf.jguiraffe.gui.builder.action.Accelerator.Modifiers
public static enum Accelerator.Modifiers
An enumeration describing the modifiers that can be applied to an accelerator. These are special keys of a typical key board that are pressed together with other keys modifying their state and meaning.
| Enum Constant Summary | |
|---|---|
ALT
Constant representing the ALT modifier key. |
|
ALT_GRAPH
Constant representing the ALT GRAPH modifier key. |
|
CONTROL
Constant representing the CONTROL modifier key. |
|
META
Constant representing the META modifier key. |
|
SHIFT
Constant representing the SHIFT modifier key. |
|
| Method Summary | |
|---|---|
static Accelerator.Modifiers |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Accelerator.Modifiers[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Accelerator.Modifiers ALT
public static final Accelerator.Modifiers ALT_GRAPH
public static final Accelerator.Modifiers CONTROL
public static final Accelerator.Modifiers META
public static final Accelerator.Modifiers SHIFT
| Method Detail |
|---|
public static final Accelerator.Modifiers[] values()
for(Accelerator.Modifiers c : Accelerator.Modifiers.values())
System.out.println(c);
public static Accelerator.Modifiers valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||