com.citra.table.remote
Interface RemoteTreeTableModel
- All Superinterfaces:
- TreeModel, TreeTableModel
- All Known Implementing Classes:
- DefaultRemoteTreeTableModel
public interface RemoteTreeTableModel
- extends TreeTableModel
RemoteTreeTableModel asynchronously retrieves data from a TreeTableModel.
addRemoteTableListener
void addRemoteTableListener(RemoteTableListener l)
- Adds a RemoteTableListener that is notified each time the RemoteTableModel
will start or stop querying the underlying treetable model.
- Parameters:
l
- the RemoteTableListener to add
removeRemoteTableListener
void removeRemoteTableListener(RemoteTableListener l)
- Removes a RemoteTableListener from the list that is notified each time the RemoteTableModel
will start or stop querying the underlying treetable model.
- Parameters:
l
- the RemoteTableListener to remove
getPendingValue
Object getPendingValue(Object node,
int column)
- Returns the object to display if a cell value is pending.
- Parameters:
node
- the node to considercolumn
- the node's column index
- Returns:
- the pending value