Class TableColumnWidthSynchronizer

java.lang.Object
rma.swing.table.TableColumnWidthSynchronizer
All Implemented Interfaces:
PropertyChangeListener, EventListener

public class TableColumnWidthSynchronizer extends Object implements PropertyChangeListener
This class allows monitors two different tables to listene for column resize events. When a column of one table is resized, the exact column of the other table is resized also.
  • Constructor Details

    • TableColumnWidthSynchronizer

      public TableColumnWidthSynchronizer(JTable table_1, JTable table_2)
  • Method Details