net.sourceforge.jsxe.gui
Class GrabKeyDialog.KeyBinding

java.lang.Object
  extended bynet.sourceforge.jsxe.gui.GrabKeyDialog.KeyBinding
Enclosing class:
GrabKeyDialog

public static class GrabKeyDialog.KeyBinding
extends Object

A jsXe key binding


Field Summary
 String label
           
 String name
           
 String shortcut
           
 
Constructor Summary
GrabKeyDialog.KeyBinding(String name, String label, String shortcut)
          Creates a new key binding for use with the GrabKeyDialog.
 
Method Summary
 boolean isAssigned()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

label

public String label

shortcut

public String shortcut
Constructor Detail

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 action
shortcut - The internal shortcut for the keybinding
Method Detail

isAssigned

public boolean isAssigned()