当前页面:
在线文档首页 >
NetBeans API Javadoc 5.5.0
KeyBindingSettings (NetBeans Editor Settings) - NetBeans API Javadoc 5.5.0
org.netbeans.api.editor.settings
Class KeyBindingSettings
java.lang.Object
org.netbeans.api.editor.settings.KeyBindingSettings
public abstract class KeyBindingSettings
- extends Object
KeyBindings settings are represented by List of keybindings.
The List contains the instances of MultiKeyBinding
.
Instances of this class should be retrieved from the MimeLookup
for a given mime-type.
This class must NOT be extended by any API clients
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyBindingSettings
public KeyBindingSettings()
- Construction prohibited for API clients.
getKeyBindings
public abstract List getKeyBindings()
- Gets the keybindings list, where items are instances of
MultiKeyBinding
- Returns:
- List of
MultiKeyBinding