Class RadianceTabbedPaneUI.TabRepaintCallback

All Implemented Interfaces:
TimelineCallback
Enclosing class:
RadianceTabbedPaneUI

protected class RadianceTabbedPaneUI.TabRepaintCallback extends EventDispatchThreadTimelineCallbackAdapter
Implementation of the fade tracker callback that repaints a single tab.
  • Field Details

    • tabIndex

      protected int tabIndex
      The associated tab index.
  • Constructor Details

    • TabRepaintCallback

      public TabRepaintCallback(int tabIndex)
      Creates new tab repaint callback.
      Parameters:
      tabIndex - The associated tab index.
  • Method Details