|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CTreeNode | |
|---|---|
| com.essbase.eas.ui.ctree | |
| Uses of CTreeNode in com.essbase.eas.ui.ctree |
|---|
| Subclasses of CTreeNode in com.essbase.eas.ui.ctree | |
|---|---|
class |
CTreeCustomViewRootNodeProvides access to the CTreeModel that a node is installed into. |
| Fields in com.essbase.eas.ui.ctree declared as CTreeNode | |
|---|---|
static CTreeNode[] |
CTreeNode.EMPTY_NODES |
| Methods in com.essbase.eas.ui.ctree that return CTreeNode | |
|---|---|
CTreeNode |
CTreeNode.getChildForUserObject(java.lang.Object value)returns the child node that has the associated user object. |
protected CTreeNode[] |
CTreeNode.getChildrenAsArray() |
CTreeNode[] |
CTreeNode.sortNodes(CTreeNode[] nodes) |
| Methods in com.essbase.eas.ui.ctree with parameters of type CTreeNode | |
|---|---|
protected void |
CTreeNode.addNodeAndNotify(CTreeNode node)adds a single node as a child of this node, determines its index, and notifies the model that a child was inserted. |
protected void |
CTreeNode.addNodesAndNotify(CTreeNode[] nodes)adds multiple nodes as children of this node. |
void |
CTreeNode.addNodesSortedAndNotify(CTreeNode[] nodes) |
void |
CTreeNode.addNodesSortedAndNotify(CTreeNode[] nodes, boolean nodesAreSorted) |
boolean |
CTreeTabbedPane.addNodeToCustomView(CTreeNode node, java.lang.String caption)This will add the passed in node to the tree. |
void |
CTreeNode.addSortedChild(CTreeNode newChild)adds a child node and ensures it is in a correctly sorted position. |
boolean |
CTreeTabbedPane.addToCustomView(CTreeNode node, java.lang.String caption)adds a CTReeNode to a custom view with a particular caption. |
boolean |
CTreeNode.changeNodeIndex(CTreeNode node, int newIndex) |
java.lang.String |
CTreeTabbedPane.createCustomView(CTreeNode node, boolean select)creates a custom view and returns the caption for it. |
int |
CTreeNode.getSortedChildIndex(CTreeNode newChild)returns -1 for end of the list |
void |
CTreeNode.insertNodeAndNotify(CTreeNode node, int index)adds a single node as a child of this node, determines its index, and notifies the model that a child was inserted. |
void |
CTreeNode.removeNodeAndNotify(CTreeNode node)removes all children node and notifies the model about the event. |
void |
CTreeNode.removeNodeAndNotify(CTreeNode node, boolean propogate)removes a child node and notifies the model about the event. |
CTreeNode[] |
CTreeNode.sortNodes(CTreeNode[] nodes) |
boolean |
CTreeNode.updateChildOrder(CTreeNode node)Updates the node order for the child node. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||