@PublicAPI public abstract class ExternalStructureChecker extends AbstractStructureChecker
errorType, propertyChangeSupport
PROPERTY_KEY_VALID
Constructor and Description |
---|
ExternalStructureChecker(java.lang.String errorCode)
This constructor creates an external structure checker instance with the given error code
|
Modifier and Type | Method and Description |
---|---|
java.lang.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 ExternalStructureChecker(java.lang.String errorCode)
errorCode
- is the String
instance which represents the error of this external
checker's error kind.public java.lang.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()
)