Skip navigation links 
 
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:
 
- ProvidesSearchTags, Copyable
 
- 
public class AuditPreferencesNode
 
- extends Navigable
 
- implements ProvidesSearchTags
 
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, getChildren, 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 
Navigables 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 
Navigables of this Navigable. 
 
createChildren
protected Navigable[] createChildren()
searchTags
public java.util.Collection<java.lang.String> searchTags()
- Description copied from interface: 
ProvidesSearchTags 
- Returns the search tags for this navigable. Generally, these should be translated strings.
The implementor of this method should never return null, but it may return an empty collection. The returned collection may not be modified by the caller.
 
- 
- Specified by:
 
searchTags in interface ProvidesSearchTags 
 
- 
- Returns:
 
- a collection of String search tags that apply to this object.
 
 
Skip navigation links 
 
Copyright © 1997, 2011, Oracle. All rights reserved.