|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.panels.MetaTraversable
oracle.ide.panels.Navigable
oracle.ide.keyboard.KeyStrokesConfigUI
This is the Navigable for configurable shortcuts. It can be
used either for global mappings by passing a null
KeyStrokeContext or for a local mapping by passing the local
KeyStrokeContext.
| Nested Class Summary |
| Nested classes inherited from class oracle.ide.panels.Navigable |
Navigable.NavigableComparator |
| Field Summary |
| Fields inherited from class oracle.ide.panels.Navigable |
BOLD, DEFAULT_CHILD_COMPARATOR_KEY, ITALIC, NAVIGABLE_COMPARATOR, PLAIN |
| Constructor Summary | |
KeyStrokesConfigUI()
|
|
| Method Summary | |
java.lang.Object |
copyTo(java.lang.Object target)
It is extremely important that this method be overridden properly whenever Navigable is subclassed. |
Traversable |
newTraversable()
Overriding this method is the preferred means of overriding MetaTraversable's Traversable creation
behavior. |
| Methods inherited from class oracle.ide.panels.MetaTraversable |
copyToImpl, getTraversableClass, isUsingTraversableDefaultConstructor, newTraversable, setHelpID, setNameLink |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.ide.model.Displayable |
toString |
| Constructor Detail |
public KeyStrokesConfigUI()
| Method Detail |
public java.lang.Object copyTo(java.lang.Object target)
Navigable is subclassed.
copyTo in interface CopyablecopyTo in class NavigableCopyable.copyTo(Object)public Traversable newTraversable()
MetaTraversableMetaTraversable's Traversable creation
behavior.
This method is called by MetaTraversable.newTraversable(ApplyNotifier),
which then also registers the returned Traversable
with the current ApplyNotifier, if the
Traversable is an instance of ApplyListener.
newTraversable in class MetaTraversable
|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©1997, 2003, Oracle. All rights reserved.