|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.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, setChildComparator, setChildComparator, setChildNavigables, setDataScope, setDisplayStyle, setShortLabel, sortNavigables |
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, toString, wait, wait, wait |
Methods inherited from interface oracle.ide.model.Displayable |
toString |
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, 2003, Oracle. All rights reserved.