|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.klg.jclass.table.JCScrollEvent
The event posted before and after the table is scrolled.
JCTable.addScrollListener(com.klg.jclass.table.JCScrollListener)
,
JCScrollAdapter
,
JCScrollListener
,
Serialized FormField Summary | |
protected Adjustable |
adjustable
|
static int |
AFTER_SCROLL
|
protected int |
direction
|
protected AdjustmentEvent |
event
|
static int |
SCROLL
|
protected int |
type
|
protected int |
value
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
JCScrollEvent(Object source,
int type,
Adjustable adjustable,
int direction,
int value,
AdjustmentEvent event)
|
Method Summary | |
Adjustable |
getAdjustable()
Gets the affected adjustable object. |
int |
getDirection()
Gets the scrolling direction. |
AdjustmentEvent |
getEvent()
Gets the event which initiated the action. |
int |
getType()
Gets the event type. |
int |
getValue()
Gets the scrollbar's current value. |
void |
setValue(int value)
Sets the scrollbar's current value. |
String |
toString()
Returns a String representation of the event. |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int SCROLL
public static final int AFTER_SCROLL
protected Adjustable adjustable
protected int type
protected int value
protected AdjustmentEvent event
protected int direction
Constructor Detail |
public JCScrollEvent(Object source, int type, Adjustable adjustable, int direction, int value, AdjustmentEvent event)
Method Detail |
public Adjustable getAdjustable()
public int getDirection()
Adjustable.HORIZONTAL
or Adjustable.VERTICAL
.
public AdjustmentEvent getEvent()
public int getType()
public int getValue()
public void setValue(int value)
value
- public String toString()
toString
in class EventObject
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |