Class  Use  Tree  Index  Help 
 PREV PACKAGE   NEXT PACKAGE FRAMES    NO FRAMES  


 

 

Package jve.generated

Interface Summary
IActionBinder IActionBinder has the ability to automatically change an enabled state on an Action when the arguments for the Action change.
IActionBinder.ActionBinderListener Interface used to register for action triggering notification.
IBoundObject This interface represents a reference to an Object.
IDataObject This interface extends the object reference capability of IBoundObject to allow the dynamic getting and setting of property values on the referenced object.
IDataSource A data source is a factory for a facade of some type of data service.
IDataSourceService A Data Source Service provided the interfaces necessary to perform a service call on a Data Source.
IFieldBinder A FieldBinder contains a String text representation of a bound property of an object pointed to by a DataObject.
IFilterBinder A filter binder provides a simple filter mechanism to filter objects.
IFilterBinder.FilterChangeListener Interface used to register for filter change notification.
IRowsDataObject This interface represents an array (rows) of objects.
IRowsDataObject.RowChangeListener Interface used to register for row change notification.
ITableBinder A Table binder represets an array of objects (rows) that are the basis for a table model.
ITableBinder.SelectionChangedEvent Notice of a change of selection in the ITableBinder's visual table.
ITableBinder.SelectionChangedListener Listen for changes to the ITableBinder's selected object.
 

Class Summary
BasicDataObject Default implementation of a data object.
DataSourceDataObject Default implementation of a data object that is retrieved by a service call on a Data Source.
DataSourceDataRows Default implementation of a row data object that is retrieved by a service call on a Data Source.
DataSourceService Default implementation of IDataSourceService.
EJBDataSource This data source provides access to an EJB service via a session bean.
IActionBinder.ActionBinderEvent A action binder event is fired before and after the ActionBinder's action is performed.
IFilterBinder.FilterChangeEvent A filter change event is fired when a user needs to reaccept.
IRowsDataObject.RowChangeEvent A RowChangeEvent is fired when the contents of a row changes in the array maintained by the RowDataObject.
JavaBeanDataObject This DataObject will provide an instance of the given Java Bean as a data object.
JavaBeanDataSource This DataSource uses a null constructor to instantiate a Java bean.
JObjectTableBinder This is a Swing Table binder whose row data is a property of another DataObject.
JRowTableBinder This table binder get its source from a IRowsDataObject.
ObjectReference This class is a wrapper that references an Object: boundObject.
PropertyHelper This helper provide the details of resolving an Object/Property string into the final object.
SwingDataServiceAction This action will execute a data source service with a single argument.
SwingPropertyFilter This filter acts as a Document for a JTextComponent.
SwingTableBinder Swing implementation of the ITableBinder interface.
SwingTextComponentBinder Swing implementation of the IFieldBinder interface.
WebServiceDataSource Provide access to a Web Service proxy as a data source.
 


Class  Use  Tree  Index  Help 
 PREV PACKAGE   NEXT PACKAGE FRAMES    NO FRAMES