Package rma.swing.table
Class TableColumnWidthSynchronizer
java.lang.Object
rma.swing.table.TableColumnWidthSynchronizer
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Property Change Listener for the Loss Zone page so both tables can have the same column sizes.
-
Constructor Details
-
TableColumnWidthSynchronizer
-
-
Method Details
-
propertyChange
Property Change Listener for the Loss Zone page so both tables can have the same column sizes.- Specified by:
propertyChange
in interfacePropertyChangeListener
-