Frames | No Frames |
Methods which throw type javax.help.BadIDException | |
Map.ID | A location within a HelpSet. |
void | DefaultHelpBroker.setCurrentID(String id) Shows this ID as content relative to the (top) HelpSet for the HelpBroker
instance--HelpVisitListeners are notified. |
void | HelpBroker.setCurrentID(String id) Displays this ID. |
void | JHelp.setCurrentID(String id) Convenience version of the above. |
void | JHelpContentViewer.setCurrentID(String id) Visits a given ID. |
void | Presentation.setCurrentID(String id) Shows this ID as content relative to the (top) HelpSet for the Presentation
instance--HelpVisitListeners are notified. |
void | ServletHelpBroker.setCurrentID(String id) Shows this ID as content relative to the (top) HelpSet for the HelpBroker
instance--HelpVisitListeners are notified. |
void | DefaultHelpBroker.showID(String id, String presentation, String presentationName) Shows this ID. |
void | HelpBroker.showID(String id, String presentation, String presentationName) Displays this ID in a particular presentation
|
void | ServletHelpBroker.showID(String id, String presentation, String presentationName) |