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

T

TableCursorAdapter - Class in com.sun.data.provider
TableCursorAdapter is an event listener adapter that provides a base implementation of TableCursorListener.
TableCursorAdapter() - Constructor for class com.sun.data.provider.TableCursorAdapter
 
TableCursorListener - Interface in com.sun.data.provider
TableCursorListener is an event listener interface that supports processing cursor movement events produced by a corresponding TableDataProvider instance.
TableCursorVetoException - Exception in com.sun.data.provider
The TableCursorVetoException is thrown when a listener to a cursorChanging event does not want the cursor to move.
TableCursorVetoException() - Constructor for exception com.sun.data.provider.TableCursorVetoException
 
TableCursorVetoException(String) - Constructor for exception com.sun.data.provider.TableCursorVetoException
 
TableCursorVetoException(String, Throwable) - Constructor for exception com.sun.data.provider.TableCursorVetoException
 
TableCursorVetoException(Throwable) - Constructor for exception com.sun.data.provider.TableCursorVetoException
 
TableDataAdapter - Class in com.sun.data.provider
TableDataAdapter is an event listener adapter that provides a base implementation of TableDataListener.
TableDataAdapter() - Constructor for class com.sun.data.provider.TableDataAdapter
 
TableDataFilter - Interface in com.sun.data.provider
The TableDataFilter interface performs a filtering operation on a TableDataProvider.
TableDataListener - Interface in com.sun.data.provider
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 in com.sun.data.provider
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 in com.sun.data.provider
The TableDataSorter interface defines a sort criteria and mechanism for sorting the contents of a TableDataProvider.
TableRowDataProvider - Class in com.sun.data.provider.impl
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.
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.impl.IndexRowKey
Return a printable version of this instance.
toString() - Method in class com.sun.data.provider.RowKey
 
TransactionalDataAdapter - Class in com.sun.data.provider
TransactionalDataProviderAdapter is an event listener adapter that provides a base implementation of TransactionalDataListener.
TransactionalDataAdapter() - Constructor for class com.sun.data.provider.TransactionalDataAdapter
 
TransactionalDataListener - Interface in com.sun.data.provider
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 in com.sun.data.provider
Behavioral interface that is implemented by DataProvider classes that offer commit/revert support.

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