|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteTableModel
RemoteTableModel asynchronously retrieves data from a TableModel.
Method Summary | |
---|---|
void |
addRemoteTableListener(RemoteTableListener l)
Adds a RemoteTableListener that is notified each time the RemoteTableModel will start or stop querying the underlying table model. |
Object |
getPendingValue(int row,
int column)
Returns the object to display if a cell value is pending. |
void |
removeRemoteTableListener(RemoteTableListener l)
Removes a RemoteTableListener from the list that is notified each time the RemoteTableModel will start or stop querying the underlying table model. |
Methods inherited from interface javax.swing.table.TableModel |
---|
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt |
Method Detail |
---|
void addRemoteTableListener(RemoteTableListener l)
l
- the RemoteTableListener to addvoid removeRemoteTableListener(RemoteTableListener l)
l
- the RemoteTableListener to removeObject getPendingValue(int row, int column)
row
- the cell's row indexcolumn
- the cell's column index
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |