|
org.netbeans.modules.editor.settings.storage/1 1.33 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.modules.editor.settings.storage.api.KeyBindingSettingsFactory
public abstract class KeyBindingSettingsFactory
Getters and setters for keymap editor profiles. Instances of this
class should be registerred in MimeLookup for particular mime types.
| Constructor Summary | |
|---|---|
KeyBindingSettingsFactory()
|
|
| Method Summary | |
|---|---|
abstract void |
addPropertyChangeListener(PropertyChangeListener l)
PropertyChangeListener registration. |
abstract List<MultiKeyBinding> |
getKeyBindingDefaults(String profile)
Returns default keybindings list for given keymap name, where items are instances of MultiKeyBinding. |
abstract List<MultiKeyBinding> |
getKeyBindings()
Gets the keybindings list, where items are instances of MultiKeyBinding. |
abstract List<MultiKeyBinding> |
getKeyBindings(String profile)
Gets the keybindings list for given keymap name, where items are instances of MultiKeyBinding. |
abstract void |
removePropertyChangeListener(PropertyChangeListener l)
PropertyChangeListener registration. |
abstract void |
setKeyBindings(String profile,
List<MultiKeyBinding> keyBindings)
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 KeyBindingSettingsFactory()
| Method Detail |
|---|
public abstract List<MultiKeyBinding> getKeyBindings()
MultiKeyBinding.
MultiKeyBindings.public abstract List<MultiKeyBinding> getKeyBindings(String profile)
MultiKeyBinding.
profile - a name of keymap
MultiKeyBindings.public abstract List<MultiKeyBinding> getKeyBindingDefaults(String profile)
MultiKeyBinding.
MultiKeyBindings.
public abstract void setKeyBindings(String profile,
List<MultiKeyBinding> keyBindings)
MultiKeyBinding.
profile - keyBindings - the list of MultiKeyBindingspublic abstract void addPropertyChangeListener(PropertyChangeListener l)
l - a PropertyChangeListener to be registerredpublic abstract void removePropertyChangeListener(PropertyChangeListener l)
l - a PropertyChangeListener to be unregisterred
|
org.netbeans.modules.editor.settings.storage/1 1.33 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||