|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntityContextInterface
The EntityContextInterface
interface defines
the context names for entity editors, customizers, and validators.
These contexts define where the corresponding editor/customizer/validator will
execute.
Field Summary | |
---|---|
static java.lang.String |
COM_CONTEXT
Defines a Microsoft COM context; the editor/customizer/validator name is the name of a COM classid (UUID) |
static java.lang.String |
CORBA_CONTEXT
Defines a CORBA context; the editor/customizer/validator name is the name of a CORBA service which performs validation via a to-be-determined interface. |
static java.lang.String |
JAVA_CONTEXT
Defines a Java context; the editor/customizer/validator name is the name of a Java class. |
static java.lang.String |
JAVA_PANEL_CONTEXT
Defines a context that allows the user to define their own editors for various Swing-based property sheets |
static java.lang.String |
JAVASCRIPT_CONTEXT
Defines a JavaScript context; the editor/customizer/validator name is the name of a JavaScript (ECMAScript) validation script. |
static java.lang.String |
JSP_PANEL_CONTEXT
Defines a context that allows the user to define their own editors for various Web-based property sheets |
static java.lang.String |
SERVLET_CONTEXT
Defines a web server context; the editor/customizer/validator name is the URL or web server page. |
Field Detail |
---|
static final java.lang.String JAVA_CONTEXT
static final java.lang.String JAVASCRIPT_CONTEXT
static final java.lang.String COM_CONTEXT
static final java.lang.String CORBA_CONTEXT
static final java.lang.String SERVLET_CONTEXT
static final java.lang.String JAVA_PANEL_CONTEXT
static final java.lang.String JSP_PANEL_CONTEXT
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |