Package docking.help

Interface HelpDescriptor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getHelpInfo()
      Returns a descriptive String about the help object that this descriptor represents.
      java.lang.Object getHelpObject()
      Returns the object for which help locations are defined.
    • Method Detail

      • getHelpObject

        java.lang.Object getHelpObject()
        Returns the object for which help locations are defined. This may be the implementor of this interface or some other delegate object.
      • getHelpInfo

        java.lang.String getHelpInfo()
        Returns a descriptive String about the help object that this descriptor represents.