| Package | Description |
|---|---|
| org.openscada.opc.lib.da.browser |
| Modifier and Type | Method and Description |
|---|---|
Branch |
TreeBrowser.browse()
Browse through all levels of the tree browser.
|
Branch |
TreeBrowser.browseBranches()
Browse the root branch for its sub-branches.
|
Branch |
TreeBrowser.browseLeaves()
Browse the root branch for this leaves.
|
Branch |
Leaf.getParent() |
Branch |
Branch.getParent() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Branch> |
Branch.getBranches()
Get all branches.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TreeBrowser.browse(Branch branch,
boolean leaves,
boolean branches,
boolean descend) |
protected void |
TreeBrowser.browseBranches(Branch branch,
boolean leaves,
boolean descend) |
protected void |
TreeBrowser.browseLeaves(Branch branch)
Fill the branch object with the leaves of this currently selected branch.
|
void |
TreeBrowser.fill(Branch branch)
Fill the leaves and branches of the branch provided branches including
alls sub-branches.
|
void |
TreeBrowser.fillBranches(Branch branch)
Fill the branch list of the provided branch.
|
void |
TreeBrowser.fillLeaves(Branch branch)
Fill the leaf list of the provided branch.
|
protected void |
TreeBrowser.moveToBranch(Branch branch)
Move the tree browser to a branch
|
| Modifier and Type | Method and Description |
|---|---|
void |
Branch.setBranches(Collection<Branch> branches) |
| Constructor and Description |
|---|
Branch(Branch parent,
String name)
Create a branch with a parent branch and a name of this branch.
|
Leaf(Branch parent,
String name) |
Leaf(Branch parent,
String name,
String itemId) |
Copyright © 2017 LSST. All rights reserved.