Uses of Interface
org.glassfish.flashlight.datatree.TreeNode
-
Packages that use TreeNode Package Description org.glassfish.flashlight org.glassfish.flashlight.datatree -
-
Uses of TreeNode in org.glassfish.flashlight
Methods in org.glassfish.flashlight that return TreeNode Modifier and Type Method Description TreeNodeMonitoringRuntimeDataRegistry. get(String name)Methods in org.glassfish.flashlight with parameters of type TreeNode Modifier and Type Method Description voidMonitoringRuntimeDataRegistry. add(String name, TreeNode node) -
Uses of TreeNode in org.glassfish.flashlight.datatree
Methods in org.glassfish.flashlight.datatree that return TreeNode Modifier and Type Method Description TreeNodeTreeNode. addChild(TreeNode newChild)TreeNodeTreeNode. getChild(String childName)TreeNodeTreeNode. getNode(String completeName)TreeNodeTreeNode. getParent()TreeNodeTreeNode. getPossibleParentNode(String pattern)Get the "parent" matching the given pattern.Methods in org.glassfish.flashlight.datatree that return types with arguments of type TreeNode Modifier and Type Method Description Collection<TreeNode>TreeNode. getChildNodes()Collection<TreeNode>TreeNode. getEnabledChildNodes()List<TreeNode>TreeNode. getNodes(String pattern)List<TreeNode>TreeNode. getNodes(String pattern, boolean ignoreDisabled, boolean gfv2Compatible)Returns all nodes that match the given Regex pattern as specified by the Pattern class.List<TreeNode>TreeNode. traverse(boolean ignoreDisabled)Performs a depth first traversal of the tree.Methods in org.glassfish.flashlight.datatree with parameters of type TreeNode Modifier and Type Method Description TreeNodeTreeNode. addChild(TreeNode newChild)voidTreeNode. removeChild(TreeNode oldChild)voidTreeNode. setParent(TreeNode parent)
-