Class RadianceTableUI.CellRepaintCallback

All Implemented Interfaces:
TimelineCallback
Enclosing class:
RadianceTableUI

protected class RadianceTableUI.CellRepaintCallback extends EventDispatchThreadTimelineCallbackAdapter
Repaints a single cell during the fade animation cycle.
  • Field Details

    • table

      protected JTable table
      Associated table.
    • rowIndex

      protected int rowIndex
      Associated (animated) row index.
    • columnIndex

      protected int columnIndex
      Associated (animated) column index.
  • Constructor Details

    • CellRepaintCallback

      public CellRepaintCallback(JTable table, int rowIndex, int columnIndex)
      Creates a new animation repaint callback.
      Parameters:
      table - Associated table.
      rowIndex - Associated (animated) row index.
      columnIndex - Associated (animated) column index.
  • Method Details