Uses of Class
com.sun.javatest.util.HelpTree.Node
Packages that use HelpTree.Node
Package
Description
This package provides API for generating reports about test runs.
The JT Harness Tool API provides the command-line and GUI
infrastructure for the main JT Harness test harness.
This package contains utility classes provided in support of the Javatest test harness.
-
Uses of HelpTree.Node in com.sun.javatest.report
Methods in com.sun.javatest.report that return HelpTree.Node -
Uses of HelpTree.Node in com.sun.javatest.tool
Methods in com.sun.javatest.tool that return HelpTree.NodeModifier and TypeMethodDescriptionabstract HelpTree.Node
CommandManager.getHelp()
Get an object embodying the command line help for the commands managed by this CommandManager.ConfigManager.getHelp()
DesktopManager.getHelp()
EnvironmentManager.getHelp()
HelpManager.getHelp()
HttpManager.getHelp()
LogManager.getHelp()
Methods in com.sun.javatest.tool with parameters of type HelpTree.NodeModifier and TypeMethodDescriptionstatic void
VerboseCommand.addOption
(String name, HelpTree.Node node) Add a option to the set recognized by this command. -
Uses of HelpTree.Node in com.sun.javatest.util
Methods in com.sun.javatest.util that return HelpTree.NodeModifier and TypeMethodDescriptionHelpTree.Node.getChild
(int i) Get a specified child of this node.Methods in com.sun.javatest.util that return types with arguments of type HelpTree.NodeModifier and TypeMethodDescriptionHelpTree.getNodeComparator()
Returns current comparator used infind
methods methodMethods in com.sun.javatest.util with parameters of type HelpTree.NodeModifier and TypeMethodDescriptionvoid
HelpTree.addNode
(HelpTree.Node node) Add a node to a help tree.Method parameters in com.sun.javatest.util with type arguments of type HelpTree.NodeModifier and TypeMethodDescriptionvoid
HelpTree.setNodeComparator
(Comparator<HelpTree.Node> comparator) Sets the comparator which will be used infind
methods methodConstructors in com.sun.javatest.util with parameters of type HelpTree.NodeModifierConstructorDescriptionHelpTree
(HelpTree.Node... nodes) Create a HelpTree object containing a given set of nodes.Node
(I18NResourceBundle i18n, String prefix, HelpTree.Node... children) Create a node, with given children.Node
(String name, String description, HelpTree.Node... children) Create a node, with given children.