|
||||||||||
| 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.PTreeCheckBoxNode
com.essbase.eas.essbase.ui.wizards.tree.WizardTreeCheckBoxNode
com.essbase.eas.essbase.ui.wizards.tree.FunctionTreeNode
public class FunctionTreeNode
Extends the PTreeCheckBoxNode mainly so we can use a renderer to draw icon relative to the Essbase object that this tree node represents. The expansion of this node is dynamically handled.
| Field Summary |
|---|
| Fields inherited from class com.essbase.eas.ui.ptree.PTreeCheckBoxNode |
|---|
checkBox, expanded, nodeSelected, nodeTag, updatePeer |
| 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 | |
|---|---|
FunctionTreeNode() |
|
FunctionTreeNode(java.lang.Object userObject, boolean allowsChildren, java.lang.String caption) |
|
FunctionTreeNode(java.lang.Object userObject, java.lang.String caption, boolean allowsChildren) |
|
FunctionTreeNode(java.lang.Object userObject, java.lang.String caption, boolean allowsChildren, int nTag, javax.swing.Icon icon, boolean selected) |
|
| Method Summary | |
|---|---|
boolean |
copyObject(Server destServer, java.lang.String destAppName, boolean replace) |
void |
setMigrationOption(AppMigration node) |
void |
willExpand() |
| Methods inherited from class com.essbase.eas.ui.ptree.PTreeCheckBoxNode |
|---|
actionPerformed, cancelEditing, createCheckBox, drawObject, editNode, endEditing, getCheckBox, getCheckBoxState, getEditingValue, getHeight, getPrintableObjects, getTreeCellRendererComponent, installListeners, isSelected, nodeRemoved, setCheckBoxState, setSelected, setUpdatePeer, uninstallListeners, updatePeerCheckBoxState |
| 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 |
| Constructor Detail |
|---|
public FunctionTreeNode()
public FunctionTreeNode(java.lang.Object userObject,
boolean allowsChildren,
java.lang.String caption)
public FunctionTreeNode(java.lang.Object userObject,
java.lang.String caption,
boolean allowsChildren)
public FunctionTreeNode(java.lang.Object userObject,
java.lang.String caption,
boolean allowsChildren,
int nTag,
javax.swing.Icon icon,
boolean selected)
| Method Detail |
|---|
public void willExpand()
willExpand in class PTreeCheckBoxNode
public boolean copyObject(Server destServer,
java.lang.String destAppName,
boolean replace)
public void setMigrationOption(AppMigration node)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||