|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionShortcut | |
|---|---|
| org.xnap.gui.shortcut | |
| Uses of ActionShortcut in org.xnap.gui.shortcut |
|---|
| Methods in org.xnap.gui.shortcut that return ActionShortcut | |
|---|---|
ActionShortcut |
ShortcutManager.add(javax.swing.Action action)
A convenience wrapper for ShortcutManager.add(Action, JComponent). |
ActionShortcut |
ShortcutManager.add(javax.swing.Action action,
javax.swing.JComponent c)
A convenience wrapper for ShortcutManager.add(Action, JComponent,
PreferencesProvider). |
ActionShortcut |
ShortcutManager.add(javax.swing.Action action,
javax.swing.JComponent c,
PreferencesProvider prefs)
Creates a new ActionShortcut for the action if there isn't already one and returns it. |
| Methods in org.xnap.gui.shortcut with parameters of type ActionShortcut | |
|---|---|
void |
ShortcutManager.remove(ActionShortcut shortcut,
javax.swing.JComponent c)
Removes a component from a currently registered action shortcut. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||