public class Help
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Help.Fault
An exception used to report errors while using a TestSUite object.
|
| Constructor and Description |
|---|
Help() |
| Modifier and Type | Method and Description |
|---|---|
static com.sun.javatest.tool.jthelp.HelpSet[] |
getAdditionalDocs(TestSuite ts)
Get helpsets containing any related documents for this test suite.
|
static com.sun.javatest.tool.jthelp.HelpID |
getHelpID(Question q)
Get the JavaHelp HelpID identifying the "more info" help for this
question, or null if none.
|
static com.sun.javatest.tool.jthelp.HelpSet |
getHelpSet(Interview i)
Get the help set used to locate the "more info" for each question.
|
public static com.sun.javatest.tool.jthelp.HelpSet getHelpSet(Interview i)
i - interviewInterview.setHelpSet(java.lang.String)public static com.sun.javatest.tool.jthelp.HelpID getHelpID(Question q)
public static com.sun.javatest.tool.jthelp.HelpSet[] getAdditionalDocs(TestSuite ts) throws Help.Fault
ts - The test suite to look for the docs within.Help.Fault - if there are problems opening any of the
helpsets.Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.