Package chemaxon.standardizer
Annotation Type StandardizerActionInfo
-
@Retention(RUNTIME) @PublicAPI public @interface StandardizerActionInfo
Standardizer action info annotation
This annotation is responsible for adding user interface related meta data forStandardizerAction
implementations- Since:
- 5.11
-
-
Field Summary
Fields Modifier and Type Fields Description static String
NO_LICENSE_REQUIRED
no license required
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
actionStringToken
Returns the action string tokens of the action as a string, divided by comma charactersString
description
Returns the description of the actionString
editorClassName
Returns the editor class name of the actionString
helpText
Returns the help text of the actionString
iconPath
Returns the path of the icon for the actionString
license
Returns the license required for this action.String
name
Returns the name of the actionString
tags
Returns the tags of the action as a string, divided by comma charactersString
xmlToken
Returns the XML tokens of the action as a string, divided by comma characters
-
-
-
Field Detail
-
NO_LICENSE_REQUIRED
static final String NO_LICENSE_REQUIRED
no license required
-
-
Element Detail
-
name
String name
Returns the name of the action- Returns:
- the name of the action
- Default:
- "Unnamed"
-
-
-
helpText
String helpText
Returns the help text of the action- Returns:
- the help text of the action
- Default:
- ""
-
-
-
description
String description
Returns the description of the action- Returns:
- the description of the action
- Default:
- "No description"
-
-
-
iconPath
String iconPath
Returns the path of the icon for the action- Returns:
- the path of the icon for the action
- Default:
- ""
-
-
-
actionStringToken
String actionStringToken
Returns 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 tags
Returns 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 xmlToken
Returns 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 editorClassName
Returns the editor class name of the action- Returns:
- the editor class name of the action
- Default:
- ""
-
-
-
license
String license
Returns the license required for this action. By default Standardizer license is required.- Returns:
- the license required for this action
- Since:
- 6.0
- Default:
- "Standardizer"
-
-