|
||||||||||
| 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.ptree.PTreeNode
com.essbase.eas.ui.ptree.PTreeLabelNode
com.essbase.eas.ui.ptree.PTreeRootLabelNode
public class PTreeRootLabelNode
Extends the DefaultMutableTreeNode class to implement some specific features that we need to support in the OLAP console properties. Notes:
10/17/2000, mbolisetty:
| Field Summary | |
|---|---|
protected PTree |
tree |
| Fields inherited from class com.essbase.eas.ui.ptree.PTreeLabelNode |
|---|
expanded, label |
| Fields inherited from class com.essbase.eas.ui.ptree.PTreeNode |
|---|
bundle, cancelAction, caption, editable, editValue, enabled, enableRemoval, enterAction, icon, keyAdapter, nodeObject, tipText |
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
|---|---|
PTreeRootLabelNode() |
|
PTreeRootLabelNode(boolean allowsChildren, java.lang.String caption) |
|
PTreeRootLabelNode(boolean allowsChildren, java.lang.String caption, java.lang.Object nodeObject) |
|
PTreeRootLabelNode(java.lang.Object userObject, boolean allowsChildren, java.lang.String caption) |
|
PTreeRootLabelNode(java.lang.Object userObject, boolean allowsChildren, java.lang.String caption, java.lang.Object nodeObject) |
|
| Method Summary | |
|---|---|
PTree |
getTree() |
void |
nodeRemoved() |
void |
setTree(PTree tree) |
| Methods inherited from class com.essbase.eas.ui.ptree.PTreeLabelNode |
|---|
drawObject, getPrintableObjects, getTreeCellRendererComponent, isEditable, setEditable, setLabelText, willExpand |
| Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
add, 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, removeFromParent, setAllowsChildren, setParent |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected PTree tree
| Constructor Detail |
|---|
public PTreeRootLabelNode()
public PTreeRootLabelNode(boolean allowsChildren,
java.lang.String caption)
public PTreeRootLabelNode(boolean allowsChildren,
java.lang.String caption,
java.lang.Object nodeObject)
public PTreeRootLabelNode(java.lang.Object userObject,
boolean allowsChildren,
java.lang.String caption)
public PTreeRootLabelNode(java.lang.Object userObject,
boolean allowsChildren,
java.lang.String caption,
java.lang.Object nodeObject)
| Method Detail |
|---|
public void setTree(PTree tree)
setTree in class PTreeNodepublic PTree getTree()
getTree in class PTreeNodepublic void nodeRemoved()
nodeRemoved in class PTreeLabelNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||