All Packages Class Hierarchy This Package Previous Next Index
Class jclass.table.JCScrollAdapter
java.lang.Object
|
+----jclass.table.JCScrollAdapter
- public abstract class JCScrollAdapter
- extends Object
- implements JCScrollListener
The adapter which receives JCScroll events.
The methods in this class are empty; this class is provided as a
convenience for easily creating listeners by extending this class
and overriding only the methods of interest.
- See Also:
- JCScrollEvent
-
JCScrollAdapter()
-
-
scrollBegin(JCScrollEvent)
- Invoked before the table is scrolled.
-
scrollEnd(JCScrollEvent)
- Invoked after the table is scrolled.
JCScrollAdapter
public JCScrollAdapter()
scrollBegin
public void scrollBegin(JCScrollEvent e)
- Invoked before the table is scrolled. The event's value may be changed
by calling its setValue method.
- See Also:
- setValue
scrollEnd
public void scrollEnd(JCScrollEvent e)
- Invoked after the table is scrolled.
All Packages Class Hierarchy This Package Previous Next Index