public interface HelpSetFactory
Modifier and Type | Interface and Description |
---|---|
static class |
HelpSetFactory.Default |
Modifier and Type | Field and Description |
---|---|
static HelpSetFactory |
DEFAULT
The very default implementation of the HelpSetFactory interface.
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final HelpSetFactory DEFAULT
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.HelpSetjava.lang.Object createHelpID(java.lang.Object hs, java.lang.String str)
Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.