net.sourceforge.jsxe.gui
Class GrabKeyDialog.KeyBinding
java.lang.Object
net.sourceforge.jsxe.gui.GrabKeyDialog.KeyBinding
- Enclosing class:
- GrabKeyDialog
- public static class GrabKeyDialog.KeyBinding
- extends Object
A jsXe key binding
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
label
public String label
shortcut
public String shortcut
GrabKeyDialog.KeyBinding
public GrabKeyDialog.KeyBinding(String name,
String label,
String shortcut)
- Creates a new key binding for use with the GrabKeyDialog.
- Parameters:
name
- The internal name of the action.label
- The human readable label for the actionshortcut
- The internal shortcut for the keybinding
isAssigned
public boolean isAssigned()