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 HelpSetFactory
HelpSetFactory.Default -
Field Summary
Fields inherited from interface 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:HelpSetFactoryCreates an instance of HelpSet. Real implementation should create of javax.help.HelpSet, when a stub implementation just object.- Specified by:
createHelpSetObjectin interfaceHelpSetFactory
-
createHelpSetObject
Description copied from interface:HelpSetFactoryCreates an instance of HelpSet. Real implementation should create of javax.help.HelpSet, when a stub implementation just object.- Specified by:
createHelpSetObjectin interfaceHelpSetFactory
-
createHelpID
- Specified by:
createHelpIDin interfaceHelpSetFactory
-
updateHelpSetObject
Description copied from interface:HelpSetFactoryUpdates a HelpSet instance associated with the given interview.- Specified by:
updateHelpSetObjectin interfaceHelpSetFactory- Parameters:
interview- - interview object to reset HelpSetobject- - an instance of javax.help.HelpSet
-