Package | Description |
---|---|
javax.help |
Supports presentation of online documentation with both
content and contextual views of this information.
|
Modifier and Type | Field and Description |
---|---|
protected HelpSet.Presentation |
JHelp.hsPres |
Modifier and Type | Method and Description |
---|---|
HelpSet.Presentation |
HelpSet.getDefaultPresentation() |
HelpSet.Presentation |
WindowPresentation.getHelpSetPresentation()
Return the HelpSet.Presentation if one was set
|
HelpSet.Presentation |
JHelp.getHelpSetPresentation() |
HelpSet.Presentation |
HelpSet.getPresentation(java.lang.String name)
Gets the HelpSet.Presentation with a specific name.
|
HelpSet.Presentation[] |
HelpSet.getPresentations()
HelpSet.Presentation describes the presentations that are defined
by this HelpSet.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HelpSet.addPresentation(HelpSet.Presentation presentation,
boolean defaultPres)
Adds a HelpSet.Presentation to the current list.
|
void |
WindowPresentation.setHelpSetPresentation(HelpSet.Presentation hsPres)
Set the Presentation attributes specific to WindowPresentations from a
named presentation in a HelpSet.
|
void |
JHelp.setHelpSetPresentation(HelpSet.Presentation hsPres)
Set the HelpSet.Presentation.
|
void |
DefaultHelpBroker.setHelpSetPresentation(HelpSet.Presentation hsPres)
Set the presentation attributes from a HelpSet.Presentation.
|
void |
Presentation.setHelpSetPresentation(HelpSet.Presentation hsPres)
Set the Presentation attributes from a named presentation in a HelpSet.
|
void |
ServletHelpBroker.setHelpSetPresentation(HelpSet.Presentation pres) |
void |
HelpBroker.setHelpSetPresentation(HelpSet.Presentation hsPres)
Sets the presentation attributes from a HelpSet.Presentation.
|
Constructor and Description |
---|
JHelp(TextHelpModel model,
HelpHistoryModel history,
HelpSet.Presentation hsPres)
Create a JHelp using the TextHelpModel and HelpHistoryModel
|