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.


Method Summary
 void setReadOnly(boolean readOnly)
           
 void setValueSummary(DataTypeValueSummarizer.ValueSummary summary)
           
 

Method Detail

setValueSummary

void setValueSummary(DataTypeValueSummarizer.ValueSummary summary)

setReadOnly

void setReadOnly(boolean readOnly)