Class DTable

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, CellEditorListener, ListSelectionListener, RowSorterListener, TableColumnModelListener, TableModelListener, Scrollable, org.kopi.galite.visual.report.UReport.UTable

public class DTable extends JTable implements org.kopi.galite.visual.report.UReport.UTable
DTable is swing implementation of UReport.UTable
See Also:
  • Constructor Details

    • DTable

      public DTable(VTable model)
      Creates a new DTable from a table model.
      Parameters:
      model - The table model.
  • Method Details

    • convertColumnIndexToModel

      public int convertColumnIndexToModel(int viewColumnIndex)
      Specified by:
      convertColumnIndexToModel in interface org.kopi.galite.visual.report.UReport.UTable
      Overrides:
      convertColumnIndexToModel in class JTable
    • convertColumnIndexToView

      public int convertColumnIndexToView(int modelColumnIndex)
      Specified by:
      convertColumnIndexToView in interface org.kopi.galite.visual.report.UReport.UTable
      Overrides:
      convertColumnIndexToView in class JTable