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 HelpBroker.setCurrentID(java.lang.String id)
          Displays this ID.
 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.setCurrentID(java.lang.String id)
          Shows this ID as content relative to the (top) HelpSet for the HelpBroker instance--HelpVisitListeners are notified.
 void JHelp.setCurrentID(java.lang.String id)
          Convenience version of the above.
 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)
           
 void DefaultHelpBroker.showID(java.lang.String id, java.lang.String presentation, java.lang.String presentationName)
          Shows this ID.