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

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.36.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.