Class AutoscrollAdapter

java.lang.Object
docking.widgets.table.AutoscrollAdapter
All Implemented Interfaces:
Autoscroll

public class AutoscrollAdapter extends Object implements Autoscroll
Helper class for autoscrolling on a component.
  • Constructor Details

    • AutoscrollAdapter

      public AutoscrollAdapter(JComponent component, int scrollIncrement)
      Constructor
      Parameters:
      component - component that is scrollable
      scrollIncrement - value to use to calculate the new visible rectangle for scrolling
  • Method Details