A B C D E F G I L M N O P R S T V

A

AbstractDataProvider - class com.sun.data.provider.impl.AbstractDataProvider.
Abstract base implementation of DataProvider.
AbstractDataProvider() - Constructor for class com.sun.data.provider.impl.AbstractDataProvider
 
AbstractTableDataProvider - class com.sun.data.provider.impl.AbstractTableDataProvider.
Abstract base implementation of TableDataProvider.
AbstractTableDataProvider() - Constructor for class com.sun.data.provider.impl.AbstractTableDataProvider
 
addDataListener(DataListener) - Method in interface com.sun.data.provider.DataProvider
Register a new DataListener to this DataProvider instance.
addDataListener(DataListener) - Method in class com.sun.data.provider.impl.AbstractDataProvider

Register a new DataListener to this DataProvider instance.

addDataListener(DataListener) - Method in class com.sun.data.provider.impl.MethodResultDataProvider

Register a new DataListener to this DataProvider instance.

addDataListener(DataListener) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Register a new DataListener to this DataProvider instance.

addFieldKey(FieldKey) - Method in class com.sun.data.provider.impl.AbstractDataProvider
Adds a FieldKey to the list of keys
addFieldKeys(FieldKey[]) - Method in class com.sun.data.provider.impl.AbstractDataProvider
Adds a list of FieldKeys to the list of keys
addObject(Object) - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Append the specified object to the list of contained objects.
addRefreshableDataListener(RefreshableDataListener) - Method in interface com.sun.data.provider.RefreshableDataProvider
Register a new RefreshableDataListener to this RefreshableDataProvider instance.
addRefreshableDataListener(RefreshableDataListener) - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

Register a new RefreshableDataListener to this RefreshableDataProvider instance.

addRefreshableDataListener(RefreshableDataListener) - Method in class com.sun.data.provider.impl.MethodResultDataProvider

Register a new RefreshableDataListener to this RefreshableDataProvider instance.

addRefreshableDataListener(RefreshableDataListener) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Register a new RefreshableDataListener to this RefreshableDataProvider instance.

addTableCursorListener(TableCursorListener) - Method in interface com.sun.data.provider.TableDataProvider
Register a new TableCursorListener to this TableDataProvider instance.
addTableCursorListener(TableCursorListener) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

Register a new TableCursorListener to this TableDataProvider instance.

addTableCursorListener(TableCursorListener) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Register a new TableCursorListener to this TableDataProvider instance.

addTableDataListener(TableDataListener) - Method in interface com.sun.data.provider.TableDataProvider
Register a new TableDataListener to this TableDataProvider instance.
addTableDataListener(TableDataListener) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

Register a new TableDataListener to this TableDataProvider instance.

addTableDataListener(TableDataListener) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Register a new TableDataListener to this TableDataProvider instance.

addTransactionalDataListener(TransactionalDataListener) - Method in interface com.sun.data.provider.TransactionalDataProvider
Register a new TransactionalDataListener to this TransactionalDataProvider instance.
addTransactionalDataListener(TransactionalDataListener) - Method in class com.sun.data.provider.impl.BasicTransactionalDataProvider

Register a new TransactionalDataListener to this TransactionalDataProvider instance.

addTransactionalDataListener(TransactionalDataListener) - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider

Register a new TransactionalDataListener to this TransactionalDataProvider instance.

addTransactionalDataListener(TransactionalDataListener) - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

Register a new TransactionalDataListener to this TransactionalDataProvider instance.

addTransactionalDataListener(TransactionalDataListener) - Method in class com.sun.data.provider.impl.ObjectListDataProvider

Register a new TransactionalDataListener to this TransactionalDataProvider instance.

appendRow() - Method in interface com.sun.data.provider.TableDataProvider
Appends a new row at the end of the list and returns the row key for the newly appended row.
appendRow() - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

Appends a new row at the end of the list and returns the row key for the newly appended row.

NOTE: The method should only be called after testing the canAppendRow() method to see if this TableDataProvider supports the append operation.

appendRow() - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider

Appends a new row at the end of the list and returns the row key for the newly appended row.

NOTE: The method should only be called after testing the canAppendRow() method to see if this TableDataProvider supports the append operation.

appendRow() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

Appends a new row at the end of the list and returns the row key for the newly appended row.

NOTE: The method should only be called after testing the canAppendRow() method to see if this TableDataProvider supports the append operation.

appendRow() - Method in class com.sun.data.provider.impl.FilteredTableDataProvider

Appends a new row at the end of the list and returns the row key for the newly appended row.

NOTE: The method should only be called after testing the canAppendRow() method to see if this TableDataProvider supports the append operation.

appendRow() - Method in class com.sun.data.provider.impl.ListDataProvider

Appends a new row at the end of the list and returns the row key for the newly appended row.

NOTE: The method should only be called after testing the canAppendRow() method to see if this TableDataProvider supports the append operation.

appendRow() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Appends a new row at the end of the list and returns the row key for the newly appended row.

NOTE: The method should only be called after testing the canAppendRow() method to see if this TableDataProvider supports the append operation.

appendRow() - Method in class com.sun.data.provider.impl.ObjectArrayDataProvider

Appends a new row at the end of the list and returns the row key for the newly appended row.

NOTE: The method should only be called after testing the canAppendRow() method to see if this TableDataProvider supports the append operation.

appendRow() - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Construct a new instance of the specified object type and append it to the end of the list.
appendRow(Object) - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Append the specified object to the end of the list.

B

BasicTableDataFilter - class com.sun.data.provider.impl.BasicTableDataFilter.
This basic implementation of TableDataFilter iterates rows and the contained FilterCriteria and invokes the match() method on each.
BasicTableDataFilter() - Constructor for class com.sun.data.provider.impl.BasicTableDataFilter
 
BasicTableDataSorter - class com.sun.data.provider.impl.BasicTableDataSorter.
The BasicTableDataSorter utilizes the Comparable interface on data objects in the specified TableDataProvider to provide a sorted version of the data based on the specified sort criteria.
BasicTableDataSorter() - Constructor for class com.sun.data.provider.impl.BasicTableDataSorter
Constructs a BasicTableDataSorter with no sort criteria or locale setting.
BasicTableDataSorter(SortCriteria[]) - Constructor for class com.sun.data.provider.impl.BasicTableDataSorter
Constructs a BasicTableDataSorter with the specified initial sort criteria and no locale setting.
BasicTableDataSorter(Locale) - Constructor for class com.sun.data.provider.impl.BasicTableDataSorter
Constructs a BasicTableDataSorter with the specified locale with no initial sort criteria.
BasicTableDataSorter(SortCriteria[], Locale) - Constructor for class com.sun.data.provider.impl.BasicTableDataSorter
Constructs a BasicTableDataSorter with the specified initial sort criteria and sort locale.
BasicTransactionalDataProvider - class com.sun.data.provider.impl.BasicTransactionalDataProvider.
 
BasicTransactionalDataProvider() - Constructor for class com.sun.data.provider.impl.BasicTransactionalDataProvider
 
BasicTransactionalTableDataProvider - class com.sun.data.provider.impl.BasicTransactionalTableDataProvider.
 
BasicTransactionalTableDataProvider() - Constructor for class com.sun.data.provider.impl.BasicTransactionalTableDataProvider
 

C

CachedRowSetDataProvider - class com.sun.data.provider.impl.CachedRowSetDataProvider.
TableDataProvider implementation that wraps a CachedRowSet.
CachedRowSetDataProvider() - Constructor for class com.sun.data.provider.impl.CachedRowSetDataProvider
Construct an unconfigured CachedRowSetDataProvider.
CachedRowSetDataProvider(CachedRowSet) - Constructor for class com.sun.data.provider.impl.CachedRowSetDataProvider
Construct a CachedRowSetDataProvider that wraps the specified CachedRowSet.
CompareFilterCriteria - class com.sun.data.provider.impl.CompareFilterCriteria.
The CompareFilterCriteria is an implementation of FilterCriteria that compares the value of a FieldKey in a TableDataProvider with a predefined compareValue.
CompareFilterCriteria() - Constructor for class com.sun.data.provider.impl.CompareFilterCriteria
 
CompareFilterCriteria(FieldKey) - Constructor for class com.sun.data.provider.impl.CompareFilterCriteria
 
CompareFilterCriteria(Object) - Constructor for class com.sun.data.provider.impl.CompareFilterCriteria
 
CompareFilterCriteria(FieldKey, Object) - Constructor for class com.sun.data.provider.impl.CompareFilterCriteria
 
CompareFilterCriteria(FieldKey, Object, boolean, boolean, boolean) - Constructor for class com.sun.data.provider.impl.CompareFilterCriteria
 
canAppendRow() - Method in interface com.sun.data.provider.TableDataProvider
This method is called to test if this TableDataProvider supports the append operation.
canAppendRow() - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

This method is called to test if this TableDataProvider supports the append operation. If rows can be appended to the list, this method should return true. If the data provider is not resizable, or cannot support an append operation, this method should return false.

canAppendRow() - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider

This method is called to test if this TableDataProvider supports the append operation. If rows can be appended to the list, this method should return true. If the data provider is not resizable, or cannot support an append operation, this method should return false.

canAppendRow() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

This method is called to test if this TableDataProvider supports the append operation. If rows can be appended to the list, this method should return true. If the data provider is not resizable, or cannot support an append operation, this method should return false.

canAppendRow() - Method in class com.sun.data.provider.impl.FilteredTableDataProvider

This method is called to test if this TableDataProvider supports the append operation. If rows can be appended to the list, this method should return true. If the data provider is not resizable, or cannot support an append operation, this method should return false.

canAppendRow() - Method in class com.sun.data.provider.impl.ListDataProvider
NOTE: This implementation always returns false from this method.
canAppendRow() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

This method is called to test if this TableDataProvider supports the append operation. If rows can be appended to the list, this method should return true. If the data provider is not resizable, or cannot support an append operation, this method should return false.

canAppendRow() - Method in class com.sun.data.provider.impl.ObjectArrayDataProvider

This method is called to test if this TableDataProvider supports the append operation. If rows can be appended to the list, this method should return true. If the data provider is not resizable, or cannot support an append operation, this method should return false.

canAppendRow() - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Return true if the userResizable property is set to true, and there is a public zero-args constructor for the class specified by the objectType property.
canInsertRow(RowKey) - Method in interface com.sun.data.provider.TableDataProvider
This method is called to test if this TableDataProvider supports resizability.
canInsertRow(RowKey) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

This method is called to test if this TableDataProvider supports resizability. If objects can be inserted and removed from the list, this method should return true. If the data provider is not resizable, this method should return false.

The following methods will only be called if this method returns true:

canInsertRow(RowKey) - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider

This method is called to test if this TableDataProvider supports resizability. If objects can be inserted and removed from the list, this method should return true. If the data provider is not resizable, this method should return false.

The following methods will only be called if this method returns true:

canInsertRow(RowKey) - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

This method is called to test if this TableDataProvider supports resizability. If objects can be inserted and removed from the list, this method should return true. If the data provider is not resizable, this method should return false.

The following methods will only be called if this method returns true:

canInsertRow(RowKey) - Method in class com.sun.data.provider.impl.FilteredTableDataProvider

This method is called to test if this TableDataProvider supports resizability. If objects can be inserted and removed from the list, this method should return true. If the data provider is not resizable, this method should return false.

The following methods will only be called if this method returns true:

canInsertRow(RowKey) - Method in class com.sun.data.provider.impl.ListDataProvider
NOTE: This implementation always returns false from this method.
canInsertRow(RowKey) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

This method is called to test if this TableDataProvider supports resizability. If objects can be inserted and removed from the list, this method should return true. If the data provider is not resizable, this method should return false.

The following methods will only be called if this method returns true:

canInsertRow(RowKey) - Method in class com.sun.data.provider.impl.ObjectArrayDataProvider

This method is called to test if this TableDataProvider supports resizability. If objects can be inserted and removed from the list, this method should return true. If the data provider is not resizable, this method should return false.

The following methods will only be called if this method returns true:

canInsertRow(RowKey) - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Return true if the userResizable property is set to true, and there is a public zero-args constructor for the class specified by the objectType property.
canRemoveRow(RowKey) - Method in interface com.sun.data.provider.TableDataProvider
This method is called to test if this TableDataProvider supports the removeRow operation.
canRemoveRow(RowKey) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

This method is called to test if this TableDataProvider supports the removeRow operation. If rows can be removed from the table, this method should return true. If the data provider is does not support removing rows, this method should return false.

canRemoveRow(RowKey) - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider

This method is called to test if this TableDataProvider supports the removeRow operation. If rows can be removed from the table, this method should return true. If the data provider is does not support removing rows, this method should return false.

canRemoveRow(RowKey) - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

This method is called to test if this TableDataProvider supports the removeRow operation. If rows can be removed from the table, this method should return true. If the data provider is does not support removing rows, this method should return false.

canRemoveRow(RowKey) - Method in class com.sun.data.provider.impl.FilteredTableDataProvider

This method is called to test if this TableDataProvider supports the removeRow operation. If rows can be removed from the table, this method should return true. If the data provider is does not support removing rows, this method should return false.

canRemoveRow(RowKey) - Method in class com.sun.data.provider.impl.ListDataProvider
NOTE: This implementation always returns true from this method.
canRemoveRow(RowKey) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

This method is called to test if this TableDataProvider supports the removeRow operation. If rows can be removed from the table, this method should return true. If the data provider is does not support removing rows, this method should return false.

canRemoveRow(RowKey) - Method in class com.sun.data.provider.impl.ObjectArrayDataProvider

This method is called to test if this TableDataProvider supports the removeRow operation. If rows can be removed from the table, this method should return true. If the data provider is does not support removing rows, this method should return false.

canRemoveRow(RowKey) - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Return true if the userResizable property is set to true.
changeMap - Variable in class com.sun.data.provider.impl.BasicTransactionalDataProvider
 
changedRowMap - Variable in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider
 
changesCommitted(TransactionalDataProvider) - Method in class com.sun.data.provider.TransactionalDataAdapter

The commitChanges() method was called on the specified TransactionalDataProvider.

changesCommitted(TransactionalDataProvider) - Method in interface com.sun.data.provider.TransactionalDataListener
The commitChanges() method was called on the specified TransactionalDataProvider.
changesReverted(TransactionalDataProvider) - Method in class com.sun.data.provider.TransactionalDataAdapter

The revertChanges() method was called on the specified TransactionalDataProvider.

changesReverted(TransactionalDataProvider) - Method in interface com.sun.data.provider.TransactionalDataListener
The revertChanges() method was called on the specified TransactionalDataProvider.
checkExecute() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider
Check if rowset, if so, execute if necessary.
clearFieldKeys() - Method in class com.sun.data.provider.impl.AbstractDataProvider
Empties the list of FieldKeys
clearObjectList() - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Clear the list of contained objects.
close() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider
free resources used by this instance Close is guaranteed not to throw an exception.
com.sun.data.provider - package com.sun.data.provider
Fundamental data access APIs and event listeners.
com.sun.data.provider.impl - package com.sun.data.provider.impl
Concrete DataProvider implementations and base classes.
commitChanges() - Method in interface com.sun.data.provider.TransactionalDataProvider
Cause any cached changes to values of data elements supported by this DataProvider to be passed through to the underlying data structure.
commitChanges() - Method in class com.sun.data.provider.impl.BasicTransactionalDataProvider
 
commitChanges() - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider
 
commitChanges() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider
(@inheritDoc}
commitChanges() - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Cause any cached updates to existing field values, as well as inserted and deleted rows, to be flowed through to the underlying List wrapped by this DataProvider.
compare(Object, Object, Locale) - Static method in class com.sun.data.provider.impl.CompareFilterCriteria
 
compareLocale - Variable in class com.sun.data.provider.impl.CompareFilterCriteria
Storage for the compare locale
compareTo(Object) - Method in class com.sun.data.provider.FieldKey
Standard compareTo implementation (for Comparable interface).
compareTo(Object) - Method in class com.sun.data.provider.RowKey
Standard implementation of compareTo(Object).
compareTo(Object) - Method in class com.sun.data.provider.impl.IndexRowKey
Compare this instance to another IndexRowKey instance.
compareTo(Object) - Method in class com.sun.data.provider.impl.ObjectRowKey
Standard implementation of compareTo(Object).
create(String) - Static method in class com.sun.data.provider.impl.IndexRowKey
Constructs a new IndexRowKey from the passed rowId String
cursorChanged(TableDataProvider, RowKey, RowKey) - Method in class com.sun.data.provider.TableCursorAdapter

Process an event indicating that the current cursor row of the specified TableDataProvider has been successfully changed.

cursorChanged(TableDataProvider, RowKey, RowKey) - Method in interface com.sun.data.provider.TableCursorListener
Process an event indicating that the current cursor row of the specified TableDataProvider has been successfully changed.
cursorChanging(TableDataProvider, RowKey, RowKey) - Method in class com.sun.data.provider.TableCursorAdapter

Process an event indicating that the current cursor row of the specified TableDataProvider is changing. If an exception is thrown be an event handler, the cursor change will be vetoed.

cursorChanging(TableDataProvider, RowKey, RowKey) - Method in interface com.sun.data.provider.TableCursorListener
Process an event indicating that the current cursor row of the specified TableDataProvider is changing.
cursorFirst() - Method in interface com.sun.data.provider.TableDataProvider
Move the cursor to the first row in this TableDataProvider.
cursorFirst() - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

Move the cursor to the first row in this TableDataProvider.

cursorFirst() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

Move the cursor to the first row in this TableDataProvider.

cursorFirst() - Method in class com.sun.data.provider.impl.FilteredTableDataProvider

Move the cursor to the first row in this TableDataProvider.

cursorFirst() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Move the cursor to the first row in this TableDataProvider.

cursorLast() - Method in interface com.sun.data.provider.TableDataProvider
Move the cursor to the last row in this TableDataProvider.
cursorLast() - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

Move the cursor to the last row in this TableDataProvider.

cursorLast() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

Move the cursor to the last row in this TableDataProvider.

cursorLast() - Method in class com.sun.data.provider.impl.FilteredTableDataProvider

Move the cursor to the last row in this TableDataProvider.

cursorLast() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Move the cursor to the last row in this TableDataProvider.

cursorNext() - Method in interface com.sun.data.provider.TableDataProvider
Move the cursor to the row after the current cursor row, unless the cursor is currently at the last row TableDataProvider.
cursorNext() - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

Move the cursor to the row after the current cursor row, unless the cursor is currently at the last row TableDataProvider.

cursorNext() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

Move the cursor to the row after the current cursor row, unless the cursor is currently at the last row TableDataProvider.

cursorNext() - Method in class com.sun.data.provider.impl.FilteredTableDataProvider

Move the cursor to the row after the current cursor row, unless the cursor is currently at the last row TableDataProvider.

cursorNext() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Move the cursor to the row after the current cursor row, unless the cursor is currently at the last row TableDataProvider.

cursorPrevious() - Method in interface com.sun.data.provider.TableDataProvider
Move the cursor to the row before the current cursor row, unless the cursor is currently at the first row.
cursorPrevious() - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

Move the cursor to the row before the current cursor row, unless the cursor is currently at the first row.

cursorPrevious() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

Move the cursor to the row before the current cursor row, unless the cursor is currently at the first row.

cursorPrevious() - Method in class com.sun.data.provider.impl.FilteredTableDataProvider

Move the cursor to the row before the current cursor row, unless the cursor is currently at the first row.

cursorPrevious() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Move the cursor to the row before the current cursor row, unless the cursor is currently at the first row.

cursorRow - Variable in class com.sun.data.provider.impl.AbstractTableDataProvider
storage for the current cursor row
cursorRow - Variable in class com.sun.data.provider.impl.CachedRowSetDataProvider
storage for the current cursor row

D

DataAdapter - class com.sun.data.provider.DataAdapter.
DataAdapter is an event listener adapter that provides a base implementation of DataListener.
DataAdapter() - Constructor for class com.sun.data.provider.DataAdapter
 
DataListener - interface com.sun.data.provider.DataListener.
DataListener is an event listener interface that supports processing events produced by a corresponding DataProvider instance.
DataProvider - interface com.sun.data.provider.DataProvider.
DataProvider is an interface that describes a single set of data elements, each identified by a FieldKey.
DataProviderException - exception com.sun.data.provider.DataProviderException.
The DataProviderException is generic runtime exception that wraps an underlying cause exception for DataProvider methods.
DataProviderException() - Constructor for class com.sun.data.provider.DataProviderException
Constructs a default DataProviderException with no message with no wrapped cause exception.
DataProviderException(String) - Constructor for class com.sun.data.provider.DataProviderException
Constructs a DataProviderException with the specified message and no wrapped cause exception.
DataProviderException(String, Throwable) - Constructor for class com.sun.data.provider.DataProviderException
Constructs a DataProviderException with the specified message and wrapped cause exception.
DataProviderException(Throwable) - Constructor for class com.sun.data.provider.DataProviderException
Constructs a DataProviderException with the specified wrapped cause exception.
dpListeners - Variable in class com.sun.data.provider.impl.AbstractDataProvider
Array of DataListener instances registered for this DataProvider.

E

EMPTY_ARRAY - Static variable in class com.sun.data.provider.FieldKey
A convenient static empty array to use for no-op method returns
EMPTY_ARRAY - Static variable in class com.sun.data.provider.RowKey
A convenient static empty array to use for no-op method returns
ears - Variable in class com.sun.data.provider.impl.BasicTransactionalDataProvider
 
equals(Object) - Method in class com.sun.data.provider.FieldKey
Standard equals implementation.
equals(Object) - Method in class com.sun.data.provider.RowKey
Standard equals implementation.
equals(Object) - Method in class com.sun.data.provider.impl.IndexRowKey
Standard equals implementation.
equals(Object) - Method in class com.sun.data.provider.impl.MapDataProvider.MapFieldKey
Standard equals implementation.
equals(Object) - Method in class com.sun.data.provider.impl.ObjectArrayRowKey
Standard equals implementation.
equals(Object) - Method in class com.sun.data.provider.impl.ObjectRowKey
Standard equals implementation.

F

FieldIdSortCriteria - class com.sun.data.provider.impl.FieldIdSortCriteria.
The FieldIdSortCriteria class is an implementation of SortCriteria that simply retrieves the sort value from the TableDataProvider for the current RowKey using the specified fieldId, which is used to dynamically retrieve a FieldKey.
FieldIdSortCriteria() - Constructor for class com.sun.data.provider.impl.FieldIdSortCriteria
Constructs a FieldIdSortCriteria with no associated FieldKey.
FieldIdSortCriteria(String) - Constructor for class com.sun.data.provider.impl.FieldIdSortCriteria
Constructs a FieldIdSortCriteria with the specified fieldId to use to fetch a FieldKey.
FieldIdSortCriteria(String, boolean) - Constructor for class com.sun.data.provider.impl.FieldIdSortCriteria
Constructs a FieldIdSortCriteria with the specified fieldId and ascending state.
FieldKey - class com.sun.data.provider.FieldKey.
FieldKey is a representation of an identifier for a specific data element that may be retrieved from a DataProvider.
FieldKey(String) - Constructor for class com.sun.data.provider.FieldKey
Constructs a new FieldKey with the specified cannonical ID.
FieldKey(String, String) - Constructor for class com.sun.data.provider.FieldKey
Constructs a new FieldKey with the specified cannonical ID and display name.
FieldKeySortCriteria - class com.sun.data.provider.impl.FieldKeySortCriteria.
The FieldKeySortCriteria class is an implementation of SortCriteria that simply retrieves the sort value from the TableDataProvider for the current RowKey using the specified FieldKey.
FieldKeySortCriteria() - Constructor for class com.sun.data.provider.impl.FieldKeySortCriteria
Constructs a FieldKeySortCriteria with no associated FieldKey.
FieldKeySortCriteria(FieldKey) - Constructor for class com.sun.data.provider.impl.FieldKeySortCriteria
Constructs a FieldKeySortCriteria with the specified FieldKey.
FieldKeySortCriteria(FieldKey, boolean) - Constructor for class com.sun.data.provider.impl.FieldKeySortCriteria
Constructs a FieldKeySortCriteria with the specified FieldKey and ascending state.
FilterCriteria - class com.sun.data.provider.FilterCriteria.
The FilterCriteria class defines a single filter criteria for a TableDataFilter.
FilterCriteria() - Constructor for class com.sun.data.provider.FilterCriteria
Constructs a new FilterCriteria object with no display name and the default state for include (true).
FilterCriteria(String) - Constructor for class com.sun.data.provider.FilterCriteria
Constructs a new FilterCriteria object with the specified display name and the default state for the include/exclude (true == include).
FilterCriteria(String, boolean) - Constructor for class com.sun.data.provider.FilterCriteria
Constructs a new FilterCriteria object with the specified display name and state for include/exclude (true == include).
FilteredTableDataProvider - class com.sun.data.provider.impl.FilteredTableDataProvider.
Specialized TableDataProvider that is filtered by a specified TableDataFilter.
FilteredTableDataProvider() - Constructor for class com.sun.data.provider.impl.FilteredTableDataProvider
 
fieldKeys - Variable in class com.sun.data.provider.impl.AbstractDataProvider
storage for the list of FieldKeys in this DataProvider
filter(TableDataProvider, RowKey[]) - Method in interface com.sun.data.provider.TableDataFilter
Performs a filter operation on the passed set of RowKey objects.
filter(TableDataProvider, RowKey[]) - Method in class com.sun.data.provider.impl.BasicTableDataFilter
This method iterates the passed rows and contained FilterCriteria and invokes the match() method on each.
filter - Variable in class com.sun.data.provider.impl.FilteredTableDataProvider
 
filterCriteria - Variable in class com.sun.data.provider.impl.BasicTableDataFilter
storage for the filter criteria
filterCriteria - Variable in class com.sun.data.provider.impl.NestedFilterCriteria
storage for the nested filter criteria
findAll(String, Object) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
 
findAll(String[], Object[]) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
 
findAll(FieldKey, Object) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
Finds all rows with the specified value stored under the specified field key.
findAll(FieldKey[], Object[]) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
Finds all rows with the specified values stored under the specified field keys.
findFirst(String, Object) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
 
findFirst(String[], Object[]) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
 
findFirst(FieldKey, Object) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
Finds the first row with the specified value stored under the specified field key.
findFirst(FieldKey[], Object[]) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
Finds the first row with the specified values stored under the specified field keys.
fireChangesCommitted() - Method in class com.sun.data.provider.impl.BasicTransactionalDataProvider
Fires a changesCommtted event to each registered TransactionalDataListener
fireChangesCommitted() - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider
Fires a changesCommtted event to each registered TransactionalDataListener
fireChangesCommitted() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider
Fires a changesCommtted event to each registered TransactionalDataListener.
fireChangesReverted() - Method in class com.sun.data.provider.impl.BasicTransactionalDataProvider
Fires a changesReverted event to each registered TransactionalDataListener
fireChangesReverted() - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider
Fires a changesReverted event to each registered TransactionalDataListener
fireChangesReverted() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider
Fires a changesReverted event to each registered TransactionalDataListener.
fireCursorChanged(RowKey, RowKey) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
Fires a cursorChanged event to all registered TableCursorListeners
fireCursorChanging(RowKey, RowKey) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
Fires a cursorChanging event to all registered TableCursorListeners.
fireProviderChanged() - Method in class com.sun.data.provider.impl.AbstractDataProvider
Fires a providerChanged event to each registered DataListener
fireRefreshed() - Method in class com.sun.data.provider.impl.MethodResultDataProvider
Fires a refreshed event to each registered RefreshableDataListener
fireRefreshed() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
Fires a refreshed event to each registered RefreshableDataListener
fireRowAdded(RowKey) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
Fires a rowAdded event to all registered TableDataListeners
fireRowRemoved(RowKey) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
Fires a rowRemoved event to all registered TableDataListeners
fireValueChanged(FieldKey, Object, Object) - Method in class com.sun.data.provider.impl.AbstractDataProvider
Fires a valueChanged event to each registered DataListener
fireValueChanged(FieldKey, RowKey, Object, Object) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
Fires a valueChanged event to all registered TableDataListeners

G

getAllRows() - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
Returns all the RowKeys, which may force the underlying dataprovider to go and perform an expensive operation to fetch them.
getAllRows() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider
Returns all the RowKeys, which may force the underlying dataprovider to go and perform an expensive operation to fetch them.
getArray() - Method in class com.sun.data.provider.impl.ObjectArrayDataProvider
Return the array that we are wrapping.
getCachedRowSet() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider
Return the CachedRowSet that we are wrapping.
getCollectionElementType() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
 
getCompareLocale() - Method in class com.sun.data.provider.impl.CompareFilterCriteria
 
getCompareValue() - Method in class com.sun.data.provider.impl.CompareFilterCriteria
 
getCriteriaKey() - Method in class com.sun.data.provider.SortCriteria
Returns a String uniquely identifying this sort criteria.
getCriteriaKey() - Method in class com.sun.data.provider.impl.FieldIdSortCriteria
Returns the fieldId.
getCriteriaKey() - Method in class com.sun.data.provider.impl.FieldKeySortCriteria
Returns the FieldKey's fieldId.
getCursorIndex() - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
 
getCursorIndex() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider
 
getCursorIndex() - Method in class com.sun.data.provider.impl.ListDataProvider
 
getCursorRow() - Method in interface com.sun.data.provider.TableDataProvider
 
getCursorRow() - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
getCursorRow() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider
getCursorRow() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
getDataClassInstance() - Method in class com.sun.data.provider.impl.MethodResultDataProvider
Returns the dataClassInstance that contains the dataMethod to be invoked.
getDataClassInstance() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
Returns the dataClassInstance that contains the dataMethod to be invoked.
getDataListeners() - Method in interface com.sun.data.provider.DataProvider
 
getDataListeners() - Method in class com.sun.data.provider.impl.AbstractDataProvider
getDataListeners() - Method in class com.sun.data.provider.impl.MethodResultDataProvider
getDataListeners() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
getDataMethod() - Method in class com.sun.data.provider.impl.MethodResultDataProvider
Returns the currently set dataMethod
getDataMethod() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
Returns the currently set dataMethod
getDataMethodArguments() - Method in class com.sun.data.provider.impl.MethodResultDataProvider
Returns the dataMethodArguments
getDataMethodArguments() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
Returns the dataMethodArguments
getDataProvider() - Method in class com.sun.data.provider.impl.BasicTransactionalDataProvider
 
getDisplayName() - Method in class com.sun.data.provider.FieldKey
 
getDisplayName() - Method in class com.sun.data.provider.FilterCriteria
Returns the display name for this filter criteria.
getDisplayName() - Method in class com.sun.data.provider.SortCriteria
Returns the display name for this sort criteria.
getDisplayName() - Method in class com.sun.data.provider.impl.CompareFilterCriteria
 
getDisplayName() - Method in class com.sun.data.provider.impl.FieldIdSortCriteria
If no display name is set, this returns the fieldId.
getDisplayName() - Method in class com.sun.data.provider.impl.FieldKeySortCriteria
If no display name is set, this returns the FieldKey's display name.
getDisplayName() - Method in class com.sun.data.provider.impl.RegexFilterCriteria
 
getExpression() - Method in class com.sun.data.provider.impl.RegexFilterCriteria
 
getFakeData(Class) - Static method in class com.sun.data.provider.impl.AbstractDataProvider
This helper method defers to AbstractDataProvider.getFakeData(Class, Class) passing null as the collectionElementType.
getFakeData(Class, Class) - Static method in class com.sun.data.provider.impl.AbstractDataProvider
This helper method produces fake data for use during design-time.
getFieldId() - Method in class com.sun.data.provider.FieldKey
 
getFieldId() - Method in class com.sun.data.provider.impl.FieldIdSortCriteria
Returns the fieldId to use to retrieve a FieldKey for this sort criteria.
getFieldKey(String) - Method in interface com.sun.data.provider.DataProvider
Returns the FieldKey associated with the specified data element canonical id, if any; otherwise, return null.
getFieldKey(String) - Method in class com.sun.data.provider.impl.AbstractDataProvider

Returns the FieldKey associated with the specified data element canonical id, if any; otherwise, return null.

getFieldKey(String) - Method in class com.sun.data.provider.impl.BasicTransactionalDataProvider

Returns the FieldKey associated with the specified data element canonical id, if any; otherwise, return null.

getFieldKey(String) - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider
 
getFieldKey(String) - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

Returns the FieldKey associated with the specified data element canonical id, if any; otherwise, return null.

getFieldKey() - Method in class com.sun.data.provider.impl.CompareFilterCriteria
 
getFieldKey() - Method in class com.sun.data.provider.impl.FieldKeySortCriteria
Returns the FieldKey to use for this sort criteria.
getFieldKey(String) - Method in class com.sun.data.provider.impl.FilteredTableDataProvider
 
getFieldKey(String) - Method in class com.sun.data.provider.impl.MapDataProvider
Returns a MapDataProvider.MapFieldKey corresponding to the specified id.
getFieldKey(String) - Method in class com.sun.data.provider.impl.MethodResultDataProvider

Returns the FieldKey associated with the specified data element canonical id, if any; otherwise, return null.

getFieldKey(String) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Returns the FieldKey associated with the specified data element canonical id, if any; otherwise, return null.

getFieldKey(String) - Method in class com.sun.data.provider.impl.ObjectArrayDataProvider

Returns the FieldKey associated with the specified data element canonical id, if any; otherwise, return null.

getFieldKey(String) - Method in class com.sun.data.provider.impl.ObjectDataProvider

Returns the FieldKey associated with the specified data element canonical id, if any; otherwise, return null.

getFieldKey(String) - Method in class com.sun.data.provider.impl.ObjectFieldKeySupport
Return the FieldKey associated with the specified canonical identifier, if any; otherwise, return null.
getFieldKey(String) - Method in class com.sun.data.provider.impl.ObjectListDataProvider

Returns the FieldKey associated with the specified data element canonical id, if any; otherwise, return null.

getFieldKey() - Method in class com.sun.data.provider.impl.RegexFilterCriteria
 
getFieldKey(String) - Method in class com.sun.data.provider.impl.TableRowDataProvider
 
getFieldKeys() - Method in interface com.sun.data.provider.DataProvider
 
getFieldKeys() - Method in class com.sun.data.provider.impl.AbstractDataProvider
getFieldKeys() - Method in class com.sun.data.provider.impl.BasicTransactionalDataProvider
getFieldKeys() - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider
 
getFieldKeys() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider
getFieldKeys() - Method in class com.sun.data.provider.impl.FilteredTableDataProvider
 
getFieldKeys() - Method in class com.sun.data.provider.impl.MapDataProvider
 
getFieldKeys() - Method in class com.sun.data.provider.impl.MethodResultDataProvider
getFieldKeys() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
getFieldKeys() - Method in class com.sun.data.provider.impl.ObjectArrayDataProvider
getFieldKeys() - Method in class com.sun.data.provider.impl.ObjectDataProvider
getFieldKeys() - Method in class com.sun.data.provider.impl.ObjectFieldKeySupport
Return an array of all supported FieldKeys.
getFieldKeys() - Method in class com.sun.data.provider.impl.ObjectListDataProvider
getFieldKeys() - Method in class com.sun.data.provider.impl.TableRowDataProvider
 
getFilterCriteria() - Method in interface com.sun.data.provider.TableDataFilter
Returns the current filter criteria on this data filterer.
getFilterCriteria() - Method in class com.sun.data.provider.impl.BasicTableDataFilter

Returns the current filter criteria on this data filterer.

getFilterCriteria() - Method in class com.sun.data.provider.impl.NestedFilterCriteria
 
getIndex() - Method in class com.sun.data.provider.impl.IndexRowKey
Returns the index of this IndexRowKey
getList() - Method in class com.sun.data.provider.impl.ListDataProvider
 
getList() - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Return the List that we are wrapping.
getMap() - Method in class com.sun.data.provider.impl.MapDataProvider
 
getMapKey() - Method in class com.sun.data.provider.impl.MapDataProvider.MapFieldKey
 
getObject() - Method in class com.sun.data.provider.impl.ObjectDataProvider
 
getObject(RowKey) - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Returns the object stored at the specified row.
getObject() - Method in class com.sun.data.provider.impl.ObjectRowKey
Returns the object of this ObjectRowKey
getObjectType() - Method in class com.sun.data.provider.impl.ObjectArrayDataProvider
Return the object type that this data provider contains.
getObjectType() - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Return the object type that this data provider contains.
getObjects() - Method in class com.sun.data.provider.impl.ObjectArrayRowKey
Returns the Object[] of this ObjectArrayRowKey
getObjects() - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Return the contained objects as an array.
getRefreshableDataListeners() - Method in interface com.sun.data.provider.RefreshableDataProvider
 
getRefreshableDataListeners() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider
getRefreshableDataListeners() - Method in class com.sun.data.provider.impl.MethodResultDataProvider
getRefreshableDataListeners() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
getResultObject() - Method in class com.sun.data.provider.impl.MethodResultDataProvider
Read-only access to the result object from the invokation of the dataMethod
getResultObject() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
Read-only access to the result object from the invokation of the dataMethod
getResultObjects() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
Read-only access to the result object array from the invokation of the dataMethod
getRowCount() - Method in interface com.sun.data.provider.TableDataProvider
 
getRowCount() - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
getRowCount() - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider
getRowCount() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider
getRowCount() - Method in class com.sun.data.provider.impl.FilteredTableDataProvider
getRowCount() - Method in class com.sun.data.provider.impl.ListDataProvider
getRowCount() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
getRowCount() - Method in class com.sun.data.provider.impl.ObjectArrayDataProvider
getRowCount() - Method in class com.sun.data.provider.impl.ObjectListDataProvider
getRowId() - Method in class com.sun.data.provider.RowKey
 
getRowId() - Method in class com.sun.data.provider.impl.ObjectArrayRowKey
Returns the pattern: object1hash|object2hash|object3hash
getRowIndex(RowKey) - Method in class com.sun.data.provider.impl.ListDataProvider
 
getRowKey(String) - Method in interface com.sun.data.provider.TableDataProvider
Returns a RowKey for the specified rowId.
getRowKey(String) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
 
getRowKey(String) - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider
getRowKey(String) - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider
 
getRowKey(String) - Method in class com.sun.data.provider.impl.FilteredTableDataProvider
getRowKey(String) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
Returns a RowKey for the specified rowId. This allows a RowKey to be stored off as a simple string, which can be resolved into an instance of a RowKey at a later date.
getRowKeys(int, RowKey) - Method in interface com.sun.data.provider.TableDataProvider
Returns an array of RowKey objects representing the requested batch of RowKeys.
getRowKeys(int, RowKey) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
Returns an array of RowKey objects representing the requested batch of RowKeys. If null is passed as the afterRow parameter, the returned batch of RowKeys will start with the first one.
getRowKeys(int, RowKey) - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider
Returns an array of RowKey objects representing the requested batch of RowKeys. If null is passed as the afterRow parameter, the returned batch of RowKeys will start with the first one.
getRowKeys(int, RowKey) - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider
Returns an array of RowKey objects representing the requested batch of RowKeys. If null is passed as the afterRow parameter, the returned batch of RowKeys will start with the first one.
getRowKeys(int, RowKey) - Method in class com.sun.data.provider.impl.FilteredTableDataProvider
Returns an array of RowKey objects representing the requested batch of RowKeys. If null is passed as the afterRow parameter, the returned batch of RowKeys will start with the first one.
getRowKeys(int, RowKey) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
Returns an array of RowKey objects representing the requested batch of RowKeys. If null is passed as the afterRow parameter, the returned batch of RowKeys will start with the first one.
getSortCriteria() - Method in interface com.sun.data.provider.TableDataSorter
Returns the current sort criteria on this data sorter.
getSortCriteria() - Method in class com.sun.data.provider.impl.BasicTableDataSorter

Returns the current sort criteria on this data sorter.

getSortLocale() - Method in interface com.sun.data.provider.TableDataSorter
Gets the sort locale used when comparing objects.
getSortLocale() - Method in class com.sun.data.provider.impl.BasicTableDataSorter

Gets the sort locale used when comparing objects. If none is set, the default locale should be used via Locale.getDefault().

getSortValue(TableDataProvider, RowKey) - Method in class com.sun.data.provider.SortCriteria
Provides the data value to use while sorting a particular row.
getSortValue(TableDataProvider, RowKey) - Method in class com.sun.data.provider.impl.FieldIdSortCriteria
Returns the value from the TableDataProvider stored under the FieldKey (retrieved using the fieldId) and RowKey.
getSortValue(TableDataProvider, RowKey) - Method in class com.sun.data.provider.impl.FieldKeySortCriteria
Returns the value from the TableDataProvider stored under the FieldKey and RowKey.
getTableCursorListeners() - Method in interface com.sun.data.provider.TableDataProvider
 
getTableCursorListeners() - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
getTableCursorListeners() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
getTableDataFilter() - Method in class com.sun.data.provider.impl.FilteredTableDataProvider
 
getTableDataListeners() - Method in interface com.sun.data.provider.TableDataProvider
 
getTableDataListeners() - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
getTableDataListeners() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
getTableDataProvider() - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider
 
getTableDataProvider() - Method in class com.sun.data.provider.impl.FilteredTableDataProvider
 
getTableDataProvider() - Method in class com.sun.data.provider.impl.TableRowDataProvider
 
getTableRow() - Method in class com.sun.data.provider.impl.TableRowDataProvider
 
getTransactionalDataListeners() - Method in interface com.sun.data.provider.TransactionalDataProvider
 
getTransactionalDataListeners() - Method in class com.sun.data.provider.impl.BasicTransactionalDataProvider
getTransactionalDataListeners() - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider
getTransactionalDataListeners() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider
getTransactionalDataListeners() - Method in class com.sun.data.provider.impl.ObjectListDataProvider
getType(FieldKey) - Method in interface com.sun.data.provider.DataProvider
Returns the data type of the data element referenced by the specified data key.
getType(FieldKey) - Method in class com.sun.data.provider.impl.AbstractDataProvider

Returns the data type of the data element referenced by the specified data key.

getType(String) - Method in class com.sun.data.provider.impl.AbstractDataProvider
 
getType(FieldKey) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

Returns the data type of the data element referenced by the specified data key.

getType(FieldKey) - Method in class com.sun.data.provider.impl.BasicTransactionalDataProvider
 
getType(FieldKey) - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider

Returns the data type of the data element referenced by the specified data key.

getType(FieldKey) - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

Returns the data type of the data element referenced by the specified data key.

getType(FieldKey) - Method in class com.sun.data.provider.impl.FilteredTableDataProvider

Returns the data type of the data element referenced by the specified data key.

getType(FieldKey) - Method in class com.sun.data.provider.impl.ListDataProvider
NOTE: FieldKey is ignored in this class.
getType(FieldKey) - Method in class com.sun.data.provider.impl.MapDataProvider
 
getType(FieldKey) - Method in class com.sun.data.provider.impl.MethodResultDataProvider

Returns the data type of the data element referenced by the specified data key.

getType(FieldKey) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Returns the data type of the data element referenced by the specified data key.

getType(FieldKey) - Method in class com.sun.data.provider.impl.ObjectArrayDataProvider

Returns the data type of the data element referenced by the specified data key.

getType(FieldKey) - Method in class com.sun.data.provider.impl.ObjectDataProvider

Returns the data type of the data element referenced by the specified data key.

getType(FieldKey) - Method in class com.sun.data.provider.impl.ObjectFieldKeySupport
Return the type of the field associated with the specified FieldKey, if it can be determined; otherwise, return null.
getType(FieldKey) - Method in class com.sun.data.provider.impl.ObjectListDataProvider

Returns the data type of the data element referenced by the specified data key.

getType(FieldKey) - Method in class com.sun.data.provider.impl.TableRowDataProvider
 
getValue(FieldKey) - Method in interface com.sun.data.provider.DataProvider
Returns value of the data element referenced by the specified FieldKey.
getValue(FieldKey, RowKey) - Method in interface com.sun.data.provider.TableDataProvider
Return value of the data element referenced by the specified FieldKey and RowKey.
getValue(FieldKey) - Method in class com.sun.data.provider.impl.AbstractDataProvider

Returns value of the data element referenced by the specified FieldKey.

getValue(String) - Method in class com.sun.data.provider.impl.AbstractDataProvider
 
getValue(FieldKey, RowKey) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

Return value of the data element referenced by the specified FieldKey and RowKey.

getValue(String, RowKey) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
 
getValue(FieldKey) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

Returns value of the data element referenced by the specified FieldKey.

getValue(FieldKey) - Method in class com.sun.data.provider.impl.BasicTransactionalDataProvider

Returns value of the data element referenced by the specified FieldKey.

getValue(FieldKey, RowKey) - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider

Return value of the data element referenced by the specified FieldKey and RowKey.

getValue(FieldKey, RowKey) - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

Return value of the data element referenced by the specified FieldKey and RowKey.

getValue(FieldKey, RowKey) - Method in class com.sun.data.provider.impl.FilteredTableDataProvider

Return value of the data element referenced by the specified FieldKey and RowKey.

getValue(FieldKey, RowKey) - Method in class com.sun.data.provider.impl.ListDataProvider
NOTE: FieldKey is ignored in this class.
getValue(FieldKey) - Method in class com.sun.data.provider.impl.MapDataProvider
Returns the value stored under the specified FieldKey in the Map.
getValue(FieldKey) - Method in class com.sun.data.provider.impl.MethodResultDataProvider

Returns value of the data element referenced by the specified FieldKey.

getValue(FieldKey) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Returns value of the data element referenced by the specified FieldKey.

getValue(FieldKey, RowKey) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Return value of the data element referenced by the specified FieldKey and RowKey.

getValue(FieldKey) - Method in class com.sun.data.provider.impl.ObjectArrayDataProvider

Returns value of the data element referenced by the specified FieldKey.

getValue(FieldKey, RowKey) - Method in class com.sun.data.provider.impl.ObjectArrayDataProvider

Return value of the data element referenced by the specified FieldKey and RowKey.

getValue(FieldKey) - Method in class com.sun.data.provider.impl.ObjectDataProvider

Returns value of the data element referenced by the specified FieldKey.

getValue(FieldKey, Object) - Method in class com.sun.data.provider.impl.ObjectFieldKeySupport
Return the value for the specified FieldKey, from the specified base object.
getValue(FieldKey) - Method in class com.sun.data.provider.impl.ObjectListDataProvider

Returns value of the data element referenced by the specified FieldKey.

getValue(FieldKey, RowKey) - Method in class com.sun.data.provider.impl.ObjectListDataProvider

Return value of the data element referenced by the specified FieldKey and RowKey.

getValue(FieldKey) - Method in class com.sun.data.provider.impl.TableRowDataProvider
 

I

IndexRowKey - class com.sun.data.provider.impl.IndexRowKey.
IndexRowKey uses an int index as the identifier for a data row in a TableDataProvider.
IndexRowKey(int) - Constructor for class com.sun.data.provider.impl.IndexRowKey
Constructs an IndexRowKey using the specified index
insertRow(RowKey) - Method in interface com.sun.data.provider.TableDataProvider
Inserts a new row at the specified row.
insertRow(RowKey) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

Inserts a new row at the specified row.

NOTE: The method should only be called after testing the canInsertRow(RowKey beforeRow) to see if this TableDataProvider supports resizing.

insertRow(RowKey) - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider

Inserts a new row at the specified row.

NOTE: The method should only be called after testing the canInsertRow(RowKey beforeRow) to see if this TableDataProvider supports resizing.

insertRow(RowKey) - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

Inserts a new row at the specified row.

NOTE: The method should only be called after testing the canInsertRow(RowKey beforeRow) to see if this TableDataProvider supports resizing.

insertRow(RowKey) - Method in class com.sun.data.provider.impl.FilteredTableDataProvider

Inserts a new row at the specified row.

NOTE: The method should only be called after testing the canInsertRow(RowKey beforeRow) to see if this TableDataProvider supports resizing.

insertRow(RowKey) - Method in class com.sun.data.provider.impl.ListDataProvider

Inserts a new row at the specified row.

NOTE: The method should only be called after testing the canInsertRow(RowKey beforeRow) to see if this TableDataProvider supports resizing.

insertRow(RowKey) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Inserts a new row at the specified row.

NOTE: The method should only be called after testing the canInsertRow(RowKey beforeRow) to see if this TableDataProvider supports resizing.

insertRow(RowKey) - Method in class com.sun.data.provider.impl.ObjectArrayDataProvider

Inserts a new row at the specified row.

NOTE: The method should only be called after testing the canInsertRow(RowKey beforeRow) to see if this TableDataProvider supports resizing.

insertRow(RowKey) - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Construct a new instance of the specified object type and insert it at the specified position in the list.
invokeDataMethod() - Method in class com.sun.data.provider.impl.MethodResultDataProvider
Invokes the dataMethod using the arguments specified by the dataMethodArguments property.
invokeDataMethod(Object[]) - Method in class com.sun.data.provider.impl.MethodResultDataProvider
Invokes the dataMethod using the specified arguments.
invokeDataMethod() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
Invokes the dataMethod using the arguments specified by the dataMethodArguments property.
invokeDataMethod(Object[]) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
Invokes the dataMethod using the specified arguments.
isAscending() - Method in class com.sun.data.provider.SortCriteria
Returns the ascending sort state for this SortCriteria
isAssignable(FieldKey, Object) - Method in class com.sun.data.provider.impl.ObjectFieldKeySupport
Return true if the specified value may be successfully assigned to the specified field.
isInclude() - Method in class com.sun.data.provider.FilterCriteria
Returns the include/exclude setting for this FilterCriteria.
isIncludeFields() - Method in class com.sun.data.provider.impl.MethodResultDataProvider
 
isIncludeFields() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
 
isIncludeFields() - Method in class com.sun.data.provider.impl.ObjectArrayDataProvider
Return the state of the includeFields property.
isIncludeFields() - Method in class com.sun.data.provider.impl.ObjectDataProvider
 
isIncludeFields() - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Return the state of the includeFields property.
isMatchAllCriteria() - Method in class com.sun.data.provider.impl.BasicTableDataFilter
Gets the matchAllCriteria property.
isMatchAllCriteria() - Method in class com.sun.data.provider.impl.NestedFilterCriteria
Gets the matchAllCriteria property.
isMatchEqualTo() - Method in class com.sun.data.provider.impl.CompareFilterCriteria
 
isMatchGreaterThan() - Method in class com.sun.data.provider.impl.CompareFilterCriteria
 
isMatchLessThan() - Method in class com.sun.data.provider.impl.CompareFilterCriteria
 
isReadOnly(FieldKey) - Method in interface com.sun.data.provider.DataProvider
Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.
isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.AbstractDataProvider

Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.

isReadOnly(String) - Method in class com.sun.data.provider.impl.AbstractDataProvider
 
isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.

isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.BasicTransactionalDataProvider

Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.

isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider

Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.

isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.

isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.FilteredTableDataProvider

Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.

isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.ListDataProvider
NOTE: FieldKey is ignored in this class.
isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.MapDataProvider
None of the Map entries are read-only, so this method always returns false.
isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.MethodResultDataProvider

Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.

isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.

isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.ObjectArrayDataProvider

Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.

isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.ObjectDataProvider

Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.

isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.ObjectFieldKeySupport
Return the read only state of the field associated with the specified FieldKey, if it can be determined, otherwise, return true.
isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.ObjectListDataProvider

Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.

isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.TableRowDataProvider
 
isRemoved(RowKey) - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Return true if the specified row has been marked for removal on the next call to commitChanges().
isRowAvailable(RowKey) - Method in interface com.sun.data.provider.TableDataProvider
Returns true if the specified RowKey represents data elements that are supported by this TableDataProvider; otherwise, return false
isRowAvailable(RowKey) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
Returns true if the specified RowKey represents data elements that are supported by this TableDataProvider; otherwise, return false
isRowAvailable(RowKey) - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider
Returns true if the specified RowKey represents data elements that are supported by this TableDataProvider; otherwise, return false
isRowAvailable(RowKey) - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider
Returns true if the specified RowKey represents data elements that are supported by this TableDataProvider; otherwise, return false
isRowAvailable(RowKey) - Method in class com.sun.data.provider.impl.FilteredTableDataProvider
Returns true if the specified RowKey represents data elements that are supported by this TableDataProvider; otherwise, return false
isRowAvailable(RowKey) - Method in class com.sun.data.provider.impl.ListDataProvider
Returns true if the specified RowKey represents data elements that are supported by this TableDataProvider; otherwise, return false
isRowAvailable(RowKey) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
Returns true if the specified RowKey represents data elements that are supported by this TableDataProvider; otherwise, return false
isRowAvailable(RowKey) - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Return true if the specified RowKey represents a row in the original list, or a row that has been appended.
isUserResizable() - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Return the current state of the userResizable property.

L

ListDataProvider - class com.sun.data.provider.impl.ListDataProvider.
This TableDataProvider implementation wraps the contents of a List.
ListDataProvider() - Constructor for class com.sun.data.provider.impl.ListDataProvider
Constructs a new ListDataProvider using the default internal storage
ListDataProvider(List) - Constructor for class com.sun.data.provider.impl.ListDataProvider
Constructs a new ListDataProvider using the specified List as internal storage.
list - Variable in class com.sun.data.provider.impl.ListDataProvider
Storage for the internal List (ArrayList by default)

M

MapDataProvider - class com.sun.data.provider.impl.MapDataProvider.
This DataProvider wraps access to a standard Map.
MapDataProvider() - Constructor for class com.sun.data.provider.impl.MapDataProvider
Constructs a new MapDataProvider using a default HashMap as the internal storage.
MapDataProvider(Map) - Constructor for class com.sun.data.provider.impl.MapDataProvider
Constructs a new MapDataProvider using the specified Map as the internal storage.
MapDataProvider.MapFieldKey - class com.sun.data.provider.impl.MapDataProvider.MapFieldKey.
MapFieldKey is a FieldKey that contains an untyped Object to use as a key for a map value.
MapDataProvider.MapFieldKey(Object) - Constructor for class com.sun.data.provider.impl.MapDataProvider.MapFieldKey
Constructs a new MapFieldKey using the specified mapKey as the object map key.
MapListDataProvider - class com.sun.data.provider.impl.MapListDataProvider.
 
MapListDataProvider() - Constructor for class com.sun.data.provider.impl.MapListDataProvider
 
MethodResultDataProvider - class com.sun.data.provider.impl.MethodResultDataProvider.
A DataProvider implementation to wrap the singleton (non-array) return value from a method.
MethodResultDataProvider() - Constructor for class com.sun.data.provider.impl.MethodResultDataProvider
Constructs a new MethodResultDataProvider with no dataClassInstance or dataMethod specified.
MethodResultDataProvider(Object, Method) - Constructor for class com.sun.data.provider.impl.MethodResultDataProvider
Constructs a new MethodResultDataProvider using the specified dataClassInstance and dataMethod.
MethodResultTableDataProvider - class com.sun.data.provider.impl.MethodResultTableDataProvider.
A TableDataProvider implementation to wrap the return value from a method.
MethodResultTableDataProvider() - Constructor for class com.sun.data.provider.impl.MethodResultTableDataProvider
Constructs a new MethodResultTableDataProvider with no dataClassInstance or dataMethod specified.
MethodResultTableDataProvider(Object, Method) - Constructor for class com.sun.data.provider.impl.MethodResultTableDataProvider
Constructs a new MethodResultTableDataProvider using the specified dataClassInstance and dataMethod.
map - Variable in class com.sun.data.provider.impl.MapDataProvider
The internal storage Map, initially a HashMap
mapKey - Variable in class com.sun.data.provider.impl.MapDataProvider.MapFieldKey
Storage for the object map key
match(TableDataProvider, RowKey) - Method in class com.sun.data.provider.FilterCriteria
Determines wether or not a particular row matches this filter criteria.
match(TableDataProvider, RowKey) - Method in class com.sun.data.provider.impl.CompareFilterCriteria
This method tests a match by comparing the compareValue and the data value stored under the FieldKey at the specified row.
match(TableDataProvider, RowKey) - Method in class com.sun.data.provider.impl.NestedFilterCriteria
This method iterates the nested FilterCriteria and invokes the match() method on each.
match(TableDataProvider, RowKey) - Method in class com.sun.data.provider.impl.RegexFilterCriteria
This method tests for a pattern match in the toString() value of the data item stored under the FieldKey at the specified row.
matchAll - Variable in class com.sun.data.provider.impl.BasicTableDataFilter
storage for the matchAllCriteria property (default is true)
matchAll - Variable in class com.sun.data.provider.impl.NestedFilterCriteria
storage for the matchAllCriteria property (default is true)
matchEqualTo - Variable in class com.sun.data.provider.impl.CompareFilterCriteria
 
matchGreaterThan - Variable in class com.sun.data.provider.impl.CompareFilterCriteria
 
matchLessThan - Variable in class com.sun.data.provider.impl.CompareFilterCriteria
 

N

NestedFilterCriteria - class com.sun.data.provider.impl.NestedFilterCriteria.
The NestedFilterCriteria class defines a set of nested filter criteria for a TableDataFilter.
NestedFilterCriteria() - Constructor for class com.sun.data.provider.impl.NestedFilterCriteria
 
NestedFilterCriteria(String) - Constructor for class com.sun.data.provider.impl.NestedFilterCriteria
 
NestedFilterCriteria(String, boolean) - Constructor for class com.sun.data.provider.impl.NestedFilterCriteria
 
NestedFilterCriteria(String, boolean, FilterCriteria[]) - Constructor for class com.sun.data.provider.impl.NestedFilterCriteria
 

O

ObjectArrayDataProvider - class com.sun.data.provider.impl.ObjectArrayDataProvider.
This TableDataProvider wraps access to an array of Java Objects.
ObjectArrayDataProvider() - Constructor for class com.sun.data.provider.impl.ObjectArrayDataProvider
Construct a new ObjectArrayDataProvider with no known data.
ObjectArrayDataProvider(Object[]) - Constructor for class com.sun.data.provider.impl.ObjectArrayDataProvider
Constructs a new ObjectArraytDataProvider wrapping the specified array.
ObjectArrayDataProvider(Object[], boolean) - Constructor for class com.sun.data.provider.impl.ObjectArrayDataProvider
Constructs a new ObjectArraytDataProvider wrapping the specified array and value of the includeFields property.
ObjectArrayRowKey - class com.sun.data.provider.impl.ObjectArrayRowKey.
ObjectArrayRowKey uses an object array as the identifier for a data row in a TableDataProvider.
ObjectArrayRowKey(Object[]) - Constructor for class com.sun.data.provider.impl.ObjectArrayRowKey
Constructs an ObjectArrayRowKey using the specified array of objects
ObjectDataProvider - class com.sun.data.provider.impl.ObjectDataProvider.
This DataProvider wraps access to a single Java Object.
ObjectDataProvider() - Constructor for class com.sun.data.provider.impl.ObjectDataProvider
Constructs a new ObjectDataProvider with default settings, and no contained Object.
ObjectDataProvider(Object) - Constructor for class com.sun.data.provider.impl.ObjectDataProvider
Constructs a new ObjectDataProvider to wrap the specified Object.
ObjectDataProvider(Object, boolean) - Constructor for class com.sun.data.provider.impl.ObjectDataProvider
Creates a new ObjectDataProvider to wrap the specified Object.
ObjectFieldKeySupport - class com.sun.data.provider.impl.ObjectFieldKeySupport.
Support class for DataProvider implementations that need to instrospect Java classes to discover properties (and optionally public fields) and return FieldKey instances for them.
ObjectFieldKeySupport(Class, boolean) - Constructor for class com.sun.data.provider.impl.ObjectFieldKeySupport
Construct a new support instance wrapping the specified class, with the specified flag for including public fields.
ObjectListDataProvider - class com.sun.data.provider.impl.ObjectListDataProvider.
This TableDataProvider wraps access to a list of Java Objects.
ObjectListDataProvider() - Constructor for class com.sun.data.provider.impl.ObjectListDataProvider
Construct a new ObjectListDataProvider with no known object type.
ObjectListDataProvider(List) - Constructor for class com.sun.data.provider.impl.ObjectListDataProvider
Constructs a new ObjectListDataProvider wrapping the specified list.
ObjectListDataProvider(List, boolean) - Constructor for class com.sun.data.provider.impl.ObjectListDataProvider
Constructs a new ObjectListDataProvider wrapping the specified list with the specified include fields flag.
ObjectListDataProvider(Class) - Constructor for class com.sun.data.provider.impl.ObjectListDataProvider
Constructs a new ObjectListDataProvider for the specified object type.
ObjectListDataProvider(Class, boolean) - Constructor for class com.sun.data.provider.impl.ObjectListDataProvider
Constructs a new ObjectListDataProvider for the specified object type and includeFields property value.
ObjectRowKey - class com.sun.data.provider.impl.ObjectRowKey.
ObjectRowKey uses an object as the identifier for a data row in a TableDataProvider.
ObjectRowKey(Object) - Constructor for class com.sun.data.provider.impl.ObjectRowKey
Constructs an ObjectRowKey using the specified object

P

pattern - Variable in class com.sun.data.provider.impl.RegexFilterCriteria
Storage for the Pattern
provider - Variable in class com.sun.data.provider.impl.BasicTransactionalDataProvider
 
provider - Variable in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider
 
provider - Variable in class com.sun.data.provider.impl.FilteredTableDataProvider
 
providerChanged(DataProvider) - Method in class com.sun.data.provider.DataAdapter

Process an event indicating that the DataProvider has changed in a way outside the bounds of the other event methods.

providerChanged(DataProvider) - Method in interface com.sun.data.provider.DataListener
Process an event indicating that the DataProvider has changed in a way outside the bounds of the other event methods.

R

RefreshableDataAdapter - class com.sun.data.provider.RefreshableDataAdapter.
RefreshableDataProviderAdapter is an event listener adapter that provides a base implementation of RefreshableDataListener.
RefreshableDataAdapter() - Constructor for class com.sun.data.provider.RefreshableDataAdapter
 
RefreshableDataListener - interface com.sun.data.provider.RefreshableDataListener.
RefreshableDataListener is an event listener interface that supports processing events produced by a corresponding RefreshableDataProvider instance, in addition to those fired by the underlying DataProvider.
RefreshableDataProvider - interface com.sun.data.provider.RefreshableDataProvider.
Behavioral interface that is implemented by DataProvider classes that offer refresh support.
RegexFilterCriteria - class com.sun.data.provider.impl.RegexFilterCriteria.
The RegexFilterCriteria is an implementation of FilterCriteria that matches a regular expression with the toString() value of a FieldKey in a TableDataProvider.
RegexFilterCriteria() - Constructor for class com.sun.data.provider.impl.RegexFilterCriteria
 
RegexFilterCriteria(FieldKey) - Constructor for class com.sun.data.provider.impl.RegexFilterCriteria
 
RegexFilterCriteria(String) - Constructor for class com.sun.data.provider.impl.RegexFilterCriteria
 
RegexFilterCriteria(FieldKey, String) - Constructor for class com.sun.data.provider.impl.RegexFilterCriteria
 
RowKey - class com.sun.data.provider.RowKey.
RowKey is a representation of an identifier for a specific data row that may be retrieved from a TableDataProvider.
RowKey() - Constructor for class com.sun.data.provider.RowKey
Constructs an uninitialized RowKey.
RowKey(String) - Constructor for class com.sun.data.provider.RowKey
Constructs a new RowKey with the specified cannonical ID.
refresh() - Method in interface com.sun.data.provider.RefreshableDataProvider
Cause a re-fetch of whatever data this DataProvider is representing from the underlying source.
refresh() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

Cause a re-fetch of whatever data this DataProvider is representing from the underlying source. This may result in a JDBC call, or an EJB or web service method invokation, etc. Any cached changes in the DataProvider will be lost.

refresh() - Method in class com.sun.data.provider.impl.MethodResultDataProvider
Invokes the dataMethod on the dataClassInstance to refresh the data provider's contets
refresh() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
Invokes the dataMethod on the dataClassInstance to refresh the data provider's contets
refreshFieldKeys() - Method in class com.sun.data.provider.impl.MapDataProvider
Refreshes the list of FieldKeys to reflect the current contents of the Map.
refreshFieldKeys() - Method in class com.sun.data.provider.impl.MethodResultDataProvider
Refreshes the list of available fieldKeys (based on the return type of the dataMethod)
refreshFieldKeys() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
Refreshes the list of available fieldKeys (based on the return type of the dataMethod)
refreshed(RefreshableDataProvider) - Method in class com.sun.data.provider.RefreshableDataAdapter

The refresh() method was called on the specified RefreshableDataProvider.

refreshed(RefreshableDataProvider) - Method in interface com.sun.data.provider.RefreshableDataListener
The refresh() method was called on the specified RefreshableDataProvider.
removeDataListener(DataListener) - Method in interface com.sun.data.provider.DataProvider
Deregister an existing DataListener from this DataProvider instance.
removeDataListener(DataListener) - Method in class com.sun.data.provider.impl.AbstractDataProvider

Deregister an existing DataListener from this DataProvider instance.

removeDataListener(DataListener) - Method in class com.sun.data.provider.impl.MethodResultDataProvider

Deregister an existing DataListener from this DataProvider instance.

removeDataListener(DataListener) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Deregister an existing DataListener from this DataProvider instance.

removeFieldKey(FieldKey) - Method in class com.sun.data.provider.impl.AbstractDataProvider
Removes a FieldKey from the list of keys
removeFieldKeys(FieldKey[]) - Method in class com.sun.data.provider.impl.AbstractDataProvider
Removes an array of FieldKeys from the list
removeObject(Object) - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Remove the specified object from the list of contained objects.
removeObject(RowKey) - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Remove the object at the specified row from the list of contained objects.
removeRefreshableDataListener(RefreshableDataListener) - Method in interface com.sun.data.provider.RefreshableDataProvider
Deregister an existing RefreshableDataListener from RefreshableDataProvider instance.
removeRefreshableDataListener(RefreshableDataListener) - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

Deregister an existing RefreshableDataListener from RefreshableDataProvider instance.

removeRefreshableDataListener(RefreshableDataListener) - Method in class com.sun.data.provider.impl.MethodResultDataProvider

Deregister an existing RefreshableDataListener from RefreshableDataProvider instance.

removeRefreshableDataListener(RefreshableDataListener) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Deregister an existing RefreshableDataListener from RefreshableDataProvider instance.

removeRow(RowKey) - Method in interface com.sun.data.provider.TableDataProvider
Removes the specified row.
removeRow(RowKey) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

Removes the specified row.

NOTE: The method should only be called after testing the canRemoveRow(RowKey) method to see if this TableDataProvider supports removing rows.

removeRow(RowKey) - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider

Removes the specified row.

NOTE: The method should only be called after testing the canRemoveRow(RowKey) method to see if this TableDataProvider supports removing rows.

removeRow(RowKey) - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

Removes the specified row.

NOTE: The method should only be called after testing the canRemoveRow(RowKey) method to see if this TableDataProvider supports removing rows.

removeRow(RowKey) - Method in class com.sun.data.provider.impl.FilteredTableDataProvider

Removes the specified row.

NOTE: The method should only be called after testing the canRemoveRow(RowKey) method to see if this TableDataProvider supports removing rows.

removeRow(RowKey) - Method in class com.sun.data.provider.impl.ListDataProvider

Removes the specified row.

NOTE: The method should only be called after testing the canRemoveRow(RowKey) method to see if this TableDataProvider supports removing rows.

removeRow(RowKey) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Removes the specified row.

NOTE: The method should only be called after testing the canRemoveRow(RowKey) method to see if this TableDataProvider supports removing rows.

removeRow(RowKey) - Method in class com.sun.data.provider.impl.ObjectArrayDataProvider
Remove the object at the specified row from the list.
removeRow(RowKey) - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Remove the object at the specified row from the list.
removeTableCursorListener(TableCursorListener) - Method in interface com.sun.data.provider.TableDataProvider
Deregister an existing TableCursorListener from this TableDataProvider instance.
removeTableCursorListener(TableCursorListener) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

Deregister an existing TableCursorListener from this TableDataProvider instance.

removeTableCursorListener(TableCursorListener) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Deregister an existing TableCursorListener from this TableDataProvider instance.

removeTableDataListener(TableDataListener) - Method in interface com.sun.data.provider.TableDataProvider
Deregister an existing TableDataListener from this TableDataProvider instance.
removeTableDataListener(TableDataListener) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

Deregister an existing TableDataListener from this TableDataProvider instance.

removeTableDataListener(TableDataListener) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Deregister an existing TableDataListener from this TableDataProvider instance.

removeTransactionalDataListener(TransactionalDataListener) - Method in interface com.sun.data.provider.TransactionalDataProvider
Deregister an existing TransactionalDataListener from TransactionalDataProvider instance.
removeTransactionalDataListener(TransactionalDataListener) - Method in class com.sun.data.provider.impl.BasicTransactionalDataProvider

Deregister an existing TransactionalDataListener from TransactionalDataProvider instance.

removeTransactionalDataListener(TransactionalDataListener) - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider

Deregister an existing TransactionalDataListener from TransactionalDataProvider instance.

removeTransactionalDataListener(TransactionalDataListener) - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

Deregister an existing TransactionalDataListener from TransactionalDataProvider instance.

removeTransactionalDataListener(TransactionalDataListener) - Method in class com.sun.data.provider.impl.ObjectListDataProvider

Deregister an existing TransactionalDataListener from TransactionalDataProvider instance.

revertChanges() - Method in interface com.sun.data.provider.TransactionalDataProvider
Cause any cached changes to values of data elements supported by this DataProvider to be thrown away, so that the initial values are again visible.
revertChanges() - Method in class com.sun.data.provider.impl.BasicTransactionalDataProvider
 
revertChanges() - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider
 
revertChanges() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

Cause any cached changes to values of data elements supported by this DataProvider to be thrown away, so that the initial values are again visible.

revertChanges() - Method in class com.sun.data.provider.impl.ObjectListDataProvider

Cause any cached changes to values of data elements supported by this DataProvider to be thrown away, so that the initial values are again visible.

rowAdded(TableDataProvider, RowKey) - Method in class com.sun.data.provider.TableDataAdapter

A new row has been added to the TableDataProvider.

rowAdded(TableDataProvider, RowKey) - Method in interface com.sun.data.provider.TableDataListener
A new row has been added to the TableDataProvider.
rowKeyList - Variable in class com.sun.data.provider.impl.AbstractTableDataProvider
 
rowKeyMap - Variable in class com.sun.data.provider.impl.AbstractTableDataProvider
 
rowRemoved(TableDataProvider, RowKey) - Method in class com.sun.data.provider.TableDataAdapter

An row has been removed from the TableDataProvider.

rowRemoved(TableDataProvider, RowKey) - Method in interface com.sun.data.provider.TableDataListener
An row has been removed from the TableDataProvider.

S

SortCriteria - class com.sun.data.provider.SortCriteria.
The abstract SortCriteria class defines a single sort criteria for a TableDataFilter.
SortCriteria() - Constructor for class com.sun.data.provider.SortCriteria
Constructs a new SortCriteria object with no display name and the default state for include (true).
SortCriteria(String) - Constructor for class com.sun.data.provider.SortCriteria
Constructs a new SortCriteria object with the specified display name and the default state for the include/exclude (true == include).
SortCriteria(String, boolean) - Constructor for class com.sun.data.provider.SortCriteria
Constructs a new SortCriteria object with the specified display name and state for include/exclude (true == include).
setArray(Object[]) - Method in class com.sun.data.provider.impl.ObjectArrayDataProvider
Replace the array that we are wrapping.
setAscending(boolean) - Method in class com.sun.data.provider.SortCriteria
Sets the ascending sort state for this SortCriteria
setCachedRowSet(CachedRowSet) - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider
Set the CachedRowSet that we are wrapping.
setCollectionElementType(Class) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
If the dataMethod returns a Collection type, this property will be used to determine the appropriate FieldKeys for the elements in the collection type.
setCompareLocale(Locale) - Method in class com.sun.data.provider.impl.CompareFilterCriteria
 
setCompareValue(Object) - Method in class com.sun.data.provider.impl.CompareFilterCriteria
 
setCursorIndex(int) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
 
setCursorIndex(int) - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider
 
setCursorRow(RowKey) - Method in interface com.sun.data.provider.TableDataProvider
Sets the cursor to the row represented by the passed RowKey.
setCursorRow(RowKey) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

Sets the cursor to the row represented by the passed RowKey.

setCursorRow(RowKey) - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

Sets the cursor to the row represented by the passed RowKey.

setCursorRow(RowKey) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Sets the cursor to the row represented by the passed RowKey.

setDataClassInstance(Object) - Method in class com.sun.data.provider.impl.MethodResultDataProvider
Sets the dataClassInstance that contains the dataMethod to be invoked.
setDataClassInstance(Object) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
Sets the dataClassInstance that contains the dataMethod to be invoked.
setDataMethod(Method) - Method in class com.sun.data.provider.impl.MethodResultDataProvider
Sets the dataMethod that will be invoked
setDataMethod(Method) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
Sets the dataMethod that will be invoked
setDataMethodArguments(Object[]) - Method in class com.sun.data.provider.impl.MethodResultDataProvider
Sets the dataMethodArguments, which will be passed to the dataMethod when it is invoked.
setDataMethodArguments(Object[]) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
Sets the dataMethodArguments, which will be passed to the dataMethod when it is invoked.
setDataProvider(DataProvider) - Method in class com.sun.data.provider.impl.BasicTransactionalDataProvider
 
setDisplayName(String) - Method in class com.sun.data.provider.FieldKey
 
setDisplayName(String) - Method in class com.sun.data.provider.FilterCriteria
Sets the display name for this filter criteria.
setDisplayName(String) - Method in class com.sun.data.provider.SortCriteria
Sets the display name for this filter criteria.
setExpression(String) - Method in class com.sun.data.provider.impl.RegexFilterCriteria
 
setFieldId(String) - Method in class com.sun.data.provider.FieldKey
 
setFieldId(String) - Method in class com.sun.data.provider.impl.FieldIdSortCriteria
Sets the fieldId to use to fetch a FieldKey for this sort criteria.
setFieldKey(FieldKey) - Method in class com.sun.data.provider.impl.CompareFilterCriteria
 
setFieldKey(FieldKey) - Method in class com.sun.data.provider.impl.FieldKeySortCriteria
Sets the FieldKey for this sort criteria.
setFieldKey(FieldKey) - Method in class com.sun.data.provider.impl.RegexFilterCriteria
 
setFilterCriteria(FilterCriteria[]) - Method in interface com.sun.data.provider.TableDataFilter
Sets the filter criteria on this data filter.
setFilterCriteria(FilterCriteria[]) - Method in class com.sun.data.provider.impl.BasicTableDataFilter

Sets the filter criteria on this data filter.

setFilterCriteria(FilterCriteria[]) - Method in class com.sun.data.provider.impl.NestedFilterCriteria
 
setInclude(boolean) - Method in class com.sun.data.provider.FilterCriteria
Sets the include/exclude setting for this filter criteria.
setIncludeFields(boolean) - Method in class com.sun.data.provider.impl.MethodResultDataProvider
Sets the includeFields property.
setIncludeFields(boolean) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
Sets the includeFields property.
setIncludeFields(boolean) - Method in class com.sun.data.provider.impl.ObjectArrayDataProvider
Set the includeFields property.
setIncludeFields(boolean) - Method in class com.sun.data.provider.impl.ObjectDataProvider
Sets the includeFields property.
setIncludeFields(boolean) - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Set the includeFields property.
setList(List) - Method in class com.sun.data.provider.impl.ListDataProvider
Sets the List to use for internal storage.
setList(List) - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Replace the List that we are wrapping.
setMap(Map) - Method in class com.sun.data.provider.impl.MapDataProvider
Sets the Map to use as internal storage.
setMatchAllCriteria(boolean) - Method in class com.sun.data.provider.impl.BasicTableDataFilter
Sets the matchAllCriteria property.
setMatchAllCriteria(boolean) - Method in class com.sun.data.provider.impl.NestedFilterCriteria
Sets the matchAllCriteria property.
setMatchEqualTo(boolean) - Method in class com.sun.data.provider.impl.CompareFilterCriteria
 
setMatchGreaterThan(boolean) - Method in class com.sun.data.provider.impl.CompareFilterCriteria
 
setMatchLessThan(boolean) - Method in class com.sun.data.provider.impl.CompareFilterCriteria
 
setObject(Object) - Method in class com.sun.data.provider.impl.ObjectDataProvider
Sets the Object to be wrapped by this DataProvider.
setObject(RowKey, Object) - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Replace the object at the specified row.
setObjectType(Class) - Method in class com.sun.data.provider.impl.ObjectArrayDataProvider
Set the object type contained in this ObjectListDataProvider.
setObjectType(Class) - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Set the object type contained in this ObjectListDataProvider.
setRowId(String) - Method in class com.sun.data.provider.RowKey
 
setSortCriteria(SortCriteria[]) - Method in interface com.sun.data.provider.TableDataSorter
Sets the sort criteria on this data sorter.
setSortCriteria(SortCriteria[]) - Method in class com.sun.data.provider.impl.BasicTableDataSorter

Sets the sort criteria on this data sorter.

setSortLocale(Locale) - Method in interface com.sun.data.provider.TableDataSorter
Sets the sort locale to use when comparing objects.
setSortLocale(Locale) - Method in class com.sun.data.provider.impl.BasicTableDataSorter

Sets the sort locale to use when comparing objects. If none is set, the default locale should be used via Locale.getDefault().

setTableDataFilter(TableDataFilter) - Method in class com.sun.data.provider.impl.FilteredTableDataProvider
 
setTableDataProvider(TableDataProvider) - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider
 
setTableDataProvider(TableDataProvider) - Method in class com.sun.data.provider.impl.FilteredTableDataProvider
 
setTableDataProvider(TableDataProvider) - Method in class com.sun.data.provider.impl.TableRowDataProvider
 
setTableRow(RowKey) - Method in class com.sun.data.provider.impl.TableRowDataProvider
 
setUserResizable(boolean) - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Set the user resizable property.
setValue(FieldKey, Object) - Method in interface com.sun.data.provider.DataProvider
Set the value of the data element represented by the specified FieldKey to the specified new value.
setValue(FieldKey, RowKey, Object) - Method in interface com.sun.data.provider.TableDataProvider
Sets the value of the data element represented by the specified FieldKey and RowKey to the specified new value.
setValue(FieldKey, Object) - Method in class com.sun.data.provider.impl.AbstractDataProvider

Set the value of the data element represented by the specified FieldKey to the specified new value.

setValue(String, Object) - Method in class com.sun.data.provider.impl.AbstractDataProvider
 
setValue(FieldKey, RowKey, Object) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

Sets the value of the data element represented by the specified FieldKey and RowKey to the specified new value.

setValue(String, RowKey, Object) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
 
setValue(FieldKey, Object) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

Set the value of the data element represented by the specified FieldKey to the specified new value.

setValue(FieldKey, Object) - Method in class com.sun.data.provider.impl.BasicTransactionalDataProvider

Set the value of the data element represented by the specified FieldKey to the specified new value.

setValue(FieldKey, RowKey, Object) - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider

Sets the value of the data element represented by the specified FieldKey and RowKey to the specified new value.

setValue(FieldKey, RowKey, Object) - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

Sets the value of the data element represented by the specified FieldKey and RowKey to the specified new value.

setValue(FieldKey, RowKey, Object) - Method in class com.sun.data.provider.impl.FilteredTableDataProvider

Sets the value of the data element represented by the specified FieldKey and RowKey to the specified new value.

setValue(FieldKey, RowKey, Object) - Method in class com.sun.data.provider.impl.ListDataProvider
NOTE: FieldKey is ignored in this class.
setValue(FieldKey, Object) - Method in class com.sun.data.provider.impl.MapDataProvider
Puts the specified value in the Map under the specified FieldKey.
setValue(FieldKey, Object) - Method in class com.sun.data.provider.impl.MethodResultDataProvider

Set the value of the data element represented by the specified FieldKey to the specified new value.

setValue(FieldKey, Object) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Set the value of the data element represented by the specified FieldKey to the specified new value.

setValue(FieldKey, RowKey, Object) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Sets the value of the data element represented by the specified FieldKey and RowKey to the specified new value.

setValue(FieldKey, Object) - Method in class com.sun.data.provider.impl.ObjectArrayDataProvider

Set the value of the data element represented by the specified FieldKey to the specified new value.

setValue(FieldKey, RowKey, Object) - Method in class com.sun.data.provider.impl.ObjectArrayDataProvider

Sets the value of the data element represented by the specified FieldKey and RowKey to the specified new value.

setValue(FieldKey, Object) - Method in class com.sun.data.provider.impl.ObjectDataProvider

Set the value of the data element represented by the specified FieldKey to the specified new value.

setValue(FieldKey, Object, Object) - Method in class com.sun.data.provider.impl.ObjectFieldKeySupport
Set the value for the specified FieldKey, on the specified base object.
setValue(FieldKey, Object) - Method in class com.sun.data.provider.impl.ObjectListDataProvider

Set the value of the data element represented by the specified FieldKey to the specified new value.

setValue(FieldKey, RowKey, Object) - Method in class com.sun.data.provider.impl.ObjectListDataProvider

Sets the value of the data element represented by the specified FieldKey and RowKey to the specified new value.

setValue(FieldKey, Object) - Method in class com.sun.data.provider.impl.TableRowDataProvider
 
sort(TableDataProvider, RowKey[]) - Method in interface com.sun.data.provider.TableDataSorter
Sorts the rows from the specified TableDataProvider based on the current sort criteria, and returns an array of RowKeys representing the sorted row order.
sort(TableDataProvider, RowKey[]) - Method in class com.sun.data.provider.impl.BasicTableDataSorter
Get an array containing an row of sorted rows.
sortCriteria - Variable in class com.sun.data.provider.impl.BasicTableDataSorter
Storage for the sort criteria
sortFieldKeys() - Method in class com.sun.data.provider.impl.AbstractDataProvider
Sorts the FieldKeys (using Arrays.sort)
sortLocale - Variable in class com.sun.data.provider.impl.BasicTableDataSorter
Storage for the sort locale

T

TableCursorAdapter - class com.sun.data.provider.TableCursorAdapter.
TableCursorAdapter is an event listener adapter that provides a base implementation of TableCursorListener.
TableCursorAdapter() - Constructor for class com.sun.data.provider.TableCursorAdapter
 
TableCursorListener - interface com.sun.data.provider.TableCursorListener.
TableCursorListener is an event listener interface that supports processing cursor movement events produced by a corresponding TableDataProvider instance.
TableCursorVetoException - exception com.sun.data.provider.TableCursorVetoException.
The TableCursorVetoException is thrown when a listener to a cursorChanging event does not want the cursor to move.
TableCursorVetoException() - Constructor for class com.sun.data.provider.TableCursorVetoException
 
TableCursorVetoException(String) - Constructor for class com.sun.data.provider.TableCursorVetoException
 
TableCursorVetoException(String, Throwable) - Constructor for class com.sun.data.provider.TableCursorVetoException
 
TableCursorVetoException(Throwable) - Constructor for class com.sun.data.provider.TableCursorVetoException
 
TableDataAdapter - class com.sun.data.provider.TableDataAdapter.
TableDataAdapter is an event listener adapter that provides a base implementation of TableDataListener.
TableDataAdapter() - Constructor for class com.sun.data.provider.TableDataAdapter
 
TableDataFilter - interface com.sun.data.provider.TableDataFilter.
The TableDataFilter interface performs a filtering operation on a TableDataProvider.
TableDataListener - interface com.sun.data.provider.TableDataListener.
TableDataListener is an event listener interface that supports processing events produced by a corresponding TableDataProvider instance, in addition to those fired by the underlying DataProvider.
TableDataProvider - interface com.sun.data.provider.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.
TableDataSorter - interface com.sun.data.provider.TableDataSorter.
The TableDataSorter interface defines a sort criteria and mechanism for sorting the contents of a TableDataProvider.
TableRowDataProvider - class com.sun.data.provider.impl.TableRowDataProvider.
The TableRowDataProvider class provides a single-row DataProvider view of a TableDataProvider.
TableRowDataProvider() - Constructor for class com.sun.data.provider.impl.TableRowDataProvider
Constructs a TableRowDataProvider with no tableDataProvider or tableRow setting.
TableRowDataProvider(TableDataProvider) - Constructor for class com.sun.data.provider.impl.TableRowDataProvider
Constructs a TableRowDataProvider with the specified tableDataProvider
TableRowDataProvider(TableDataProvider, RowKey) - Constructor for class com.sun.data.provider.impl.TableRowDataProvider
Constructs a TableRowDataProvider with the specified tableDataProvider and tableRow.
TransactionalDataAdapter - class com.sun.data.provider.TransactionalDataAdapter.
TransactionalDataProviderAdapter is an event listener adapter that provides a base implementation of TransactionalDataListener.
TransactionalDataAdapter() - Constructor for class com.sun.data.provider.TransactionalDataAdapter
 
TransactionalDataListener - interface com.sun.data.provider.TransactionalDataListener.
TransactionalDataListener is an event listener interface that supports processing events produced by a corresponding TransactionalDataProvider instance, in addition to those fired by the underlying DataProvider.
TransactionalDataProvider - interface com.sun.data.provider.TransactionalDataProvider.
Behavioral interface that is implemented by DataProvider classes that offer commit/revert support.
tcListeners - Variable in class com.sun.data.provider.impl.AbstractTableDataProvider
Array of TableCursorListener instances registered for this TableDataProvider.
testInvokeDataMethod() - Method in class com.sun.data.provider.impl.MethodResultDataProvider
Tests to see if the dataMethod has been invoked, and invokes it if it has not.
testInvokeDataMethod() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
Tests to see if the dataMethod has been invoked, and invokes it if it has not.
toString() - Method in class com.sun.data.provider.FieldKey
 
toString() - Method in class com.sun.data.provider.RowKey
 
toString() - Method in class com.sun.data.provider.impl.IndexRowKey
Return a printable version of this instance.

V

valueChanged(DataProvider, FieldKey, Object, Object) - Method in class com.sun.data.provider.DataAdapter

Process an event indicating that a data element's value has been changed.

valueChanged(DataProvider, FieldKey, Object, Object) - Method in interface com.sun.data.provider.DataListener
Process an event indicating that a data element's value has been changed.
valueChanged(TableDataProvider, FieldKey, RowKey, Object, Object) - Method in class com.sun.data.provider.TableDataAdapter

Process an event indicating that a data element's value has been changed for the specified row.

valueChanged(TableDataProvider, FieldKey, RowKey, Object, Object) - Method in interface com.sun.data.provider.TableDataListener
Process an event indicating that a data element's value has been changed for the specified row.

A B C D E F G I L M N O P R S T V