public class TableDataModelAdapter extends java.lang.Object implements ITableDataModelListener
| Constructor and Description | 
|---|
TableDataModelAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
dataChanged()  | 
void | 
rowsAdded(int[] rowIndices)  | 
void | 
rowsChanged(int[] rowIndices)  | 
void | 
rowsRemoved(int[] rowIndices)  | 
void | 
selectionChanged()  | 
public void rowsAdded(int[] rowIndices)
rowsAdded in interface ITableDataModelListenerpublic void rowsRemoved(int[] rowIndices)
rowsRemoved in interface ITableDataModelListenerpublic void rowsChanged(int[] rowIndices)
rowsChanged in interface ITableDataModelListenerpublic void dataChanged()
dataChanged in interface ITableDataModelListenerpublic void selectionChanged()
selectionChanged in interface ITableDataModelListenerSiehe auch Jowidgets Nutzerhandbuch