Uses of Class
com.metamatrix.toolbox.ui.widget.tree.DefaultTreeNode

Packages that use DefaultTreeNode
com.metamatrix.console.ui.tree   
com.metamatrix.console.ui.views.deploy.event   
com.metamatrix.console.ui.views.deploy.model   
com.metamatrix.console.ui.views.runtime.model   
com.metamatrix.console.util   
com.metamatrix.toolbox.ui.widget.tree   
 

Uses of DefaultTreeNode in com.metamatrix.console.ui.tree
 

Subclasses of DefaultTreeNode in com.metamatrix.console.ui.tree
 class SortableChildrenNode
          The SortableChildrenNode is a tree node whose children will be sorted based on their toString implementation.
 

Uses of DefaultTreeNode in com.metamatrix.console.ui.views.deploy.event
 

Methods in com.metamatrix.console.ui.views.deploy.event that return DefaultTreeNode
 DefaultTreeNode[] ConfigurationTreeModelEvent.getAncestorNodes()
          Gets the ancestors of the changed object.
 DefaultTreeNode ConfigurationTreeModelEvent.getConfigurationNode()
          Gets the configuration node where the change took place.
 DefaultTreeNode ConfigurationTreeModelEvent.getDeployedPscNode()
          Gets the deployed PSC node if either a deployed PSC node was the event source or an ancestor.
 DefaultTreeNode ConfigurationTreeModelEvent.getDeployedServiceNode()
          Gets the deployed service node if either a deployed service node was the event source or an ancestor.
 DefaultTreeNode ConfigurationTreeModelEvent.getHostNode()
          Gets the host node if either a host node was the event source or an ancestor.
 DefaultTreeNode ConfigurationTreeModelEvent.getProcessNode()
          Gets the process node if either a process node was the event source or an ancestor.
 DefaultTreeNode ConfigurationTreeModelEvent.getProductNode()
          Gets the product node if either a product node was the event source or an ancestor.
 DefaultTreeNode ConfigurationTreeModelEvent.getPscDefinitionNode()
          Gets the PSC definition node if either a PSC definition node was the event source or an ancestor.
 DefaultTreeNode ConfigurationTreeModelEvent.getServiceDefinitionNode()
          Gets the service definition node if either a service definition node was the event source or an ancestor.
 DefaultTreeNode ConfigurationTreeModelEvent.getSourceNode()
          The source node of the event.
 DefaultTreeNode ConfigurationTreeModelEvent.getSourceNodeParent()
          The source node of the event.
 

Constructors in com.metamatrix.console.ui.views.deploy.event with parameters of type DefaultTreeNode
ConfigurationTreeModelEvent(int theType, DefaultTreeNode theChangedNode, DefaultTreeNode theConfigNode, DefaultTreeNode[] theAncestorNodes)
          Constructs a ConfigurationTreeModelEvent of the given type.
ConfigurationTreeModelEvent(int theType, DefaultTreeNode theChangedNode, DefaultTreeNode theConfigNode, DefaultTreeNode[] theAncestorNodes)
          Constructs a ConfigurationTreeModelEvent of the given type.
 

Uses of DefaultTreeNode in com.metamatrix.console.ui.views.deploy.model
 

Methods in com.metamatrix.console.ui.views.deploy.model that return DefaultTreeNode
 DefaultTreeNode ConfigurationTreeModel.getDeploymentsHeaderNode(Configuration theConfig)
          Gets the deployments header node for the given configuration.
 DefaultTreeNode ConfigurationTreeModel.getPscDefinitionsHeaderNode(Configuration theConfig)
          Gets the PSC definitions header node for the given configuration.
 DefaultTreeNode ConfigurationTreeModel.getPscNode(ProductServiceConfig thePsc, Configuration theConfig)
          Gets the requested PSC definition node.
 DefaultTreeNode ConfigurationTreeModel.getPscNode(ProductServiceConfig thePsc, VMComponentDefn theProcess)
          Gets the requested deployed PSC node.
 DefaultTreeNode ConfigurationTreeModel.getUserObjectNode(java.lang.Object theUserObject)
          Gets the requested user object's node.
 

Methods in com.metamatrix.console.ui.views.deploy.model with parameters of type DefaultTreeNode
 boolean ConfigurationTreeModel.contains(DefaultTreeNode theNode)
           
 boolean ConfigurationTreeModel.isDeploymentsHeaderNode(DefaultTreeNode theNode)
          Indicates if the given node is a deployments header node.
 boolean ConfigurationTreeModel.isHeaderNode(DefaultTreeNode theNode)
          Indicates if the given node is a deployments header node or a PSC definitions header node.
 boolean ConfigurationTreeModel.isPscDefinitionsHeaderNode(DefaultTreeNode theNode)
          Indicates if the given node is a PSC definitions header node.
 

Uses of DefaultTreeNode in com.metamatrix.console.ui.views.runtime.model
 

Methods in com.metamatrix.console.ui.views.runtime.model that return DefaultTreeNode
 DefaultTreeNode RuntimeMgmtModel.getUserObjectNode(java.lang.Object theUserObject)
           
 

Uses of DefaultTreeNode in com.metamatrix.console.util
 

Methods in com.metamatrix.console.util with parameters of type DefaultTreeNode
static java.util.List StaticTreeUtilities.descendantsOfNode(DefaultTreeNode startingNode, boolean includeStartingNode)
          Return all of the descendants of a DefaultTreeNode as a List, optionally including the starting node.
 

Uses of DefaultTreeNode in com.metamatrix.toolbox.ui.widget.tree
 

Methods in com.metamatrix.toolbox.ui.widget.tree that return DefaultTreeNode
 DefaultTreeNode DefaultTreeView.getChild(DefaultTreeNode parent, int index)
           
 DefaultTreeNode DefaultTreeNode.getChild(int index)
           
 DefaultTreeNode DefaultTreeNode.getParent()
           
 DefaultTreeNode DefaultTreeNode.getRoot()
           
 DefaultTreeNode DefaultTreeView.getRoot()
           
 DefaultTreeNode DefaultTreeNode.removeChild(int index)
           
 

Methods in com.metamatrix.toolbox.ui.widget.tree with parameters of type DefaultTreeNode
 boolean DefaultTreeNode.contains(DefaultTreeNode child)
           
 DefaultTreeNode DefaultTreeView.getChild(DefaultTreeNode parent, int index)
           
 int DefaultTreeNode.getChildIndex(DefaultTreeNode child)
           
 int DefaultTreeView.getChildIndex(DefaultTreeNode parent, DefaultTreeNode child)
           
 boolean DefaultTreeNode.isDescendentOf(DefaultTreeNode ancestor)
           
 int DefaultTreeNode.removeChild(DefaultTreeNode child)
           
 

Constructors in com.metamatrix.toolbox.ui.widget.tree with parameters of type DefaultTreeNode
DefaultTreeNode(DefaultTreeNode parent)
           
DefaultTreeNode(java.lang.Object content, DefaultTreeNode parent)
           
DefaultTreeNode(java.lang.String name, DefaultTreeNode parent)
           
DefaultTreeNode(java.lang.String name, DefaultTreeNode parent, java.lang.Object content)
           
DefaultTreeNodeEditor(DefaultTreeNode root, java.util.HashMap parentMap, java.util.HashMap childrenMap)
           
DefaultTreeView(DefaultTreeNode root)
          Creates a DefaultTreeView with an empty DefaultTreeNode as a root node.
 



Copyright © 2009. All Rights Reserved.