Uses of Package
jve.generated

Classes in jve.generated used by jve.generated
BasicDataObject
          Default implementation of a data object.
IActionBinder
          IActionBinder includes methods for enabling and disabling the state of a bound visual element.
IActionBinder.ActionBinderEvent
          A action binder event is fired before and after the ActionBinder's action is performed.
IActionBinder.ActionBinderListener
          Interface used to register for action triggering notification.
IActionBinder1
          IActionBinder1 includes flags and methods that can be used by a widget that is bound to an action to enable or disable itself.
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.FilterChangeEvent
          A filter change event is fired when a user needs to reaccept.
IFilterBinder.FilterChangeListener
          Interface used to register for filter change notification.
IRowsDataObject
          This interface represents an array (rows) of objects.
IRowsDataObject.RowChangeEvent
          A RowChangeEvent is fired when the contents of a row changes in the array maintained by the RowDataObject.
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.
ObjectReference
          This class is a wrapper that references an Object: boundObject.
SwingTableBinder
          Swing implementation of the ITableBinder interface.