Package | Description |
---|---|
javax.help |
Supports presentation of online documentation with both
content and contextual views of this information.
|
Modifier and Type | Method and Description |
---|---|
static Map.ID |
Map.ID.create(java.lang.String id,
HelpSet hs)
A location within a HelpSet.
|
void |
DefaultHelpBroker.setCurrentID(java.lang.String id)
Shows this ID as content relative to the (top) HelpSet for the HelpBroker
instance--HelpVisitListeners are notified.
|
void |
HelpBroker.setCurrentID(java.lang.String id)
Displays this ID.
|
void |
JHelp.setCurrentID(java.lang.String id)
Convenience version of the above.
|
void |
JHelpContentViewer.setCurrentID(java.lang.String id)
Visits a given ID.
|
void |
Presentation.setCurrentID(java.lang.String id)
Shows this ID as content relative to the (top) HelpSet for the Presentation
instance--HelpVisitListeners are notified.
|
void |
ServletHelpBroker.setCurrentID(java.lang.String id)
Shows this ID as content relative to the (top) HelpSet for the HelpBroker
instance--HelpVisitListeners are notified.
|
void |
DefaultHelpBroker.showID(java.lang.String id,
java.lang.String presentation,
java.lang.String presentationName)
Shows this ID.
|
void |
HelpBroker.showID(java.lang.String id,
java.lang.String presentation,
java.lang.String presentationName)
Displays this ID in a particular presentation
|
void |
ServletHelpBroker.showID(java.lang.String id,
java.lang.String presentation,
java.lang.String presentationName) |