Package net.anwiba.commons.swing.frame
Class KeyActionConfiguration
- java.lang.Object
-
- net.anwiba.commons.swing.frame.KeyActionConfiguration
-
- All Implemented Interfaces:
IKeyActionConfiguration
public class KeyActionConfiguration extends java.lang.Object implements IKeyActionConfiguration
-
-
Constructor Summary
Constructors Constructor Description KeyActionConfiguration(java.lang.String actionKey, javax.swing.KeyStroke keyStroke, javax.swing.Action action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.ActiongetAction()java.lang.StringgetActionKey()javax.swing.KeyStrokegetKeyStroke()
-
-
-
Method Detail
-
getActionKey
public java.lang.String getActionKey()
- Specified by:
getActionKeyin interfaceIKeyActionConfiguration
-
getKeyStroke
public javax.swing.KeyStroke getKeyStroke()
- Specified by:
getKeyStrokein interfaceIKeyActionConfiguration
-
getAction
public javax.swing.Action getAction()
- Specified by:
getActionin interfaceIKeyActionConfiguration
-
-