Class AssertionStepEditor.AssertionRuleTableModel
- java.lang.Object
- 
- javax.swing.table.AbstractTableModel
- 
- com.inductiveautomation.sfc.designer.workspace.editors.AssertionStepEditor.AssertionRuleTableModel
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- javax.swing.table.TableModel
 - Enclosing class:
- AssertionStepEditor
 
 protected class AssertionStepEditor.AssertionRuleTableModel extends javax.swing.table.AbstractTableModel- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description AssertionRuleTableModel(AssertionRuleCollection rules)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumnCount()java.lang.StringgetColumnName(int column)intgetRowCount()java.lang.ObjectgetValueAt(int rowIndex, int columnIndex)- 
Methods inherited from class javax.swing.table.AbstractTableModeladdTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
 
- 
 
- 
- 
- 
Constructor Detail- 
AssertionRuleTableModelpublic AssertionRuleTableModel(AssertionRuleCollection rules) 
 
- 
 - 
Method Detail- 
getRowCountpublic int getRowCount() 
 - 
getColumnCountpublic int getColumnCount() 
 - 
getValueAtpublic java.lang.Object getValueAt(int rowIndex, int columnIndex)
 - 
getColumnNamepublic java.lang.String getColumnName(int column) - Specified by:
- getColumnNamein interface- javax.swing.table.TableModel
- Overrides:
- getColumnNamein class- javax.swing.table.AbstractTableModel
 
 
- 
 
-