oracle.jdevimpl.audit.preferences
Class AuditPreferencesNode
java.lang.Object
oracle.ide.panels.MetaTraversable
oracle.ide.panels.Navigable
oracle.jdevimpl.audit.preferences.AuditPreferencesNode
- All Implemented Interfaces:
- Copyable
public class AuditPreferencesNode
- extends Navigable
The Audit preferences nodes. Currently, there is a top-level
Audit and Metrics node which has one child node: Profiles.
Both of these nodes are represented by instances
of this class as determined by the parent
parameter supplied
(or not supplied) to the constructor.
Methods inherited from class oracle.ide.panels.Navigable |
addChildNavigable, appendChildNavigables, appendChildNodes, appendDetailNavigables, copyTo, copyToImpl, createDetailRootNode, createTreeNode, createTreeNodeImpl, getChildComparator, getDetailNavigables, getDisplayStyle, getIcon, getLongLabel, getRawShortLabel, getShortLabel, getToolTipText, mayHaveChildren, setChildComparator, setChildNavigables, setDataScope, setDisplayStyle, setShortLabel, sortNavigables, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AuditPreferencesNode
public AuditPreferencesNode()
AuditPreferencesNode
public AuditPreferencesNode(AuditPreferencesNode parent)
newTraversable
protected 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
getChildNavigables
protected Navigable[] getChildNavigables()
- Description copied from class:
Navigable
- By default, this returns the child
Navigable
s that were
set when this DefaultNavigable
was constructed.
Subclasses can override this method to specify a custom list of
children. The result of this method is used by
appendChildNavigables(...)
to append
child nodes.
- Overrides:
getChildNavigables
in class Navigable
- Returns:
- The child
Navigable
s of this
Navigable
.
createChildren
protected Navigable[] createChildren()
Copyright © 1997, 2009, Oracle. All rights reserved.