public class ConfigTableModel extends AbstractTableModel
CategoryModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected CategoryModel |
categoryModel
le modele d'une categorie
|
listenerList| Constructor and Description |
|---|
ConfigTableModel(CategoryModel categoryModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
protected void |
finalize() |
CategoryModel |
getCategoryModel() |
Class<?> |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
OptionModel |
getEntry(int rowIndex) |
int |
getRowCount() |
Object |
getValueAt(int row,
int column) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
setValueAt(Object aValue,
int row,
int column) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnName, getListeners, getTableModelListeners, removeTableModelListenerprotected final CategoryModel categoryModel
public ConfigTableModel(CategoryModel categoryModel)
public CategoryModel getCategoryModel()
public OptionModel getEntry(int rowIndex)
public int getRowCount()
public int getColumnCount()
public Class<?> getColumnClass(int columnIndex)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic Object getValueAt(int row, int column)
public void setValueAt(Object aValue, int row, int column)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelpublic void destroy()
Copyright © 2008–2020 Ultreia.io. All rights reserved.