|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyEditorRegistrar
The PropertyEditorRegistrar interface offers a means for IDE implementations to register 'out of the box' PropertyEditor implementations with the java.beans.PropertyEditorManager such that they will be available for use by the Property Inspector.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
void |
registerPropertyEditors()
Register the default 'out of the box' PropertyEditor implementations with the java.beans.PropertyEditorManager. |
Field Detail |
---|
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
Method Detail |
---|
void registerPropertyEditors()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |