public class KeyActionConfiguration extends Object implements IKeyActionConfiguration
| Constructor and Description |
|---|
KeyActionConfiguration(String actionKey,
KeyStroke keyStroke,
Action action) |
| Modifier and Type | Method and Description |
|---|---|
Action |
getAction() |
String |
getActionKey() |
KeyStroke |
getKeyStroke() |
public String getActionKey()
getActionKey in interface IKeyActionConfigurationpublic KeyStroke getKeyStroke()
getKeyStroke in interface IKeyActionConfigurationpublic Action getAction()
getAction in interface IKeyActionConfigurationCopyright © 2007–2017 Andreas Bartels. All rights reserved.