com.bea.wli.datatype
Interface DataTypeSwingStandAloneEditor
- All Superinterfaces:
- DataTypeEditor
public interface DataTypeSwingStandAloneEditor
- extends 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.
setListener
void setListener(DataTypeSwingStandAloneEditor.Listener listener)
getSwingEditor
JComponent getSwingEditor()
throws UnsupportedOperationException
- Throws:
UnsupportedOperationException