public class RestRepresentationsTable.RepresentationsTableModel extends AbstractTableModel implements PropertyChangeListener
listenerList| Constructor and Description | 
|---|
| RepresentationsTableModel() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getColumnCount() | 
| String | getColumnName(int column) | 
| RestRepresentation | getRepresentationAtRow(int rowIndex) | 
| int | getRowCount() | 
| Object | getValueAt(int rowIndex,
          int columnIndex) | 
| boolean | isCellEditable(int rowIndex,
              int columnIndex) | 
| void | propertyChange(PropertyChangeEvent evt) | 
| void | refresh() | 
| void | release() | 
| void | setValueAt(Object value,
          int rowIndex,
          int columnIndex) | 
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListenerpublic int getColumnCount()
getColumnCount in interface TableModelpublic int getRowCount()
getRowCount in interface TableModelpublic Object getValueAt(int rowIndex, int columnIndex)
getValueAt in interface TableModelpublic boolean isCellEditable(int rowIndex,
                              int columnIndex)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic void setValueAt(Object value, int rowIndex, int columnIndex)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelpublic String getColumnName(int column)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic void refresh()
public void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerpublic void release()
public RestRepresentation getRepresentationAtRow(int rowIndex)
Copyright © 2019. All Rights Reserved.