|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final java.lang.String REGISTRAR
public static final java.lang.String COUNT
public static final java.lang.String EDITOR_PREFIX
public static final java.lang.String TYPE_SUFFIX
public static final java.lang.String EDITOR_SUFFIX
Method Detail |
public void registerPropertyEditors()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.