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,- java.io.Serializable,- javax.swing.table.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:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringCHART_SCOPE_CATEGORY
 - 
Constructor SummaryConstructors Constructor Description ChartScopeTableModel(Dataset dataset)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.jidesoft.grid.CellSpangetCellSpanAt(int row, int col)java.lang.StringgetStepId(int row)booleanisCategoryRow(int row)booleanisCellSpanOn()booleanisChartScopeRow(int row)booleanisStepScopeRow(int row)voidsetDataset(Dataset d)- 
Methods inherited from class com.inductiveautomation.ignition.client.util.gui.table.DatasetTableModelgetColumnClass, getColumnCount, getColumnName, getDataset, getRowCount, getValueAt
 - 
Methods inherited from class javax.swing.table.AbstractTableModeladdTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
 
- 
 
- 
- 
- 
Field Detail- 
CHART_SCOPE_CATEGORYpublic static final java.lang.String CHART_SCOPE_CATEGORY - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
ChartScopeTableModelpublic ChartScopeTableModel(Dataset dataset) 
 
- 
 - 
Method Detail- 
setDatasetpublic void setDataset(Dataset d) - 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) 
 - 
getStepIdpublic java.lang.String getStepId(int row) 
 - 
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
 
 
- 
 
-