public class PromptTableModel extends AbstractTableModel
| Modifier and Type | Field and Description |
|---|---|
protected static int |
BASENAME_COLUMN |
protected static int |
PROMPT_TEXT_COLUMN |
protected static int |
REC_STATUS_COLUMN |
listenerList| Constructor and Description |
|---|
PromptTableModel(Prompt[] promptArray,
String[] columnNames,
boolean redAlertMode) |
| Modifier and Type | Method and Description |
|---|---|
Class |
getColumnClass(int c) |
int |
getColumnCount() |
String |
getColumnName(int column) |
int |
getRowCount() |
Object |
getValueAt(int row,
int column) |
boolean |
isCellEditable(int row,
int col) |
void |
setValueAt(Object obj,
int row,
int col) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerprotected static final int REC_STATUS_COLUMN
protected static final int BASENAME_COLUMN
protected static final int PROMPT_TEXT_COLUMN
public boolean isCellEditable(int row,
int col)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic int getColumnCount()
public int getRowCount()
public String getColumnName(int column)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic Object getValueAt(int row, int column)
public Class getColumnClass(int c)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic void setValueAt(Object obj, int row, int col)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelCopyright © 2000–2016 DFKI GmbH. All rights reserved.