Class ChartScopeTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
com.inductiveautomation.ignition.client.util.gui.table.DatasetTableModel
com.inductiveautomation.sfc.designer.workspace.ChartScopeTableModel
- All Implemented Interfaces:
- com.jidesoft.grid.CategorizedTableModel,- com.jidesoft.grid.SpanModel,- Serializable,- TableModel
public class ChartScopeTableModel
extends DatasetTableModel
implements com.jidesoft.grid.CategorizedTableModel, com.jidesoft.grid.SpanModel
Accepts a flat Chart Scope dataset and creates a view of datasets with category headers.
- See Also:
- 
Field SummaryFieldsFields inherited from class javax.swing.table.AbstractTableModellistenerList
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncom.jidesoft.grid.CellSpangetCellSpanAt(int row, int col) getStepId(int row) booleanisCategoryRow(int row) booleanbooleanisChartScopeRow(int row) booleanisStepScopeRow(int row) voidMethods inherited from class com.inductiveautomation.ignition.client.util.gui.table.DatasetTableModelgetColumnClass, getColumnCount, getColumnName, getDataset, getRowCount, getValueAtMethods inherited from class javax.swing.table.AbstractTableModeladdTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
- 
Field Details- 
CHART_SCOPE_CATEGORY- See Also:
 
 
- 
- 
Constructor Details- 
ChartScopeTableModel
 
- 
- 
Method Details- 
setDataset- Overrides:
- setDatasetin class- DatasetTableModel
 
- 
isCategoryRowpublic boolean isCategoryRow(int row) - Specified by:
- isCategoryRowin interface- com.jidesoft.grid.CategorizedTableModel
 
- 
isChartScopeRowpublic boolean isChartScopeRow(int row) 
- 
isStepScopeRowpublic boolean isStepScopeRow(int row) 
- 
getStepId
- 
getCellSpanAtpublic com.jidesoft.grid.CellSpan getCellSpanAt(int row, int col) - Specified by:
- getCellSpanAtin interface- com.jidesoft.grid.SpanModel
 
- 
isCellSpanOnpublic boolean isCellSpanOn()- Specified by:
- isCellSpanOnin interface- com.jidesoft.grid.SpanModel
 
 
-