|
org.netbeans.modules.jellytools.platform/3 3.13 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.jellytools.actions.Action.Shortcut
KeyStroke instead.
public static class Action.Shortcut
This class defines keyboard shortcut for action execution.
| Field Summary | |
|---|---|
protected int |
keyCode
Deprecated. key code of shortcut (see KeyEvent) |
protected int |
keyModifiers
Deprecated. key modifiers of shortcut (see KeyEvent) |
| Constructor Summary | |
|---|---|
Action.Shortcut(int keyCode)
Deprecated. creates new shortcut |
|
Action.Shortcut(int keyCode,
int keyModifiers)
Deprecated. creates new shortcut |
|
| Method Summary | |
|---|---|
int |
getKeyCode()
Deprecated. getter for key code |
int |
getKeyModifiers()
Deprecated. getter for key modifiers |
String |
toString()
Deprecated. returns String representation of shortcut |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int keyCode
protected int keyModifiers
| Constructor Detail |
|---|
public Action.Shortcut(int keyCode)
keyCode - int key code (see KeyEvent)
public Action.Shortcut(int keyCode,
int keyModifiers)
keyCode - int key code (see KeyEvent)keyModifiers - int key modifiers (see KeyEvent)| Method Detail |
|---|
public int getKeyCode()
public int getKeyModifiers()
public String toString()
toString in class Object
|
org.netbeans.modules.jellytools.platform/3 3.13 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||