public static class CalendarEntryMonthTable.Model extends DefaultTableModel
Modifier and Type | Field and Description |
---|---|
static int |
COLUMN_DAY1 |
static int |
COLUMN_DAY2 |
static int |
COLUMN_DAY3 |
static int |
COLUMN_DAY4 |
static int |
COLUMN_DAY5 |
static int |
COLUMN_DAY6 |
static int |
COLUMN_DAY7 |
static int |
COLUMN_WEEK |
columnIdentifiers, dataVector
listenerList
Constructor and Description |
---|
CalendarEntryMonthTable.Model() |
Modifier and Type | Method and Description |
---|---|
void |
addCalendarEntries(DbCalendarEntry[] entries,
Date stamp) |
void |
clear() |
void |
clear(int year,
int month) |
Class |
getColumnClass(int col) |
String |
getColumnName(int col) |
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_WEEK
public static final int COLUMN_DAY1
public static final int COLUMN_DAY2
public static final int COLUMN_DAY3
public static final int COLUMN_DAY4
public static final int COLUMN_DAY5
public static final int COLUMN_DAY6
public static final int COLUMN_DAY7
public void addCalendarEntries(DbCalendarEntry[] entries, Date stamp)
public void clear()
public void clear(int year, int month)
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 boolean isCellEditable(int row, int column)
isCellEditable
in interface TableModel
isCellEditable
in class DefaultTableModel
Copyright © 2015 OpenEstate. All rights reserved.