|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataProvider | |
---|---|
com.sun.data.provider | Fundamental data access APIs and event listeners. |
com.sun.data.provider.impl | Concrete DataProvider implementations and base classes. |
Uses of DataProvider in com.sun.data.provider |
---|
Subinterfaces of DataProvider in com.sun.data.provider | |
---|---|
interface |
RefreshableDataProvider
Behavioral interface that is implemented by DataProvider classes
that offer refresh support. |
interface |
TableDataProvider
TableDataProvider is a specialized subinterface of DataProvider
that provides access to a scrollable set of "rows" of data elements, with
each row being identified by a RowKey . |
interface |
TransactionalDataProvider
Behavioral interface that is implemented by DataProvider classes
that offer commit/revert support. |
Methods in com.sun.data.provider with parameters of type DataProvider | |
---|---|
void |
DataAdapter.providerChanged(DataProvider provider)
Process an event indicating that the DataProvider has changed in a way outside the bounds of the other event methods. |
void |
DataListener.providerChanged(DataProvider provider)
Process an event indicating that the DataProvider has changed in a way outside the bounds of the other event methods. |
void |
DataAdapter.valueChanged(DataProvider provider,
FieldKey fieldKey,
java.lang.Object oldValue,
java.lang.Object newValue)
Process an event indicating that a data element's value has been changed. |
void |
DataListener.valueChanged(DataProvider provider,
FieldKey fieldKey,
java.lang.Object oldValue,
java.lang.Object newValue)
Process an event indicating that a data element's value has been changed. |
Uses of DataProvider in com.sun.data.provider.impl |
---|
Classes in com.sun.data.provider.impl that implement DataProvider | |
---|---|
class |
AbstractDataProvider
Abstract base implementation of DataProvider . |
class |
AbstractTableDataProvider
Abstract base implementation of TableDataProvider . |
class |
BasicTransactionalDataProvider
|
class |
BasicTransactionalTableDataProvider
|
class |
CachedRowSetDataProvider
TableDataProvider implementation that wraps a CachedRowSet . |
class |
FilteredTableDataProvider
Specialized TableDataProvider that is filtered by a
specified TableDataFilter . |
class |
ListDataProvider
This TableDataProvider implementation
wraps the contents of a List . |
class |
MapDataProvider
This DataProvider wraps access to a standard
Map . |
class |
MethodResultDataProvider
A DataProvider implementation to wrap the singleton (non-array) return value from a method. |
class |
MethodResultTableDataProvider
A TableDataProvider implementation to wrap the return value from a method. |
class |
ObjectArrayDataProvider
This TableDataProvider wraps access to an
array of Java Objects. |
class |
ObjectDataProvider
This DataProvider wraps access to a single
Java Object. |
class |
ObjectListDataProvider
This TableDataProvider wraps access to a
list of Java Objects. |
class |
TableRowDataProvider
The TableRowDataProvider class provides a single-row DataProvider
view of a TableDataProvider . |
Fields in com.sun.data.provider.impl declared as DataProvider | |
---|---|
protected DataProvider |
BasicTransactionalDataProvider.provider
|
Methods in com.sun.data.provider.impl that return DataProvider | |
---|---|
DataProvider |
BasicTransactionalDataProvider.getDataProvider()
|
Methods in com.sun.data.provider.impl with parameters of type DataProvider | |
---|---|
void |
BasicTransactionalDataProvider.setDataProvider(DataProvider provider)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |