Package chemaxon.standardizer
Class StandardizerActionFactory.StandardizerClassDescriptor
java.lang.Object
chemaxon.standardizer.StandardizerActionFactory.StandardizerClassDescriptor
- Enclosing class:
- StandardizerActionFactory
Descriptor of a standardizer class
- Since:
- 6.0
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionInitializes an empty standardizer class descriptorStandardizerClassDescriptor(String id, String className, String jar, String editorClassName) Initializes a standardizer class descriptor
- 
Method SummaryModifier and TypeMethodDescriptionGets the name of the standardizer classGets the name of the editor of the standardizer classgetID()Gets the id of the standardizer classgetJar()Gets the jar containing the standardizer classvoidsetClassName(String className) Sets the name of the standardizer classvoidsetEditorClassName(String editorClassName) Sets the name of the editor of the standardizer classvoidSets the id of the standardizer classvoidSets the path of the jar containing the standardizer classtoString()
- 
Field Details- 
id
- 
className
- 
jar
 
- 
- 
Constructor Details- 
StandardizerClassDescriptorpublic StandardizerClassDescriptor()Initializes an empty standardizer class descriptor
- 
StandardizerClassDescriptorInitializes a standardizer class descriptor- Parameters:
- id- the identifier of the class
- className- the name of the class of the standardizer
- jar- the container of the class
- editorClassName- the name of the class of the editor component for the standardizer
 
 
- 
- 
Method Details- 
setIDSets the id of the standardizer class- Parameters:
- id- the id of the standardizer class
 
- 
getIDGets the id of the standardizer class- Returns:
- the id of the standardizer class
 
- 
getClassNameGets the name of the standardizer class- Returns:
- the name of the standardizer class
 
- 
getJarGets the jar containing the standardizer class- Returns:
- the jar containing the standardizer class
 
- 
setClassNameSets the name of the standardizer class- Parameters:
- className- the name of the standardizer class
 
- 
setJarSets the path of the jar containing the standardizer class- Parameters:
- path- the path of the jar containing the standardizer class
 
- 
getEditorClassNameGets the name of the editor of the standardizer class- Returns:
- the name of the editor of the standardizer class
 
- 
setEditorClassNameSets the name of the editor of the standardizer class- Parameters:
- editorClassName- the name of the editor of the standardizer class
 
- 
toString
 
-