public static final class ConfigurationProperty.CustomEditorDescriptor
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CustomEditorDescriptor(java.lang.String className)
Specifies the editor class to use, which must extend from CustomPropertyEditor.
|
CustomEditorDescriptor(java.lang.String className,
int version)
Specifies the editor class to use, which must extend from CustomPropertyEditor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName() |
int |
getVersion() |
public CustomEditorDescriptor(java.lang.String className)
className
- must extend from CustomPropertyEditor, and must be available in the designer scope.public CustomEditorDescriptor(java.lang.String className, int version)
className
- must extend from CustomPropertyEditor, and must be available in the designer scope.version
- a version of the editor, so that the designer will know when a property comes from an older or
newer gateway that may not be compatible.