|
org.netbeans.modules.editor.settings/1 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.api.editor.settings.KeyBindingSettings
public abstract class KeyBindingSettings
The list of available key bindings. Each key binding is represented by an
instance of the 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 Summary | |
---|---|
KeyBindingSettings()
Construction prohibited for API clients. |
Method Summary | |
---|---|
abstract List<MultiKeyBinding> |
getKeyBindings()
Gets the keybindings list, where items are instances of MultiKeyBinding |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyBindingSettings()
Method Detail |
---|
public abstract List<MultiKeyBinding> getKeyBindings()
MultiKeyBinding
MultiKeyBinding
|
org.netbeans.modules.editor.settings/1 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |