|
||||||||||
| 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.admin.client.tree.AdminTreeNode
com.essbase.eas.admin.client.tree.ServerTreeNode
public class ServerTreeNode
Extends the CTreeNode class to implement some features specific to Admin server objects.
Notes:
| Nested Class Summary | |
|---|---|
static class |
ServerTreeNode.ServerEditPropertiesNode |
| 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 | |
|---|---|
ServerTreeNode(java.lang.Object userObject) |
|
ServerTreeNode(Server server) |
|
| Method Summary | |
|---|---|
void |
dispose()resets the references to null for gc |
java.awt.Component[] |
getActionMenuItems()returns the items that this object needs placed on the console's action menu. |
java.awt.Component[] |
getContextMenuItems() |
static boolean |
isAdmin() |
void |
nodeRemoved() |
void |
release() |
| Methods inherited from class com.essbase.eas.admin.client.tree.AdminTreeNode |
|---|
nodeChanged, removeNodeFromParent, uninstallListeners |
| 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 ServerTreeNode(java.lang.Object userObject)
public ServerTreeNode(Server server)
| Method Detail |
|---|
public static boolean isAdmin()
public java.awt.Component[] getContextMenuItems()
getContextMenuItems in class CTreeNodepublic java.awt.Component[] getActionMenuItems()
CTreeNodegetActionMenuItems in class CTreeNodepublic void release()
public void nodeRemoved()
nodeRemoved in class AdminTreeNodepublic void dispose()
CTreeNodedispose in class CTreeNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||