public interface PropertyEditorRegistrar
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
COUNT
Key used to identify the 3rd party PropertyEditor registration count. 
 | 
static java.lang.String | 
EDITOR_PREFIX
Prefix used to identify a 3rd party PropertyEditor registration. 
 | 
static java.lang.String | 
EDITOR_SUFFIX
Suffix used to tokenize a 3rd party PropertyEditor registration. 
 | 
static java.lang.String | 
REGISTRAR
Key used to identify the PropertyEditorRegistrar implementation. 
 | 
static java.lang.String | 
TYPE_SUFFIX
Suffix used to tokenize a 3rd party PropertyEditor registration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
registerPropertyEditors()
Register the default 'out of the box' PropertyEditor implementations with
 the java.beans.PropertyEditorManager. 
 | 
static final java.lang.String REGISTRAR
static final java.lang.String COUNT
static final java.lang.String EDITOR_PREFIX
static final java.lang.String TYPE_SUFFIX
static final java.lang.String EDITOR_SUFFIX