Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.keyboard
Class KeyStrokesConfigUI

java.lang.Object
  extended by oracle.ide.panels.MetaTraversable
      extended by oracle.ide.panels.Navigable
          extended by oracle.ide.keyboard.KeyStrokesConfigUI

All Implemented Interfaces:
Copyable

Deprecated. since 11.0 with no replacement. This class is an implementation detail and should not be exposed in a public API.

public final class KeyStrokesConfigUI
extends Navigable

Nested Class Summary

 

Nested classes/interfaces 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()
          Deprecated.  

 

Method Summary
 java.lang.Object copyTo(java.lang.Object target)
          Deprecated. It is extremely important that this method be overridden properly whenever Navigable is subclassed.
 Traversable newTraversable()
          Deprecated. 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, getChildren, getDetailNavigables, getDisplayStyle, getIcon, getLongLabel, getRawShortLabel, getShortLabel, getToolTipText, includeInDefault, mayHaveChildren, setChildComparator, setChildNavigables, setDataScope, setDisplayStyle, setShortLabel, sortNavigables, toString

 

Methods inherited from class oracle.ide.panels.MetaTraversable
copyToImpl, findHelpID, 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()
Deprecated. 

Method Detail

copyTo

public java.lang.Object copyTo(java.lang.Object target)
Deprecated. 
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
Parameters:
target - The target object to which the state of this object should be copied. If target is null, then the copyTo method will return a new instance of this class.
Returns:
The object to which the state of this object was copied. If the target was non-null, then the return value is the same as the target object that was passed in; otherwise, the return value is a new instance of this class.
See Also:
Copyable.copyTo(Object)

newTraversable

public Traversable newTraversable()
Deprecated. 
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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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