public class SelectedRowsXTableModel extends XTableModelDecoratorBase
Constructor and Description |
---|
SelectedRowsXTableModel(IXTableModel toDecorate,
int[] selectedRows) |
Modifier and Type | Method and Description |
---|---|
int |
getRowCount() |
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex) |
addTableModelListener, getChunkSize, getColumnClass, getColumnCount, getColumnName, getObjectAt, getSum, getTotalSize, isAllLoaded, isCellEditable, refresh, removeAllRows, removeRow, removeTableModelListener, setValueAt
public SelectedRowsXTableModel(IXTableModel toDecorate, int[] selectedRows)
public int getRowCount()
getRowCount
in interface javax.swing.table.TableModel
getRowCount
in class XTableModelDecoratorBase
public java.lang.Object getValueAt(int rowIndex, int columnIndex)
getValueAt
in interface javax.swing.table.TableModel
getValueAt
in class XTableModelDecoratorBase