|
||||||||||
| 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.console.EnterpriseContainerNode
public class EnterpriseContainerNode
Extends the CTreeNode class.
Notes:
08/23/2000, hcox: Much of this is hard-coded for the moment.
| 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 | |
|---|---|
|
EnterpriseContainerNode() |
protected |
EnterpriseContainerNode(java.lang.Object userObject, boolean allowsChildren, java.lang.String caption) |
|
EnterpriseContainerNode(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 EnterpriseContainerNode()
protected EnterpriseContainerNode(java.lang.Object userObject,
boolean allowsChildren,
java.lang.String caption)
public EnterpriseContainerNode(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 | |||||||||