Uses of Class
org.openscada.opc.lib.da.browser.Branch
Packages that use Branch
-
Uses of Branch in org.openscada.opc.lib.da.browser
Methods in org.openscada.opc.lib.da.browser that return BranchModifier and TypeMethodDescriptionTreeBrowser.browse()Browse through all levels of the tree browser.TreeBrowser.browseBranches()Browse the root branch for its sub-branches.TreeBrowser.browseLeaves()Browse the root branch for this leaves.Branch.getParent()Leaf.getParent()Methods in org.openscada.opc.lib.da.browser that return types with arguments of type BranchMethods in org.openscada.opc.lib.da.browser with parameters of type BranchModifier and TypeMethodDescriptionprotected voidprotected voidTreeBrowser.browseBranches(Branch branch, boolean leaves, boolean descend) protected voidTreeBrowser.browseLeaves(Branch branch) Fill the branch object with the leaves of this currently selected branch.voidFill the leaves and branches of the branch provided branches including alls sub-branches.voidTreeBrowser.fillBranches(Branch branch) Fill the branch list of the provided branch.voidTreeBrowser.fillLeaves(Branch branch) Fill the leaf list of the provided branch.protected voidTreeBrowser.moveToBranch(Branch branch) Move the tree browser to a branchMethod parameters in org.openscada.opc.lib.da.browser with type arguments of type BranchConstructors in org.openscada.opc.lib.da.browser with parameters of type Branch