Annotation Interface CheckerInfo


@Retention(RUNTIME) @PublicAPI public @interface CheckerInfo
This annotation is responsible for adding GUI based meta data for StructureChecker implementations
Since:
Marvin 5.7
  • Element Details

    • name

      String name
      Returns the name of the checker
      Returns:
      the name of the checker
      Default:
      "Unnamed"
    • localMenuName

      String localMenuName
      Returns the local menu name of the checker
      Returns:
      the local menu name of the checker
      Default:
      "Unnamed"
    • noErrorMessage

      String noErrorMessage
      Returns the no error message for the checker
      Returns:
      the no error message for the checker
      Default:
      "No problems found"
    • oneErrorMessage

      String oneErrorMessage
      Returns the one error message for the checker
      Returns:
      the one error message for the checker
      Default:
      "problem found"
    • moreErrorMessage

      String moreErrorMessage
      Returns the more than one error message for the checker
      Returns:
      the more than one error message for the checker
      Default:
      "problems found"
    • helpText

      String helpText
      Returns the help text of the checker
      Returns:
      the help text of the checker
      Default:
      ""
    • description

      String description
      Returns the description of the checker
      Returns:
      the description of the checker
      Default:
      "No description"
    • iconPath

      String iconPath
      Returns the path of the icon for the checker
      Returns:
      the path of the icon for the checker
      Default:
      ""
    • editorClassName

      String editorClassName
      Returns the name of the checker's editor
      Returns:
      the name of the checker's editor
      Default:
      "chemaxon.marvin.sketch.swing.modules.checker.editors.DefaultCheckerEditor"
    • severity

      CheckerSeverity severity
      Returns the severity of the checker
      Returns:
      the severity of the checker
      Default:
      WARNING
    • actionStringToken

      String actionStringToken
      Returns the action string token of the checker
      Returns:
      the action string token of the checker
      Default:
      ""