Uses of Class
javax.help.InvalidHelpSetContextException

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

Uses of InvalidHelpSetContextException in javax.help
 

Methods in javax.help that throw InvalidHelpSetContextException
 void ServletHelpBroker.setCurrentID(Map.ID id)
          Displays this ID--HelpVisitListeners are notified.
 void Presentation.setCurrentID(Map.ID id)
          Displays this ID--HelpVisitListeners are notified.
 void JHelpContentViewer.setCurrentID(Map.ID id)
          Visits a given ID.
 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 DefaultHelpModel.setCurrentID(Map.ID ident)
          Sets the current ID.
 void DefaultHelpBroker.setCurrentID(Map.ID id)
          Displays this ID--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 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 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.