Class RadianceTableUI.CellRepaintCallback

    • Field Summary

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

      Constructors 
      Constructor Description
      CellRepaintCallback​(javax.swing.JTable table, int rowIndex, int columnIndex)
      Creates a new animation repaint callback.
    • Field Detail

      • table

        protected javax.swing.JTable table
        Associated table.
      • rowIndex

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

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

      • CellRepaintCallback

        public CellRepaintCallback​(javax.swing.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.