Class RadianceListUI.CellRepaintCallback

All Implemented Interfaces:
TimelineCallback
Enclosing class:
RadianceListUI

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

    • list

      protected JList list
      Associated list.
    • cellIndex

      private int cellIndex
      Associated (animated) cell index.
  • Constructor Details

    • CellRepaintCallback

      private CellRepaintCallback(JList list, int cellIndex)
      Creates a new animation repaint callback.
      Parameters:
      list - Associated list.
      cellIndex - Associated (animated) cell index.
  • Method Details