public abstract class ExternalStructureChecker extends AbstractStructureChecker
errorType, propertyChangeSupport
PROPERTY_KEY_VALID
Constructor and Description |
---|
ExternalStructureChecker(String errorCode)
This constructor creates an external structure checker instance with the given error code
|
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode()
Returns the
String represented error code of the checker (this error code
should be used for external implementation support instead of StructureChecker.getErrorType() ) |
addPropertyChangeListener, addPropertyChangeListener, check, check1, clone, cloneItem, convertResult, equals, expandMolecule, getDescription, getDescriptor, getEditorClassName, getErrorDescription, getErrorType, getHelpText, getIcon, getLocalMenuName, getName, hashCode, isAvailable, isLicensed, isValid, propertyChange, removePropertyChangeListener, removePropertyChangeListener, setDescription, setHelpText, setIcon, setLicenseEnvironment, setLocalMenuName, setMoreErrorMessage, setName, setNoErrorMessage, setOneErrorMessage, toString
public String getErrorCode()
StructureChecker
String
represented error code of the checker (this error code
should be used for external implementation support instead of StructureChecker.getErrorType()
)getErrorCode
in interface StructureChecker
getErrorCode
in class AbstractStructureChecker
String
represented error code of the checker (this error code
should be used for external implementation support instead of StructureChecker.getErrorType()
)