Package chemaxon.checkers
Annotation Type CheckerInfo
-
@Retention(RUNTIME) @PublicAPI public @interface CheckerInfo
This annotation is responsible for adding GUI based meta data forStructureChecker
implementations- Since:
- Marvin 5.7
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
actionStringToken
Returns the action string token of the checkerString
description
Returns the description of the checkerString
editorClassName
Returns the name of the checker's editorString
helpText
Returns the help text of the checkerString
iconPath
Returns the path of the icon for the checkerString
localMenuName
Returns the local menu name of the checkerString
moreErrorMessage
Returns the more than one error message for the checkerString
name
Returns the name of the checkerString
noErrorMessage
Returns the no error message for the checkerString
oneErrorMessage
Returns the one error message for the checkerCheckerSeverity
severity
Returns the severity of the checker
-
-
-
Element Detail
-
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:
- chemaxon.checkers.CheckerSeverity.WARNING
-
-
-
actionStringToken
String actionStringToken
Returns the action string token of the checker- Returns:
- the action string token of the checker
- Default:
- ""
-
-