com.bea.wli.datatype
Interface DataTypeEditor
- All Known Subinterfaces:
- DataTypeJSPInPlaceEditor, DataTypeJSPStandAloneEditor, DataTypeSwingInPlaceEditor, DataTypeSwingStandAloneEditor
public interface DataTypeEditor
An editor that can be plugged into a tool environment to browse
or edit a data type value. The editor is retrieved using a name returned
by the data type summarizer for the data type. An editor may support
web-based (JSP) or IDE-based (Swing) editing of data type values.
setValueSummary
void setValueSummary(DataTypeValueSummarizer.ValueSummary summary)
setReadOnly
void setReadOnly(boolean readOnly)