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.


Nested Class Summary
static interface DataTypeSwingStandAloneEditor.Listener
           
 
Method Summary
 JComponent getSwingEditor()
           
 void setListener(DataTypeSwingStandAloneEditor.Listener listener)
           
 
Methods inherited from interface com.bea.wli.datatype.DataTypeEditor
setReadOnly, setValueSummary
 

Method Detail

setListener

void setListener(DataTypeSwingStandAloneEditor.Listener listener)

getSwingEditor

JComponent getSwingEditor()
                          throws UnsupportedOperationException
Throws:
UnsupportedOperationException