|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
All TableModel that wish to use a RemoteIterator should implement those methods that enable to get informations about the RI.
Method Summary | |
boolean |
isLoadingData()
|
void |
releaseResources()
Releases the resources (RemoteIterator is first among them but the Threads used (if any) by the implementing model should be released as well. |
void |
setRemoteIteratorClient(RemoteIteratorClient p_remoteIteratorClient)
Specifies what RemoteIteratorClient is to be used by the implementing TableModel. |
void |
startLoadingData()
Request this model to start loading the data. |
void |
stopLoadingData()
Request this model to stop loading data. |
Methods inherited from interface javax.swing.table.TableModel |
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt |
Method Detail |
public void setRemoteIteratorClient(RemoteIteratorClient p_remoteIteratorClient)
p_remoteIteratorClient
- The RemoteIteratorClient to use.public void startLoadingData()
public void stopLoadingData()
public boolean isLoadingData()
public void releaseResources()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |