public abstract class AbstractFilterModel extends AbstractTableModel
| Modifier and Type | Field and Description |
|---|---|
protected TableModel |
model |
listenerList| Constructor and Description |
|---|
AbstractFilterModel(TableModel tm) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(Vector data) |
Class |
getColumnClass(int par1) |
int |
getColumnCount() |
String |
getColumnName(int par1) |
TableModel |
getModel() |
int |
getRowCount() |
Object |
getValueAt(int par1,
int par2) |
boolean |
isCellEditable(int par1,
int par2) |
void |
removeAllRows() |
void |
removeRow(int rowNum) |
void |
setModel(TableModel model) |
void |
setValueAt(Object par1,
int par2,
int par3) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerprotected TableModel model
public AbstractFilterModel(TableModel tm)
public int getRowCount()
public int getColumnCount()
public String getColumnName(int par1)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic Class getColumnClass(int par1)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic boolean isCellEditable(int par1,
int par2)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic Object getValueAt(int par1, int par2)
public void setValueAt(Object par1, int par2, int par3)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelpublic TableModel getModel()
public void setModel(TableModel model)
public void addRow(Vector data) throws IllegalStateException
IllegalStateExceptionpublic void removeRow(int rowNum)
throws ArrayIndexOutOfBoundsException,
IllegalStateException
public void removeAllRows()
throws ArrayIndexOutOfBoundsException,
IllegalStateException
Copyright © 2013 Atlassian. All Rights Reserved.