Package | Description |
---|---|
javax.help |
Supports presentation of online documentation with both
content and contextual views of this information.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DefaultHelpBroker.setCurrentID(Map.ID id) |
Displays this ID--HelpVisitListeners are notified.
|
void |
DefaultHelpModel.setCurrentID(Map.ID ident) |
Sets the current ID.
|
void |
DefaultHelpModel.setCurrentID(Map.ID ident,
java.lang.String historyName,
JHelpNavigator navigator) |
Sets the current ID relative to some HelpSet
HelpModelListeners and HelpVisitListeners are notified
|
void |
HelpBroker.setCurrentID(Map.ID id) |
Displays this ID.
|
void |
HelpModel.setCurrentID(Map.ID id) |
Sets the current ID relative to some HelpSet
HelpModelListeners and HelpVisitListeners are notified
|
void |
HelpModel.setCurrentID(Map.ID id,
java.lang.String historyName,
JHelpNavigator navigator) |
Sets the current ID relative to some HelpSet
HelpModelListeners and HelpVisitListeners are notified
|
void |
JHelp.setCurrentID(Map.ID id) |
Visits a given ID.
|
void |
JHelp.setCurrentID(Map.ID id,
java.lang.String historyName,
JHelpNavigator navigator) |
Visits a given ID.
|
void |
JHelpContentViewer.setCurrentID(Map.ID id) |
Visits a given ID.
|
void |
Presentation.setCurrentID(Map.ID id) |
Displays this ID--HelpVisitListeners are notified.
|
void |
ServletHelpBroker.setCurrentID(Map.ID id) |
Displays this ID--HelpVisitListeners are notified.
|
void |
DefaultHelpBroker.showID(Map.ID id,
java.lang.String presentation,
java.lang.String presentationName) |
Show this ID.
|
void |
HelpBroker.showID(Map.ID id,
java.lang.String presentation,
java.lang.String presentationName) |
Displays this ID in a given presentation
|
void |
ServletHelpBroker.showID(Map.ID id,
java.lang.String presentation,
java.lang.String presentationName) |