Navigable.NavigableComparator
BOLD, DEFAULT_CHILD_COMPARATOR_KEY, ITALIC, NAVIGABLE_COMPARATOR, PLAIN
Constructor and Description |
---|
KeyStrokesConfigUI()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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. |
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
copyToImpl, findHelpID, getTraversableClass, isUsingTraversableDefaultConstructor, newTraversable, setHelpID, setNameLink
public java.lang.Object copyTo(java.lang.Object target)
Navigable
is subclassed.copyTo
in interface Copyable
copyTo
in class Navigable
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.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.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