Package Class Use Tree Index Help PREV NEXT FRAMES NO FRAMES
Uses of IDataObject in jve.generated
Subinterfaces of IDataObject in jve.generated interface ITableBinder
A Table binder represets an array of objects (rows) that are the basis for a table model.
Classes in jve.generated that implement IDataObject class BasicDataObject
Default implementation of a data object.class DataSourceDataObject
Default implementation of a data object that is retrieved by a service call on a Data Source.class JavaBeanDataObject
This DataObject will provide an instance of the given Java Bean as a data object.class JObjectTableBinder
This is a Swing Table binder whose row data is a property of another DataObject.class JRowTableBinder
This table binder get its source from a IRowsDataObject.class SwingTableBinder
Swing implementation of the ITableBinder interface.
Fields in jve.generated declared as IDataObject protected IDataObject SwingTableBinder.selectedRowDataObject
Methods in jve.generated that return IDataObject IDataObject SwingTextComponentBinder.getDataObject()
IDataObject IFieldBinder.getDataObject()
Get the data object that provides the data to this binder.
Methods in jve.generated with parameters of type IDataObject void SwingTextComponentBinder.setDataObject(IDataObject binder)
void IFieldBinder.setDataObject(IDataObject object)
Set the data object that provides the data used by this binder.
Package Class Use Tree Index Help PREV NEXT FRAMES NO FRAMES