oracle.jdeveloper.cmt
Interface CmtModelNode
- All Superinterfaces:
- Data, Displayable, Element, Folder, Locatable, javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode
- All Known Implementing Classes:
- CmtFolder
- public interface CmtModelNode
- extends javax.swing.tree.MutableTreeNode, Folder, Locatable
The URL for a CmtModelNode is of the form:
jdev.cmt:?&
Field Summary |
static java.lang.String |
PROTOCOL
Protocol for an URL representing a CmtModelNode. |
static java.lang.String |
QUERY_TOKEN
Query part separator for an URL representing a CmtModelNode. |
Methods inherited from interface javax.swing.tree.MutableTreeNode |
insert, remove, remove, removeFromParent, setParent, setUserObject |
Methods inherited from interface javax.swing.tree.TreeNode |
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf |
Methods inherited from interface oracle.ide.model.Data |
getData |
PROTOCOL
public static final java.lang.String PROTOCOL
- Protocol for an URL representing a CmtModelNode.
- See Also:
- Constant Field Values
QUERY_TOKEN
public static final java.lang.String QUERY_TOKEN
- Query part separator for an URL representing a CmtModelNode.
- See Also:
- Constant Field Values
getCmtModel
public CmtModel getCmtModel()
setCmtModel
public void setCmtModel(CmtModel model)
getSubcomponent
public CmtSubcomponent getSubcomponent()
getName
public java.lang.String getName()
release
public void release()
Copyright © 1997, 2004, Oracle. All rights reserved.