Class TableMouseWheelListener

java.lang.Object
com.compomics.util.gui.TableMouseWheelListener
All Implemented Interfaces:
MouseWheelListener, EventListener

public class TableMouseWheelListener extends Object implements MouseWheelListener
MouseWheelListener for SelfUpdatingTableModels that supports scrolling in a more efficient way.
Author:
Harald Barsnes
  • Constructor Details

    • TableMouseWheelListener

      public TableMouseWheelListener(JTable table)
      Constructor.
      Parameters:
      table - the table
  • Method Details