Package com.sun.interview
Class HelpSetFactory.Default
- java.lang.Object
-
- com.sun.interview.HelpSetFactory.Default
-
- All Implemented Interfaces:
HelpSetFactory
- Enclosing interface:
- HelpSetFactory
public static class HelpSetFactory.Default extends java.lang.Object implements 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 Constructor Description Default()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectcreateHelpID(java.lang.Object hs, java.lang.String str)java.lang.ObjectcreateHelpSetObject(java.lang.String name, java.io.File file)Creates an instance of HelpSet.java.lang.ObjectcreateHelpSetObject(java.lang.String name, java.lang.Class<?> c)Creates an instance of HelpSet.java.lang.ObjectupdateHelpSetObject(Interview interview, java.lang.Object object)Updates a HelpSet instance associated with the given interview.
-
-
-
Method Detail
-
createHelpSetObject
public java.lang.Object createHelpSetObject(java.lang.String name, java.lang.Class<?> c)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
public java.lang.Object createHelpSetObject(java.lang.String name, java.io.File file)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
public java.lang.Object createHelpID(java.lang.Object hs, java.lang.String str)- Specified by:
createHelpIDin interfaceHelpSetFactory
-
updateHelpSetObject
public java.lang.Object updateHelpSetObject(Interview interview, java.lang.Object object)
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
-
-