Class CheckerFixerFactory.CheckerClassDescriptor
java.lang.Object
chemaxon.structurechecker.factory.CheckerFixerFactory.ClassDescriptor
chemaxon.structurechecker.factory.CheckerFixerFactory.CheckerClassDescriptor
- Enclosing class:
- CheckerFixerFactory
public static class CheckerFixerFactory.CheckerClassDescriptor
extends CheckerFixerFactory.ClassDescriptor
Descriptor of a checker class
- Since:
- 5.12
- 
Field SummaryFields inherited from class chemaxon.structurechecker.factory.CheckerFixerFactory.ClassDescriptorclassName, id, jar
- 
Constructor SummaryConstructorsConstructorDescriptionInitializes an empty checker class descriptorCheckerClassDescriptor(String id, String className, String jar, String editorClassName) Initializes a checker class descriptor
- 
Method SummaryModifier and TypeMethodDescriptionGets the name of the editor of the checker classvoidsetEditorClassName(String editorClassName) Sets the name of the editor of the checker classMethods inherited from class chemaxon.structurechecker.factory.CheckerFixerFactory.ClassDescriptorgetClassName, getID, getJar, setClassName, setID, setJar, toString
- 
Constructor Details- 
CheckerClassDescriptorpublic CheckerClassDescriptor()Initializes an empty checker class descriptor
- 
CheckerClassDescriptorInitializes a checker class descriptor- Parameters:
- id- the identifier of the class
- className- the name of the class of the checker
- jar- the container of the class
- editorClassName- the name of the class of the editor component for the checker
 
 
- 
- 
Method Details- 
getEditorClassNameGets the name of the editor of the checker class- Returns:
- the name of the editor of the checker class
 
- 
setEditorClassNameSets the name of the editor of the checker class- Parameters:
- editorClassName- the name of the editor of the checker class
 
 
-