org.netbeans.api.editor.settings
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
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.