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