Package com.compomics.util.gui
Class TableScrollBarListener
java.lang.Object
com.compomics.util.gui.TableScrollBarListener
- All Implemented Interfaces:
AdjustmentListener
,EventListener
public class TableScrollBarListener extends Object implements AdjustmentListener
AdjustmentListener for SelfUpdatingTableModels supporting scrolling in a more
efficient way.
- Author:
- Harald Barsnes
-
Constructor Summary
Constructors Constructor Description TableScrollBarListener(JTable table)
Constructor. -
Method Summary
Modifier and Type Method Description void
adjustmentValueChanged(AdjustmentEvent evt)
-
Constructor Details
-
TableScrollBarListener
Constructor.- Parameters:
table
- the table
-
-
Method Details
-
adjustmentValueChanged
- Specified by:
adjustmentValueChanged
in interfaceAdjustmentListener
-