|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableCursorVetoException | |
|---|---|
| com.sun.data.provider | Fundamental data access APIs and event listeners. |
| com.sun.data.provider.impl | Concrete DataProvider implementations and base classes. |
| Uses of TableCursorVetoException in com.sun.data.provider |
|---|
| Methods in com.sun.data.provider that throw TableCursorVetoException | |
|---|---|
void |
TableCursorAdapter.cursorChanging(TableDataProvider provider,
RowKey oldRow,
RowKey newRow)
Process an event indicating that the current cursor row of the
specified |
void |
TableCursorListener.cursorChanging(TableDataProvider provider,
RowKey oldRow,
RowKey newRow)
Process an event indicating that the current cursor row of the specified TableDataProvider is changing. |
void |
TableDataProvider.setCursorRow(RowKey rowKey)
Sets the cursor to the row represented by the passed RowKey. |
| Uses of TableCursorVetoException in com.sun.data.provider.impl |
|---|
| Methods in com.sun.data.provider.impl that throw TableCursorVetoException | |
|---|---|
protected void |
AbstractTableDataProvider.fireCursorChanging(RowKey oldRow,
RowKey newRow)
Fires a cursorChanging event to all registered TableCursorListeners. |
void |
AbstractTableDataProvider.setCursorRow(RowKey row)
Sets the cursor to the row represented by the passed |
void |
CachedRowSetDataProvider.setCursorRow(RowKey row)
Sets the cursor to the row represented by the passed |
void |
MethodResultTableDataProvider.setCursorRow(RowKey row)
Sets the cursor to the row represented by the passed |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||