Interface IOnlineHelpProcessor2

All Known Implementing Classes:
OnlineHelpProcessorBase, OnlineHelpProcessorEmbeddedBrowser, OnlineHelpProcessorJBrowser

public interface IOnlineHelpProcessor2
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    processOnlineHelp(String helpId, String language, boolean refersToComponent)
     
  • Method Details

    • processOnlineHelp

      void processOnlineHelp(String helpId, String language, boolean refersToComponent)
      Parameters:
      helpId -
      language -
      refersToComponent - true => online help directly belongs to the component on which F1 was pressed. false => online help belongs to an upper component and is NOT directly related.