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, dataVector
listenerList
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, setValueAt
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
public 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 TableModel
getColumnClass
in class AbstractTableModel
public String getColumnName(int col)
getColumnName
in interface TableModel
getColumnName
in class DefaultTableModel
public DbNewsEntry getEntryAt(int row)
public boolean isCellEditable(int row, int column)
isCellEditable
in interface TableModel
isCellEditable
in class DefaultTableModel
Copyright © 2015 OpenEstate. All rights reserved.