public abstract class KeyBindingSettings extends Object
MultiKeyBinding
class, which associates one
or more keyboard shortcuts with an Action
.
Instances of this class should be retrieved from MimeLookup
.
This class must NOT be extended by any API clients.
Constructor and Description |
---|
KeyBindingSettings()
Construction prohibited for API clients.
|
Modifier and Type | Method and Description |
---|---|
abstract List<MultiKeyBinding> |
getKeyBindings()
Gets the keybindings list, where items are instances of
MultiKeyBinding |
public KeyBindingSettings()
public abstract List<MultiKeyBinding> getKeyBindings()
MultiKeyBinding
MultiKeyBinding