Extension SDK 10.1.2


oracle.ide.keyboard
Class KeyStrokesConfigUI

java.lang.Object
  extended byoracle.ide.panels.MetaTraversable
      extended byoracle.ide.panels.Navigable
          extended byoracle.ide.keyboard.KeyStrokesConfigUI

All Implemented Interfaces:
Copyable, Displayable

public final class KeyStrokesConfigUI
extends Navigable

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

KeyStrokesConfigUI

public KeyStrokesConfigUI()

Method Detail

copyTo

public java.lang.Object copyTo(java.lang.Object target)
It is extremely important that this method be overridden properly whenever Navigable is subclassed.
Specified by:
copyTo in interface Copyable
Overrides:
copyTo in class Navigable
See Also:
Copyable.copyTo(Object)

newTraversable

public Traversable newTraversable()
Description copied from class: MetaTraversable
Overriding this method is the preferred means of overriding 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.

Overrides:
newTraversable in class MetaTraversable

Extension SDK


Copyright © 1997, 2004, Oracle. All rights reserved.