public class DBStackPanel.RuleTableDataModel extends AbstractTableModel
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
rules |
listenerList| Constructor and Description |
|---|
DBStackPanel.RuleTableDataModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String rule) |
void |
clear() |
int |
getColumnCount() |
String |
getColumnName(int column) |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
void |
remove(String rule) |
void |
update() |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAtpublic void add(String rule)
public void remove(String rule)
public void clear()
public void update()
public int getRowCount()
public int getColumnCount()
public String getColumnName(int column)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic Object getValueAt(int rowIndex, int columnIndex)
Copyright © 2013. All rights reserved.