Uses of Class
com.sun.javatest.util.HelpTree.Selection

Packages that use HelpTree.Selection
com.sun.javatest.util This package contains utility classes provided in support of the Javatest test harness. 
 

Uses of HelpTree.Selection in com.sun.javatest.util
 

Methods in com.sun.javatest.util that return HelpTree.Selection
 HelpTree.Selection HelpTree.find(java.lang.String[] words)
          Get a selection representing the nodes that match the given words.
 HelpTree.Selection HelpTree.findAll(java.lang.String[] words)
          Get a selection representing the nodes that match all of the given words.
 HelpTree.Selection HelpTree.findAny(java.lang.String[] words)
          Get a selection representing the nodes that each match at least one of the given words.
 

Methods in com.sun.javatest.util with parameters of type HelpTree.Selection
 void HelpTree.write(java.io.Writer out, HelpTree.Selection s)
          Write out selected nodes in this HelpTree.
 



Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.