java.lang.Object
net.anwiba.commons.swing.frame.KeyActionConfiguration
- All Implemented Interfaces:
IKeyActionConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionKeyActionConfiguration(String actionKey, KeyStroke keyStroke, Action action) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
KeyActionConfiguration
-
-
Method Details
-
getActionKey
- Specified by:
getActionKeyin interfaceIKeyActionConfiguration
-
getKeyStroke
- Specified by:
getKeyStrokein interfaceIKeyActionConfiguration
-
getAction
- Specified by:
getActionin interfaceIKeyActionConfiguration
-