Package  Class  Tree  Index  Help 
 PREV   NEXT FRAMES    NO FRAMES  


 

 

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 SwingTableBinder
          Swing implementation of the ITableBinder interface.
 

Methods in jve.generated that return IBoundObject
protected  IBoundObject JObjectTableBinder.getBoundObject()
           
protected abstract  IBoundObject SwingTableBinder.getBoundObject()
          Get the object this table is bound to.
protected  IBoundObject JRowTableBinder.getBoundObject()
           
 


Package  Class  Tree  Index  Help 
 PREV   NEXT FRAMES    NO FRAMES