Class CurveTable

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, CellEditorListener, ListSelectionListener, RowSorterListener, TableColumnModelListener, TableModelListener, Scrollable

public class CurveTable extends JTable
See Also:
  • Field Details Link icon

    • _listFont Link icon

      protected static Font _listFont
  • Constructor Details Link icon

    • CurveTable Link icon

      public CurveTable(PlotCanvas plotCanvas)
      Create a table for toggling visibility (probably of logical layers)
      Parameters:
      plotCanvas - the plot
  • Method Details Link icon

    • getCurveModel Link icon

      public CurveDataModel getCurveModel()
      Get the curve data model
      Returns:
      the curve data model
    • clear Link icon

      public void clear()
      Clear the data
    • getSelectedCurve Link icon

      public DataColumn getSelectedCurve()
      Get the selected curve
      Returns:
      the selected curve
    • getScrollPane Link icon

      public JScrollPane getScrollPane()
      Get the scroll pane for this data table
      Returns:
      the scroll pane for this data table