|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.interview.Help
public class Help
Class that contains a number of static method to work with both JavaTest and JavaHelp objects to make the core JavaTest classes unaware of JavaHelp.
Nested Class Summary | |
---|---|
static class |
Help.Fault
An exception used to report errors while using a TestSUite object. |
Constructor Summary | |
---|---|
Help()
|
Method Summary | |
---|---|
static javax.help.HelpSet[] |
getAdditionalDocs(TestSuite ts)
Get helpsets containing any related documents for this test suite. |
static javax.help.Map.ID |
getHelpID(Question q)
Get the JavaHelp ID identifying the "more info" help for this question, or null if none. |
static javax.help.HelpSet |
getHelpSet(Interview i)
Get the help set used to locate the "more info" for each question. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Help()
Method Detail |
---|
public static javax.help.HelpSet getHelpSet(Interview i)
i
- interview
Interview.setHelpSet(java.lang.String)
public static javax.help.Map.ID getHelpID(Question q)
public static javax.help.HelpSet[] getAdditionalDocs(TestSuite ts) throws Help.Fault
TestSuite.Fault
- if there are problems opening any of the
helpsets.
Help.Fault
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |