站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

KeyBindingSettings (Editor Settings) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.settings/1 1.9

org.netbeans.api.editor.settings
Class KeyBindingSettings

java.lang.Object
  extended by org.netbeans.api.editor.settings.KeyBindingSettings

public abstract class KeyBindingSettings
extends Object

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

KeyBindingSettings

public KeyBindingSettings()
Construction prohibited for API clients.

Method Detail

getKeyBindings

public abstract List<MultiKeyBinding> getKeyBindings()
Gets the keybindings list, where items are instances of MultiKeyBinding

Returns:
List of MultiKeyBinding

org.netbeans.modules.editor.settings/1 1.9

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.