|
||||||||||
| 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.MbrSelContainerNode
public class MbrSelContainerNode
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 | |
|---|---|
MbrSelContainerNode() |
|
MbrSelContainerNode(java.lang.Object userObject, boolean allowsChildren, java.lang.String caption) |
|
MbrSelContainerNode(java.lang.Object userObject, java.lang.String caption, boolean allowsChildren) |
|
MbrSelContainerNode(java.lang.Object userObject, java.lang.String caption, boolean allowsChildren, int nTag, javax.swing.Icon icon) |
|
MbrSelContainerNode(java.lang.Object userObject, java.lang.String caption, boolean allowsChildren, int nTag, javax.swing.Icon icon, boolean selected) |
|
| Method Summary | |
|---|---|
static boolean |
copyAllObjects(java.lang.Object userObject, Server destServer, java.lang.String destAppName, boolean replace) |
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 MbrSelContainerNode()
public MbrSelContainerNode(java.lang.Object userObject,
boolean allowsChildren,
java.lang.String caption)
public MbrSelContainerNode(java.lang.Object userObject,
java.lang.String caption,
boolean allowsChildren)
public MbrSelContainerNode(java.lang.Object userObject,
java.lang.String caption,
boolean allowsChildren,
int nTag,
javax.swing.Icon icon)
public MbrSelContainerNode(java.lang.Object userObject,
java.lang.String caption,
boolean allowsChildren,
int nTag,
javax.swing.Icon icon,
boolean selected)
| Method Detail |
|---|
public boolean copyObject(Server destServer,
java.lang.String destAppName,
boolean replace)
public static boolean copyAllObjects(java.lang.Object userObject,
Server destServer,
java.lang.String destAppName,
boolean replace)
public void willExpand()
willExpand in class PTreeCheckBoxNodepublic void setMigrationOption(AppMigration node)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||