Package docking.widgets.table
Class AutoscrollAdapter
- java.lang.Object
-
- docking.widgets.table.AutoscrollAdapter
-
- All Implemented Interfaces:
java.awt.dnd.Autoscroll
public class AutoscrollAdapter extends java.lang.Object implements java.awt.dnd.Autoscroll
Helper class for autoscrolling on a component.
-
-
Constructor Summary
Constructors Constructor Description AutoscrollAdapter(javax.swing.JComponent component, int scrollIncrement)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
autoscroll(java.awt.Point p)
java.awt.Insets
getAutoscrollInsets()
-