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, removeTableModelListener
protected 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 TableModel
isCellEditable
in class AbstractTableModel
public int getColumnCount()
public int getRowCount()
public String getColumnName(int column)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public Object getValueAt(int row, int column)
public Class getColumnClass(int c)
getColumnClass
in interface TableModel
getColumnClass
in class AbstractTableModel
public void setValueAt(Object obj, int row, int col)
setValueAt
in interface TableModel
setValueAt
in class AbstractTableModel
Copyright © 2000–2016 DFKI GmbH. All rights reserved.