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

KeyBindingSettings (NetBeans Editor Settings) - NetBeans API Javadoc 5.0.0

 

org.netbeans.api.editor.settings
Class KeyBindingSettings

java.lang.Object
  extended byorg.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


Constructor Summary
KeyBindingSettings()
          Construction prohibited for API clients.
 
Method Summary
abstract  List 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 getKeyBindings()
Gets the keybindings list, where items are instances of MultiKeyBinding

Returns:
List of MultiKeyBinding

 

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