org.xnap.commons.gui.shortcut
Class DefaultShortcut

java.lang.Object
  extended by org.xnap.commons.gui.shortcut.AbstractShortcut
      extended by org.xnap.commons.gui.shortcut.DefaultShortcut
All Implemented Interfaces:
Shortcut

public class DefaultShortcut
extends AbstractShortcut


Field Summary
 
Fields inherited from interface org.xnap.commons.gui.shortcut.Shortcut
CATEGORY, DESCRIPTION, KEYSTROKE
 
Constructor Summary
DefaultShortcut(KeyStroke keyStroke, String description)
           
DefaultShortcut(KeyStroke keyStroke, String category, String description)
           
 
Method Summary
 
Methods inherited from class org.xnap.commons.gui.shortcut.AbstractShortcut
addPropertyChangeListener, firePropertChange, getKeyStroke, getValue, putValue, removePropertyChangeListener, setKeyStroke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultShortcut

public DefaultShortcut(KeyStroke keyStroke,
                       String category,
                       String description)

DefaultShortcut

public DefaultShortcut(KeyStroke keyStroke,
                       String description)


Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.