|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.ide.keyboard.KeyStrokeContextRegistry
The KeyStrokeContextRegistry is a collection of KeyStrokeContext. The class supports CollectionListeners
CollectionListener
Constructor Summary | |
KeyStrokeContextRegistry() Constructor |
Method Summary | |
void |
addContext(KeyStrokeContext ksc) Add a context to the list of known context. |
void |
addListener(CollectionListener l) Adds a CollectionListener |
java.util.Iterator |
getAllContexts() |
java.util.Set |
getAllPresets() |
KeyStrokeContext |
getContext(java.lang.String sName) Searches the KeyStrokeContext with the specified name. |
void |
removeContext(KeyStrokeContext ksc) Remove a context to the list of known context. |
void |
removeListener(CollectionListener l) Removes a CollectionListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public KeyStrokeContextRegistry()
Method Detail |
public void addListener(CollectionListener l)
CollectionListener
public void removeListener(CollectionListener l)
CollectionListener
public void addContext(KeyStrokeContext ksc)
public void removeContext(KeyStrokeContext ksc)
public KeyStrokeContext getContext(java.lang.String sName)
public java.util.Iterator getAllContexts()
public java.util.Set getAllPresets()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.