Uses of Class
wt.clients.tools.transfer.ExportGraphNode

Packages that use ExportGraphNode
wt.clients.tools.transfer   
 

Uses of ExportGraphNode in wt.clients.tools.transfer
 

Fields in wt.clients.tools.transfer declared as ExportGraphNode
private  ExportGraphNode ExportGraphViewCellRenderer.graphNode
           
 ExportGraphNode ExportGraphView.rootNode
           
 

Methods in wt.clients.tools.transfer that return ExportGraphNode
 ExportGraphNode ExportGraphViewCellRenderer.getGraphNode()
          Gets the value of the attribute: graphNode;
 

Methods in wt.clients.tools.transfer with parameters of type ExportGraphNode
 void ExportGraphView.setRootNode(ExportGraphNode pNode)
          set the root node of the graph
 void ExportGraphView.resizegraph(ExportGraphNode rNode, int ceiling)
          Create a default layout given a new graph/subgraph and a ceiling in case of subgraph
private  void ExportGraphModel.recursiveCompute(ExportGraphNode node1, Vector allNodes, Vector allLinks, Vector nodeDoneVec, Vector linkDoneVec)
          recursive recompute the entities which are in effect excluded
 void ExportGraphModel.excludeNode(ExportGraphNode eNode)
          Exclude a node, and its wholly owned sub components
 boolean ExportGraphModel.shouldExclude(ExportGraphNode sNode, int level, Vector doneVec)
          determine if a node should be excluded by determinig which are wholly owned or not
 boolean ExportGraphModel.shouldInclude(ExportGraphNode sNode, int level, Vector doneVec)
          determine if a node should be included by determinig which are wholly owned or not
 void ExportGraphModel.includeNode(ExportGraphNode pNode)
          Include a node, and its wholly owned sub components
 void ExportGraphModel.startCollapse(ExportGraphNode eNode)
          Collapse a node
 void ExportGraphModel.CollapseNode(ExportGraphNode eNode, int nowMode, int nextMode)
          Collapse a node, recursively to handel descendants
 Enumeration ExportGraphModel.findPredecessorLinks(ExportGraphNode aNode)
           
 Enumeration ExportGraphModel.findSuccessorLinks(ExportGraphNode aNode)
           
 void ExportGraphModel.expandAllOfNode(ExportGraphNode aNode)
          Expand the entire tree under a node
private  void ExportGraphModel.expandAllThisNode(ExportGraphNode eNode, int level, Vector doneVec)
          Exclude a node, and its wholly owned sub components
 void ExportGraphModel.showNode(ExportGraphNode aNode)
           
 void ExportGraphModel.resizeMinDistance(ExportGraphNode rNode, boolean DFS)
          Create a default layout given a new graph/subgraph and a ceiling in case of subgraph
private  void ExportGraphModel.recursiveMinDistance(ExportGraphNode recNode, Vector donetable)
          recursively traverse graph given node, and do default layout.
private  void ExportGraphModel.recursiveMaxDistance(ExportGraphNode recNode, Vector donetable)
          recursively traverse graph given node, and do layout based on greatest distance from the root.
private  void EditGraphTemplate.expandHash2(String name, ExportGraphNode node1, int depth, int graphNum, int ceiling, DefaultMutableTreeNode treeNode, boolean first)
           
(package private)  void EditGraphTemplate.expandHash(String name, ExportGraphNode node1, int graphNum, int ceiling, boolean first)