public class AttributesTableModel extends AbstractTableModel
listenerList| Constructor and Description |
|---|
AttributesTableModel() |
| Modifier and Type | Method and Description |
|---|---|
AttributesTableEntry |
addAttribute(RadiusAttribute attribute) |
AttributesTableEntry |
addAttribute(String attributeName) |
Class |
getColumnClass(int col) |
int |
getColumnCount() |
String |
getColumnName(int count) |
ArrayList |
getEntries() |
int |
getRowCount() |
Object |
getValueAt(int row,
int col) |
boolean |
isCellEditable(int row,
int col) |
void |
setEntries(ArrayList entries) |
void |
setValueAt(Object v,
int row,
int col) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerpublic String getColumnName(int count)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic int getColumnCount()
public int getRowCount()
public Object getValueAt(int row, int col)
public Class getColumnClass(int col)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic boolean isCellEditable(int row,
int col)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic void setValueAt(Object v, int row, int col)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelpublic AttributesTableEntry addAttribute(String attributeName) throws RadiusException
RadiusExceptionpublic AttributesTableEntry addAttribute(RadiusAttribute attribute) throws RadiusException
RadiusExceptionpublic ArrayList getEntries()
public void setEntries(ArrayList entries)
entries - The entries to set.Copyright © 2017. All rights reserved.