Package chemaxon.standardizer
Annotation Interface StandardizerActionInfo
Standardizer action info annotation
This annotation is responsible for adding user interface related meta data for
This annotation is responsible for adding user interface related meta data for
StandardizerAction
implementations- Since:
- 5.11
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionReturns the action string tokens of the action as a string, divided by comma charactersReturns the description of the actionReturns the editor class name of the actionReturns the help text of the actionReturns the path of the icon for the actionReturns the license required for this action.Returns the name of the actionReturns the tags of the action as a string, divided by comma charactersReturns the XML tokens of the action as a string, divided by comma characters -
Field Summary
-
Field Details
-
NO_LICENSE_REQUIRED
no license required- See Also:
-
-
Element Details
-
name
String nameReturns the name of the action- Returns:
- the name of the action
- Default:
- "Unnamed"
-
helpText
String helpTextReturns the help text of the action- Returns:
- the help text of the action
- Default:
- ""
-
description
String descriptionReturns the description of the action- Returns:
- the description of the action
- Default:
- "No description"
-
iconPath
String iconPathReturns the path of the icon for the action- Returns:
- the path of the icon for the action
- Default:
- ""
-
actionStringToken
String actionStringTokenReturns the action string tokens of the action as a string, divided by comma characters- Returns:
- the action string tokens of the action as a string, divided by comma characters
- Default:
- ""
-
tags
String tagsReturns the tags of the action as a string, divided by comma characters- Returns:
- the tags of the action as a string, divided by comma characters
- Default:
- ""
-
xmlToken
String xmlTokenReturns the XML tokens of the action as a string, divided by comma characters- Returns:
- the XML tokens of the action as a string, divided by comma characters
- Default:
- ""
-
editorClassName
String editorClassNameReturns the editor class name of the action- Returns:
- the editor class name of the action
- Default:
- ""
-
license
String licenseReturns the license required for this action. By default Standardizer license is required.- Returns:
- the license required for this action
- Since:
- 6.0
- Default:
- "Standardizer"
-