public static class NewsEntryTable.Model extends DefaultTableModel
| Modifier and Type | Field and Description |
|---|---|
static int |
COLUMN_AUTHOR |
static int |
COLUMN_DATE |
static int |
COLUMN_ENTRY |
static int |
COLUMN_FEED |
static int |
COLUMN_TITLE |
columnIdentifiers, dataVectorlistenerList| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(DbNewsEntry entry,
String feedName) |
Class |
getColumnClass(int col) |
String |
getColumnName(int col) |
DbNewsEntry |
getEntryAt(int row) |
boolean |
isCellEditable(int row,
int column) |
addColumn, addColumn, addColumn, addRow, addRow, convertToVector, convertToVector, getColumnCount, getDataVector, getRowCount, getValueAt, insertRow, insertRow, moveRow, newDataAvailable, newRowsAdded, removeRow, rowsRemoved, setColumnCount, setColumnIdentifiers, setColumnIdentifiers, setDataVector, setDataVector, setNumRows, setRowCount, setValueAtaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerpublic static final int COLUMN_ENTRY
public static final int COLUMN_DATE
public static final int COLUMN_TITLE
public static final int COLUMN_AUTHOR
public static final int COLUMN_FEED
public void addEntry(DbNewsEntry entry, String feedName)
public Class getColumnClass(int col)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic String getColumnName(int col)
getColumnName in interface TableModelgetColumnName in class DefaultTableModelpublic DbNewsEntry getEntryAt(int row)
public boolean isCellEditable(int row,
int column)
isCellEditable in interface TableModelisCellEditable in class DefaultTableModelCopyright © 2015 OpenEstate. All rights reserved.