Interface IAnnotatedObjectDescriptor

    • Method Detail

      • getIcon

        URL getIcon()
        Get the Icon representing the annotated object, for example provided by the annotation Icon.
        Returns:
        the Icon as a URL
      • getIdentifier

        String getIdentifier()
        Get the identifier for the annotated object, for example provided by the annotation CommandName or getName().
        Returns:
        the identifier
      • getName

        String getName()
        Get the name, for example provided by the annotation Name.
        Returns:
        the name
      • getHelp

        String getHelp()
        Get the help String, for example provided by the annotation Help.
        Returns:
        the help
      • getHelpUrl

        String getHelpUrl()
        Get the help URL, for example provided by the annotation HelpUrl.
        Returns:
        the help URL
      • getHelpLocale

        Locale getHelpLocale()
        Get the help locale
        Returns:
        the locale
      • isHelpAvailable

        boolean isHelpAvailable()
        Check if the object has provided some help via annotations.
        Returns:
        true if the object or arguments were annotated with Help.