Interface IScopeHandle


public interface IScopeHandle
Container class for associating AbstractHelpScopes with an ID
Since:
3.6
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the String ID associated with this handle
    Get the AbstractHelpScope associated with this handle
  • Method Details

    • getScope

      AbstractHelpScope getScope()
      Get the AbstractHelpScope associated with this handle
      Returns:
      AbstractHelpScope
    • getId

      String getId()
      Get the String ID associated with this handle
      Returns:
      ID