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 Summary
Fields inherited from class chemaxon.structurechecker.factory.CheckerFixerFactory.ClassDescriptor
className, id, jar - 
Constructor Summary
ConstructorsConstructorDescriptionInitializes an empty checker class descriptorCheckerClassDescriptor(String id, String className, String jar, String editorClassName) Initializes a checker class descriptor - 
Method Summary
Modifier 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.ClassDescriptor
getClassName, getID, getJar, setClassName, setID, setJar, toString 
- 
Constructor Details
- 
CheckerClassDescriptor
public CheckerClassDescriptor()Initializes an empty checker class descriptor - 
CheckerClassDescriptor
Initializes a checker class descriptor- Parameters:
 id- the identifier of the classclassName- the name of the class of the checkerjar- the container of the classeditorClassName- the name of the class of the editor component for the checker
 
 - 
 - 
Method Details
- 
getEditorClassName
Gets the name of the editor of the checker class- Returns:
 - the name of the editor of the checker class
 
 - 
setEditorClassName
Sets the name of the editor of the checker class- Parameters:
 editorClassName- the name of the editor of the checker class
 
 -