|
kAWT Version 0.96 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--java.awt.AWTEvent | +--java.awt.event.AdjustmentEvent
Field Summary | |
static int |
ADJUSTMENT_FIRST
|
static int |
ADJUSTMENT_LAST
|
static int |
ADJUSTMENT_VALUE_CHANGED
|
static int |
BLOCK_DECREMENT
|
static int |
BLOCK_INCREMENT
|
static int |
TRACK
|
static int |
UNIT_DECREMENT
|
static int |
UNIT_INCREMENT
|
Fields inherited from class java.awt.AWTEvent |
consumed,
id |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
AdjustmentEvent(Component source,
int id,
int type,
int value)
|
Method Summary | |
int |
getAdjustmentType()
|
int |
getValue()
|
Methods inherited from class java.awt.AWTEvent |
getID |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final int ADJUSTMENT_FIRST
public static final int ADJUSTMENT_LAST
public static final int ADJUSTMENT_VALUE_CHANGED
public static final int UNIT_INCREMENT
public static final int UNIT_DECREMENT
public static final int BLOCK_DECREMENT
public static final int BLOCK_INCREMENT
public static final int TRACK
Constructor Detail |
public AdjustmentEvent(Component source, int id, int type, int value)
Method Detail |
public int getValue()
public int getAdjustmentType()
|
kAWT Version 0.96 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |