| Package | Description |
|---|---|
| MDSplus |
| Modifier and Type | Class and Description |
|---|---|
class |
TreePath |
| Modifier and Type | Method and Description |
|---|---|
TreeNode |
TreeNode.addDevice(String name,
String type)
Add a devive intance to the tree open for edit.
|
TreeNode |
TreeNode.addNode(String name,
String usage)
Add a node to the tree open for edit.
|
TreeNode |
Tree.addNode(String name,
String usage)
Add a new node to the tree open for edit.
|
TreeNode |
TreeNode.getBrother()
Return next sibling.
|
TreeNode |
TreeNode.getChild()
Get the first child of this node
|
static TreeNode |
TreeNode.getData(int nid) |
static TreeNode |
TreeNode.getData(int nid,
Data help,
Data units,
Data error,
Data validation) |
TreeNode |
Tree.getDefault()
Get the TreeNode for the default node.
|
TreeNode |
TreeNodeArray.getElementAt(int idx) |
TreeNode |
TreeNode.getMember()
Get the first member of this node
|
TreeNode |
Tree.getNode(int nid)
Returns the TreeNode for the data item whose internal address (nid) is passed
as argument.
|
TreeNode |
Tree.getNode(String path)
Return TreeNode for the data item corresponding to the passed pathname
|
TreeNode |
Tree.getNode(TreePath path)
Return the TreeNode for the data itemspecified by the passed TreePath
instance.
|
TreeNode |
TreeNode.getParent()
Get the parent of this node
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeNode.move(TreeNode parent) |
void |
TreeNode.move(TreeNode parent,
String newName) |
void |
Tree.setDefault(TreeNode node)
Set the default position in the tree.
|
Copyright © 2020. All rights reserved.