Class 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 Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CHART_SCOPE_CATEGORY  
      • Fields inherited from class javax.swing.table.AbstractTableModel

        listenerList
    • Field Detail

      • CHART_SCOPE_CATEGORY

        public static final java.lang.String CHART_SCOPE_CATEGORY
        See Also:
        Constant Field Values
    • Constructor Detail

      • ChartScopeTableModel

        public ChartScopeTableModel​(Dataset dataset)
    • Method Detail

      • isCategoryRow

        public boolean isCategoryRow​(int row)
        Specified by:
        isCategoryRow in interface com.jidesoft.grid.CategorizedTableModel
      • isChartScopeRow

        public boolean isChartScopeRow​(int row)
      • isStepScopeRow

        public boolean isStepScopeRow​(int row)
      • getStepId

        public java.lang.String getStepId​(int row)
      • getCellSpanAt

        public com.jidesoft.grid.CellSpan getCellSpanAt​(int row,
                                                        int col)
        Specified by:
        getCellSpanAt in interface com.jidesoft.grid.SpanModel
      • isCellSpanOn

        public boolean isCellSpanOn()
        Specified by:
        isCellSpanOn in interface com.jidesoft.grid.SpanModel