Package chemaxon.checkers
Annotation Interface CheckerInfo
This annotation is responsible for adding GUI based meta data for
StructureChecker
implementations- Since:
- Marvin 5.7
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionReturns the action string token of the checkerReturns the description of the checkerReturns the name of the checker's editorReturns the help text of the checkerReturns the path of the icon for the checkerReturns the local menu name of the checkerReturns the more than one error message for the checkerReturns the name of the checkerReturns the no error message for the checkerReturns the one error message for the checkerReturns the severity of the checker
-
Element Details
-
name
String nameReturns the name of the checker- Returns:
- the name of the checker
- Default:
- "Unnamed"
-
localMenuName
String localMenuNameReturns the local menu name of the checker- Returns:
- the local menu name of the checker
- Default:
- "Unnamed"
-
noErrorMessage
String noErrorMessageReturns the no error message for the checker- Returns:
- the no error message for the checker
- Default:
- "No problems found"
-
oneErrorMessage
String oneErrorMessageReturns the one error message for the checker- Returns:
- the one error message for the checker
- Default:
- "problem found"
-
moreErrorMessage
String moreErrorMessageReturns the more than one error message for the checker- Returns:
- the more than one error message for the checker
- Default:
- "problems found"
-
helpText
String helpTextReturns the help text of the checker- Returns:
- the help text of the checker
- Default:
- ""
-
description
String descriptionReturns the description of the checker- Returns:
- the description of the checker
- Default:
- "No description"
-
iconPath
String iconPathReturns the path of the icon for the checker- Returns:
- the path of the icon for the checker
- Default:
- ""
-
editorClassName
String editorClassNameReturns 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 severityReturns the severity of the checker- Returns:
- the severity of the checker
- Default:
- WARNING
-
actionStringToken
String actionStringTokenReturns the action string token of the checker- Returns:
- the action string token of the checker
- Default:
- ""
-