Uses of Interface
jve.generated.IBoundObject

Uses of IBoundObject in jve.generated
 

Subinterfaces of IBoundObject in jve.generated
 interface IDataObject
          This interface extends the object reference capability of IBoundObject to allow the dynamic getting and setting of property values on the referenced object.
 interface IRowsDataObject
          This interface represents an array (rows) of objects.
 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 IBoundObject
 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 DataSourceDataRows
          Default implementation of a row 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 ObjectReference
          This class is a wrapper that references an Object: boundObject.
 class SwingDataServiceAction
          This action will execute a data source service with a single argument.
 class SwingTableBinder
          Swing implementation of the ITableBinder interface.