Package com.sun.interview
Class HelpSetFactory.Default
java.lang.Object
com.sun.interview.HelpSetFactory.Default
- All Implemented Interfaces:
HelpSetFactory
- Enclosing interface:
HelpSetFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.interview.HelpSetFactory
HelpSetFactory.Default
-
Field Summary
Fields inherited from interface com.sun.interview.HelpSetFactory
DEFAULT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateHelpID
(Object hs, String str) createHelpSetObject
(String name, File file) Creates an instance of HelpSet.createHelpSetObject
(String name, Class<?> c) Creates an instance of HelpSet.updateHelpSetObject
(Interview interview, Object object) Updates a HelpSet instance associated with the given interview.
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
createHelpSetObject
Description copied from interface:HelpSetFactory
Creates an instance of HelpSet. Real implementation should create of javax.help.HelpSet, when a stub implementation just object.- Specified by:
createHelpSetObject
in interfaceHelpSetFactory
-
createHelpSetObject
Description copied from interface:HelpSetFactory
Creates an instance of HelpSet. Real implementation should create of javax.help.HelpSet, when a stub implementation just object.- Specified by:
createHelpSetObject
in interfaceHelpSetFactory
-
createHelpID
- Specified by:
createHelpID
in interfaceHelpSetFactory
-
updateHelpSetObject
Description copied from interface:HelpSetFactory
Updates a HelpSet instance associated with the given interview.- Specified by:
updateHelpSetObject
in interfaceHelpSetFactory
- Parameters:
interview
- - interview object to reset HelpSetobject
- - an instance of javax.help.HelpSet
-