Class AbstractAlarmTable.AbstractRowStyleTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
com.inductiveautomation.factorypmi.application.components.alarm.AbstractAlarmTable.AbstractRowStyleTableModel
- All Implemented Interfaces:
- com.jidesoft.grid.ContextSensitiveTableModel,- com.jidesoft.grid.StyleModel,- Serializable,- TableModel
- Enclosing class:
- AbstractAlarmTable
protected abstract class AbstractAlarmTable.AbstractRowStyleTableModel
extends AbstractTableModel
implements com.jidesoft.grid.StyleModel, com.jidesoft.grid.ContextSensitiveTableModel
- See Also:
- 
Field SummaryFields inherited from class javax.swing.table.AbstractTableModellistenerList
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract AlarmEventgetAlarmAt(int row) Class<?>getCellClassAt(int row, int col) com.jidesoft.grid.CellStylegetCellStyleAt(int row, int col) com.jidesoft.converter.ConverterContextgetConverterContextAt(int row, int col) com.jidesoft.grid.EditorContextgetEditorContextAt(int row, int col) booleanMethods inherited from class javax.swing.table.AbstractTableModeladdTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAtMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.swing.table.TableModeladdTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt
- 
Constructor Details- 
AbstractRowStyleTableModelprotected AbstractRowStyleTableModel()
 
- 
- 
Method Details- 
getAlarmAt
- 
getCellStyleAtpublic com.jidesoft.grid.CellStyle getCellStyleAt(int row, int col) - Specified by:
- getCellStyleAtin interface- com.jidesoft.grid.StyleModel
 
- 
isCellStyleOnpublic boolean isCellStyleOn()- Specified by:
- isCellStyleOnin interface- com.jidesoft.grid.StyleModel
 
- 
getCellClassAt- Specified by:
- getCellClassAtin interface- com.jidesoft.grid.ContextSensitiveTableModel
 
- 
getConverterContextAtpublic com.jidesoft.converter.ConverterContext getConverterContextAt(int row, int col) - Specified by:
- getConverterContextAtin interface- com.jidesoft.grid.ContextSensitiveTableModel
 
- 
getEditorContextAtpublic com.jidesoft.grid.EditorContext getEditorContextAt(int row, int col) - Specified by:
- getEditorContextAtin interface- com.jidesoft.grid.ContextSensitiveTableModel
 
 
-