|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
com.ptc.core.ca.co.client.tree.CoTreeNodeInstance
@Deprecated public class CoTreeNodeInstance
The class implementing a node in the data tree. The tree of conceptual
elements is build and maintained based on the data tree. The data tree
is based on the swing implementation of a tree and thus swing utilities
can be used to traverse it.
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Method Summary | |
|---|---|
CoInstance |
getInstance()
Deprecated. Returens the I*E element wrapped into CoInstance that
is a user object of this node. |
boolean |
isExpanded()
Deprecated. Gets the value of the attribute: expanded; the flag indicating whether a corresponding tree node conceptual element is expanded Supported API: true |
boolean |
isPopulated()
Deprecated. Gets the value of the attribute: populated; the flag indicating whether this node is populated with children. |
void |
setExpanded(boolean a_Expanded)
Deprecated. Sets the value of the attribute: expanded; the flag indicating whether a corresponding tree node conceptual element is expanded Supported API: true |
void |
setInstace(CoInstance instance)
Deprecated. Sets the I*E element wrapped into CoInstance as a user
object of this node. |
void |
setPopulated(boolean a_Populated)
Deprecated. Sets the value of the attribute: populated; the flag indicating whether this node is populated with children. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public boolean isExpanded()
public void setExpanded(boolean a_Expanded)
a_Expanded - public boolean isPopulated()
This attribute is used to deternine if we need to put "+" sign.
Supported API: true
public void setPopulated(boolean a_Populated)
This attribute is used to deternine if we need to put "+" sign.
Supported API: true
a_Populated - public CoInstance getInstance()
CoInstance that
is a user object of this node.
public void setInstace(CoInstance instance)
CoInstance as a user
object of this node.
instance -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||