|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WTNode | |
wt.clients.beans | |
wt.clients.beans.explorer | |
wt.clients.folderexplorer | |
wt.clients.prodmgmt |
Uses of WTNode in wt.clients.beans |
Methods in wt.clients.beans that return WTNode | |
WTNode |
ClassExplorer.addClass(String name)
|
Uses of WTNode in wt.clients.beans.explorer |
Fields in wt.clients.beans.explorer declared as WTNode | |
private WTNode |
WTTree.myRoot
|
private static WTNode |
WTNode.myExpandEvent
|
private WTNode |
WTExplorerEvent.myNode
|
private WTNode |
WTExplorer.ProcessExpand.myNode
|
private WTNode |
WTExplorer.ProcessExpose.myNode
|
Methods in wt.clients.beans.explorer that return WTNode | |
WTNode |
WTTree.getRoot()
Return the root node. |
WTNode |
WTTree.addNode(WTNode aParent,
WTNode aChild,
boolean redraw)
Adds the specified child node to the specified parent node |
WTNode |
WTTree.addNode(WTNode aParent,
WTNode aChild)
Adds the specified child node to the specified parent node |
WTNode |
WTTree.addNode(WTNode aParent,
Explorable aChild,
boolean redraw)
Adds the specified object to the specified parent node. |
WTNode |
WTTree.addNode(WTNode aParent,
Explorable aChild)
Adds the specified object to the specified parent node. |
WTNode |
WTTree.removeNode(WTNode aNode)
Removes the given node from the TreeView. |
WTNode |
WTTree.getExpanded()
Return the last expanded node |
WTNode |
WTTree.getSelected()
Return the last selected node |
WTNode[] |
WTTree.findNodes(Explorable obj)
Find the nodes containing the Explorable. |
WTNode |
WTTree.findNode(Explorable obj)
Find the node containing the Explorable. |
static WTNode |
WTNode.getExpandEvent()
|
WTNode |
WTNode.getC()
Get a child of this node. |
WTNode |
WTNode.getP()
Get a parent node of this node. |
WTNode |
WTNode.getS()
Get a sibling for this node. |
WTNode |
WTExplorerEvent.getNode()
get the WTNode for which their has been tree type event. |
WTNode |
WTExplorer.getRootNode()
Get the root node for the treeview. |
WTNode |
WTExplorer.addNode(WTNode aParent,
WTNode aChild)
Add a child node to the specified parent. |
WTNode |
WTExplorer.addNode(WTNode aParent,
Explorable aChild)
Add a child node to the specified parent |
WTNode |
WTExplorer.addNode(WTNode aParent,
Explorable aChild,
boolean redraw)
Add a child node to the specified parent |
WTNode |
WTExplorer.removeNode(WTNode aNode)
Remove the specified node. |
WTNode |
WTExplorer.getSelectedNode()
Return the selected node in the tree. |
WTNode[] |
WTExplorer.findNodes(Explorable obj)
Find the node containing the Explorable. |
WTNode |
WTExplorer.findNode(Explorable obj)
Find the node containing the Explorable. |
Methods in wt.clients.beans.explorer with parameters of type WTNode | |
void |
WTTree.setSelectedNode(WTNode node)
|
WTNode |
WTTree.addNode(WTNode aParent,
WTNode aChild,
boolean redraw)
Adds the specified child node to the specified parent node |
WTNode |
WTTree.addNode(WTNode aParent,
WTNode aChild)
Adds the specified child node to the specified parent node |
WTNode |
WTTree.addNode(WTNode aParent,
Explorable aChild,
boolean redraw)
Adds the specified object to the specified parent node. |
WTNode |
WTTree.addNode(WTNode aParent,
Explorable aChild)
Adds the specified object to the specified parent node. |
WTNode |
WTTree.removeNode(WTNode aNode)
Removes the given node from the TreeView. |
static void |
WTNode.setExpandEvent(WTNode aNode)
|
void |
WTExplorerEvent.setNode(WTNode aValue)
set the node which sourced the event. |
WTNode |
WTExplorer.addNode(WTNode aParent,
WTNode aChild)
Add a child node to the specified parent. |
WTNode |
WTExplorer.addNode(WTNode aParent,
Explorable aChild)
Add a child node to the specified parent |
WTNode |
WTExplorer.addNode(WTNode aParent,
Explorable aChild,
boolean redraw)
Add a child node to the specified parent |
WTNode |
WTExplorer.removeNode(WTNode aNode)
Remove the specified node. |
Explorable |
WTExplorer.addDetail(WTNode aNode,
Explorable aDetail)
Add detail to a node. |
Explorable |
WTExplorer.removeDetail(WTNode aNode,
Explorable aDetail)
Remove detail from a node. |
void |
WTExplorer.showDetails(WTNode aNode)
Show the details for the specified node. |
void |
WTExplorer.refreshNode(WTNode aNode,
Explorable newObj)
Refresh the specified node with the specified object. |
void |
WTExplorer.refreshNode(WTNode aNode,
Explorable newObj,
boolean showDetails,
boolean expand)
Refresh the node with the specified object. |
(package private) void |
WTExplorer.processNode(WTNode aNode,
boolean expose)
Process the specified node. |
void |
WTExplorer.processExpose(WTNode aNode)
Process the expose event for a node. |
void |
WTExplorer.processExpand(WTNode aNode)
Process the expand event for a node |
void |
WTExplorer.setSelectedNode(WTNode node)
|
void |
WTExplorer.refreshDetails(WTNode node,
Explorable obj)
Refreshes the detail objects of the given node using the given Explorable. |
Constructors in wt.clients.beans.explorer with parameters of type WTNode | |
WTExplorerEvent(WTExplorer aExplorer,
String aType,
WTNode aNode)
Construct WTExplorerEvent of type tree view. |
|
WTExplorer.ProcessExpand(Applet aApplet,
WTExplorer aExplorer,
WTNode aNode)
|
|
WTExplorer.ProcessExpand(ThreadGroup aThreadGroup,
WTExplorer aExplorer,
WTNode aNode)
|
|
WTExplorer.ProcessExpose(Applet aApplet,
WTExplorer aExplorer,
WTNode aNode)
|
|
WTExplorer.ProcessExpose(ThreadGroup aThreadGroup,
WTExplorer aExplorer,
WTNode aNode)
|
Uses of WTNode in wt.clients.folderexplorer |
Methods in wt.clients.folderexplorer that return WTNode | |
private WTNode |
WindchillExplorerFrame.findNode(Vector nodes,
String location)
Deprecated. Searches the given Vector of nodes to find the
node with the given folder path. |
private WTNode |
WindchillExplorerFrame.findNode(Vector nodes,
Folder folder)
Deprecated. Searches the given Vector of nodes for the node which
is associated with the given Folder . |
private WTNode |
WindchillExplorerFrame.findNode(Folder folder)
Deprecated. Find the node in the treeview which corresponds to the given Folder . |
private WTNode |
WindchillExplorerFrame.findNode(String folder_path)
Deprecated. Find the node in the treeview which corresponds to the given String folder path. |
private WTNode |
WindchillExplorerFrame.locateNode(Folder folder)
Deprecated. Perform a breadth-first search to find the node which corresponds to the given Folder . |
Methods in wt.clients.folderexplorer with parameters of type WTNode | |
private void |
WindchillExplorerFrame.refreshFolder(WTNode node)
Deprecated. |
private Vector |
WindchillExplorerFrame.getChildren(WTNode node)
Deprecated. Returns a Vector containing the child nodes of the
given WTNode |
private void |
WindchillExplorerFrame.removeChildren(WTNode node)
Deprecated. Removes the child nodes of the given node from the treeview. |
private boolean |
WindchillExplorerFrame.contains(WTNode node,
Folder folder)
Deprecated. |
Uses of WTNode in wt.clients.prodmgmt |
Methods in wt.clients.prodmgmt with parameters of type WTNode | |
protected void |
InstanceExplorer.allocatePart(Explorable item,
WTNode node,
Object obj)
Displays the allocate dialog for the currently selected part/part master. |
static UsesOccurrence |
ConfiguredPartHelper.getLatestUsesOccurrence(WTNode selected,
WTPartUsageLink usage_link)
|
static UsesOccurrence |
ConfiguredPartHelper.getLatestUsesOccurrenceForSNPart(WTNode selected,
WTPartUsageLink usage_link)
|
(package private) static WTPartMaster |
ConfiguredPartHelper.getPartMaster(WTNode node)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |