public class ReminderTableModel extends AbstractTableModel
listenerList
Constructor and Description |
---|
ReminderTableModel(ReminderList list,
JComboBox titleFilterBox)
Creates an instance of this class.
|
Modifier and Type | Method and Description |
---|---|
Class<?> |
getColumnClass(int c) |
int |
getColumnCount() |
String |
getColumnName(int column) |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex) |
void |
updateTableEntries()
Updates the entries of the reminder list table.
|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
public ReminderTableModel(ReminderList list, JComboBox titleFilterBox)
list
- The list with the reminders.titleFilterBox
- The title filter selection combo box.public void updateTableEntries()
public String getColumnName(int column)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public int getRowCount()
public int getColumnCount()
public Object getValueAt(int rowIndex, int columnIndex)
public boolean isCellEditable(int rowIndex, int columnIndex)
isCellEditable
in interface TableModel
isCellEditable
in class AbstractTableModel
public void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt
in interface TableModel
setValueAt
in class AbstractTableModel
public Class<?> getColumnClass(int c)
getColumnClass
in interface TableModel
getColumnClass
in class AbstractTableModel
TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)