|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
com.essbase.eas.ui.ctree.CTreeNode
com.essbase.eas.ui.ctree.CTreeCustomViewRootNode
public class CTreeCustomViewRootNode
Provides access to the CTreeModel that a node is installed into. The standard Swing classes don't give access to the tree model that nodes are attached to; therefore, they can't force any needed UI updates. This interface should be implemented by any Root node objects that are placed into a CTreeModel.
| Field Summary |
|---|
| Fields inherited from class com.essbase.eas.ui.ctree.CTreeNode |
|---|
actionMenuItems, allChildrenRemoved, caption, contextMenuItems, customViewEnabled, customViewNode, draggable, EMPTY_NODES, expanded, flavors, icon, notifyChildRemoval, startSortIndex, toolTipText |
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
|---|---|
|
CTreeCustomViewRootNode() |
protected |
CTreeCustomViewRootNode(java.lang.Object userObject, boolean allowsChildren, java.lang.String caption) |
|
CTreeCustomViewRootNode(java.lang.Object userObject, java.lang.String caption) |
| Method Summary | |
|---|---|
CTreeModel |
getModel()returns the CTreeModel the root is in. |
void |
setModel(CTreeModel value)sets the CTreeModel the root is in. |
| Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
breadthFirstEnumeration, children, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CTreeCustomViewRootNode()
protected CTreeCustomViewRootNode(java.lang.Object userObject,
boolean allowsChildren,
java.lang.String caption)
public CTreeCustomViewRootNode(java.lang.Object userObject,
java.lang.String caption)
| Method Detail |
|---|
public CTreeModel getModel()
CTreeRootNodegetModel in interface CTreeRootNodepublic void setModel(CTreeModel value)
CTreeRootNodesetModel in interface CTreeRootNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||