|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.ide.panels.MetaTraversable
oracle.ide.panels.Navigable
oracle.jdeveloper.model.JProjectSettings.DependenciesNavigable
Need to override the dependencies navigable in order to avoid showing the dependencies panel for the default project.
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 | |
JProjectSettings.DependenciesNavigable() |
Method Summary | |
javax.swing.tree.DefaultMutableTreeNode |
createTreeNode(NavigableContext nc) This method constructs a DefaultMutableTreeNode that is to represent the Navigable in the tree; in general, only NavigableUIContainer implementations should call this method directly. |
Methods inherited from class oracle.ide.panels.Navigable |
addChildNavigable, appendChildNavigables, appendChildNodes, appendDetailNavigables, copyTo, copyToImpl, createDetailRootNode, 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, newTraversable, setHelpID, setNameLink |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JProjectSettings.DependenciesNavigable()
Method Detail |
public javax.swing.tree.DefaultMutableTreeNode createTreeNode(NavigableContext nc)
Navigable
DefaultMutableTreeNode
that is to represent the Navigable
in the tree; in general, only NavigableUIContainer
implementations should call this method directly. Subclasses may, of course, override the behavior.
The user object of the returned tree node (and all its descendant nodes) must be an instance of Navigable
.
If the return value is null
, the Navigable
is omitted from the tree.
Note: this method returns DefaultMutableTreeNode instead of just MutableTreeNode because the getUserObject(...) method is not specified by MutableTreeNode.
createTreeNode
in class Navigable
nc
- The NavigableContext
in which this Navigable
should render the tree node.Navigable
.
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.