|
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.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.Navigable |
addChildNavigable, appendChildNavigables, appendChildNodes, appendDetailNavigables, copyToImpl, createDetailRootNode, createTreeNode, createTreeNodeImpl, getChildComparator, getChildNavigables, getDetailNavigables, getDisplayStyle, getIcon, getLongLabel, getShortLabel, getToolTipText, mayHaveChildren, setChildComparator, setChildNavigables, setDataScope, setDisplayStyle, setShortLabel, sortNavigables, toString |
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, wait, wait, wait |
Constructor Detail |
public KeyStrokesConfigUI()
Method Detail |
public java.lang.Object copyTo(java.lang.Object target)
Navigable
is subclassed.copyTo
in interface Copyable
copyTo
in class Navigable
Copyable.copyTo(Object)
public Traversable newTraversable()
MetaTraversable
MetaTraversable
'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, 2004, Oracle. All rights reserved.