JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table
Class JCScrollAdapter

java.lang.Object
  |
  +--com.klg.jclass.table.JCScrollAdapter
All Implemented Interfaces:
EventListener, JCScrollListener

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 Summary
JCScrollAdapter()
           
 
Method Summary
 void afterScroll(com.klg.jclass.table.JCScrollEvent e)
          Invoked after the table is scrolled.
 void scroll(com.klg.jclass.table.JCScrollEvent e)
          Invoked before the table is scrolled.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCScrollAdapter

public JCScrollAdapter()
Method Detail

scroll

public void scroll(com.klg.jclass.table.JCScrollEvent e)
Invoked before the table is scrolled. The event's value may be changed by calling its setValue method.

Specified by:
scroll in interface JCScrollListener
Parameters:
e -
See Also:
JCScrollEvent.setValue(int)

afterScroll

public void afterScroll(com.klg.jclass.table.JCScrollEvent e)
Invoked after the table is scrolled.

Specified by:
afterScroll in interface JCScrollListener
Parameters:
e -

Copyright © 2004 Quest Software Inc..
All rights reserved.