Class RadianceTableHeaderUI.ColumnHeaderRepaintCallback

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int columnIndex
      Associated (animated) column index.
      protected javax.swing.table.JTableHeader header
      Associated table header.
    • Constructor Summary

      Constructors 
      Constructor Description
      ColumnHeaderRepaintCallback​(javax.swing.table.JTableHeader header, int columnIndex)
      Creates a new animation repaint callback.
    • Field Detail

      • header

        protected javax.swing.table.JTableHeader header
        Associated table header.
      • columnIndex

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

      • ColumnHeaderRepaintCallback

        public ColumnHeaderRepaintCallback​(javax.swing.table.JTableHeader header,
                                           int columnIndex)
        Creates a new animation repaint callback.
        Parameters:
        header - Associated table header.
        columnIndex - Associated (animated) column index.