|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
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
The adjustment event emitted by Adjustable objects.
Adjustable
,
AdjustmentListener
, Serialized FormField Summary | |
static int |
ADJUSTMENT_FIRST
Marks the first integer id for the range of adjustment event ids. |
static int |
ADJUSTMENT_LAST
Marks the last integer id for the range of adjustment event ids. |
static int |
ADJUSTMENT_VALUE_CHANGED
The adjustment value changed event. |
static int |
BLOCK_DECREMENT
The block decrement adjustment type. |
static int |
BLOCK_INCREMENT
The block increment adjustment type. |
static int |
TRACK
The absolute tracking adjustment type. |
static int |
UNIT_DECREMENT
The unit decrement adjustment type. |
static int |
UNIT_INCREMENT
The unit increment adjustment type. |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
AdjustmentEvent(Adjustable source,
int id,
int type,
int value)
Constructs a AdjustmentEvent object with the specified Adjustable source, event type, adjustment type, and value. |
Method Summary | |
Adjustable |
getAdjustable()
Returns the Adjustable object where this event originated. |
int |
getAdjustmentType()
Returns the type of adjustment which caused the value changed event. |
int |
getValue()
Returns the current value in the adjustment event. |
String |
paramString()
Returns a string representing the state of this event. |
Methods inherited from class java.awt.AWTEvent |
consume, finalize, getID, isConsumed, toString |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, 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(Adjustable source, int id, int type, int value)
source
- the Adjustable object where the event originatedid
- the event typetype
- the adjustment typevalue
- the current value of the adjustmentMethod Detail |
public Adjustable getAdjustable()
public int getValue()
public int getAdjustmentType()
UNIT_INCREMENT
,
UNIT_DECREMENT
,
BLOCK_INCREMENT
,
BLOCK_DECREMENT
,
TRACK
public String paramString()
AWTEvent
null
.paramString
in class AWTEvent
java.awt.AWTEvent
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Oracle and/or its affiliates, in the US and other countries.
Copyright © 1995, 2010 Oracle and/or its affiliates. All rights reserved.