protected abstract class AbstractAlarmTable.AbstractRowStyleTableModel
extends javax.swing.table.AbstractTableModel
implements com.jidesoft.grid.StyleModel, com.jidesoft.grid.ContextSensitiveTableModel
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRowStyleTableModel() |
| Modifier and Type | Method and Description |
|---|---|
abstract AlarmEvent |
getAlarmAt(int row) |
java.lang.Class<?> |
getCellClassAt(int row,
int col) |
com.jidesoft.grid.CellStyle |
getCellStyleAt(int row,
int col) |
com.jidesoft.converter.ConverterContext |
getConverterContextAt(int row,
int col) |
com.jidesoft.grid.EditorContext |
getEditorContextAt(int row,
int col) |
boolean |
isCellStyleOn() |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAtpublic abstract AlarmEvent getAlarmAt(int row)
public com.jidesoft.grid.CellStyle getCellStyleAt(int row,
int col)
getCellStyleAt in interface com.jidesoft.grid.StyleModelpublic boolean isCellStyleOn()
isCellStyleOn in interface com.jidesoft.grid.StyleModelpublic java.lang.Class<?> getCellClassAt(int row,
int col)
getCellClassAt in interface com.jidesoft.grid.ContextSensitiveTableModelpublic com.jidesoft.converter.ConverterContext getConverterContextAt(int row,
int col)
getConverterContextAt in interface com.jidesoft.grid.ContextSensitiveTableModelpublic com.jidesoft.grid.EditorContext getEditorContextAt(int row,
int col)
getEditorContextAt in interface com.jidesoft.grid.ContextSensitiveTableModel