Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

oracle.ide.inspector
Interface PropertyEditorRegistrar


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

REGISTRAR

static final java.lang.String REGISTRAR
Key used to identify the PropertyEditorRegistrar implementation.

See Also:
Constant Field Values

COUNT

static final java.lang.String COUNT
Key used to identify the 3rd party PropertyEditor registration count.

See Also:
Constant Field Values

EDITOR_PREFIX

static final java.lang.String EDITOR_PREFIX
Prefix used to identify a 3rd party PropertyEditor registration.

See Also:
Constant Field Values

TYPE_SUFFIX

static final java.lang.String TYPE_SUFFIX
Suffix used to tokenize a 3rd party PropertyEditor registration.

See Also:
Constant Field Values

EDITOR_SUFFIX

static final java.lang.String EDITOR_SUFFIX
Suffix used to tokenize a 3rd party PropertyEditor registration.

See Also:
Constant Field Values
Method Detail

registerPropertyEditors

void registerPropertyEditors()
Register the default 'out of the box' PropertyEditor implementations with the java.beans.PropertyEditorManager.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Copyright © 1997, 2009, Oracle. All rights reserved.