Uses of Class
javax.help.BadIDException

Packages that use BadIDException
javax.help Supports presentation of online documentation with both content and contextual views of this information. 
 

Uses of BadIDException in javax.help
 

Methods in javax.help that throw BadIDException
static Map.ID Map.ID.create(java.lang.String id, HelpSet hs)
          A location within a HelpSet.
 void JHelpContentViewer.setCurrentID(java.lang.String id)
          Visits a given ID.
 void HelpBroker.setCurrentID(java.lang.String id)
          Displays this ID.
 void JHelp.setCurrentID(java.lang.String id)
          Convenience version of the above.
 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 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 HelpBroker.showID(java.lang.String id, java.lang.String presentation, java.lang.String presentationName)
          Displays this ID in a particular presentation
 void DefaultHelpBroker.showID(java.lang.String id, java.lang.String presentation, java.lang.String presentationName)
          Shows this ID.
 void ServletHelpBroker.showID(java.lang.String id, java.lang.String presentation, java.lang.String presentationName)