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

Constructor Index

 o JCScrollAdapter()

Method Index

 o scrollBegin(JCScrollEvent)
Invoked before the table is scrolled.
 o scrollEnd(JCScrollEvent)
Invoked after the table is scrolled.

Constructors

 o JCScrollAdapter
 public JCScrollAdapter()

Methods

 o 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
 o scrollEnd
 public void scrollEnd(JCScrollEvent e)
Invoked after the table is scrolled.


All Packages  Class Hierarchy  This Package  Previous  Next  Index