org.xnap.commons.gui.shortcut
Interface Shortcut
- All Known Implementing Classes: 
- AbstractShortcut, ActionShortcut, DefaultShortcut
- public interface Shortcut 
Defines the requirements for classes that provide shortcuts.
 
 
DESCRIPTION
static final String DESCRIPTION
- See Also:
- Constant Field Values
CATEGORY
static final String CATEGORY
- See Also:
- Constant Field Values
KEYSTROKE
static final String KEYSTROKE
- See Also:
- Constant Field Values
putValue
void putValue(String key,
              Object value)
- 
 
getValue
Object getValue(String key)
- 
 
addPropertyChangeListener
void addPropertyChangeListener(PropertyChangeListener l)
- 
 
removePropertyChangeListener
void removePropertyChangeListener(PropertyChangeListener l)
- 
 
getKeyStroke
KeyStroke getKeyStroke()
- Returns the keystroke.
 
- 
 
setKeyStroke
void setKeyStroke(KeyStroke stroke)
- 
 
Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.