|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HelpSetFactory
The interface that implements bridge between javax.help package and JavaTest. Default implementation of this interface just provides stubs, it doesn't use javax.help and could be used in the batch mode. Interview while initialization checks if Desktop is available or not, if yes, the rich factory will be used.
Nested Class Summary | |
---|---|
static class |
HelpSetFactory.Default
|
Field Summary | |
---|---|
static HelpSetFactory |
DEFAULT
The very default implementation of the HelpSetFactory interface. |
Method Summary | |
---|---|
java.lang.Object |
createHelpID(java.lang.Object hs,
java.lang.String str)
|
java.lang.Object |
createHelpSetObject(java.lang.String name,
java.lang.Class c)
Creates an instance of HelpSet. |
java.lang.Object |
createHelpSetObject(java.lang.String name,
java.io.File file)
Creates an instance of HelpSet. |
java.lang.Object |
updateHelpSetObject(Interview interview,
java.lang.Object object)
Updates a HelpSet instance associated with the given interview. |
Field Detail |
---|
static final HelpSetFactory DEFAULT
Method Detail |
---|
java.lang.Object createHelpSetObject(java.lang.String name, java.lang.Class c) throws Interview.Fault
Interview.Fault
- if something went wrongjava.lang.Object createHelpSetObject(java.lang.String name, java.io.File file) throws Interview.Fault
Interview.Fault
- if something went wrongjava.lang.Object updateHelpSetObject(Interview interview, java.lang.Object object)
interview
- - interview object to reset HelpSetobject
- - an instance of javax.help.HelpSet
Interview.Fault
- if something went wrongjava.lang.Object createHelpID(java.lang.Object hs, java.lang.String str)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |