Uses of Interface
org.glassfish.flashlight.datatree.TreeNode

Packages that use TreeNode
org.glassfish.flashlight   
org.glassfish.flashlight.datatree   
 

Uses of TreeNode in org.glassfish.flashlight
 

Methods in org.glassfish.flashlight that return TreeNode
 TreeNode MonitoringRuntimeDataRegistry.get(String name)
           
 

Methods in org.glassfish.flashlight with parameters of type TreeNode
 void MonitoringRuntimeDataRegistry.add(String name, TreeNode node)
           
 

Uses of TreeNode in org.glassfish.flashlight.datatree
 

Methods in org.glassfish.flashlight.datatree that return TreeNode
 TreeNode TreeNode.addChild(TreeNode newChild)
           
 TreeNode TreeNode.getChild(String childName)
           
 TreeNode TreeNode.getNode(String completeName)
           
 TreeNode TreeNode.getParent()
           
 TreeNode TreeNode.getPossibleParentNode(String pattern)
          Get the "parent" matching the given pattern.
 

Methods in org.glassfish.flashlight.datatree that return types with arguments of type TreeNode
 Collection<TreeNode> TreeNode.getChildNodes()
           
 Collection<TreeNode> TreeNode.getEnabledChildNodes()
           
 List<TreeNode> TreeNode.getNodes(String pattern)
          Behaves as {@link #getNodes (String, boolean, boolean) with ignoreDisabled set to true and gfV2Compatible set to true Pattern is considered to be a GFV2 Compatible 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
 TreeNode TreeNode.addChild(TreeNode newChild)
           
 void TreeNode.removeChild(TreeNode oldChild)
           
 void TreeNode.setParent(TreeNode parent)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.