public class AttachmentTableModel extends AbstractTableModel
listenerList| Constructor and Description |
|---|
AttachmentTableModel() |
AttachmentTableModel(List<cz.abclinuxu.datoveschranky.common.entities.Attachment> atts) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
String |
getColumnName(int col) |
List<cz.abclinuxu.datoveschranky.common.entities.Attachment> |
getData() |
int |
getRowCount() |
Object |
getValueAt(int row,
int col) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableDataChanged, fireTableChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAtpublic AttachmentTableModel()
public AttachmentTableModel(List<cz.abclinuxu.datoveschranky.common.entities.Attachment> atts)
public int getColumnCount()
public int getRowCount()
public String getColumnName(int col)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic Object getValueAt(int row, int col)
public List<cz.abclinuxu.datoveschranky.common.entities.Attachment> getData()
Copyright © 2017. All rights reserved.