Class java.awt.event.AdjustmentEvent
All Packages Class Hierarchy This Package Previous Next Index
Class java.awt.event.AdjustmentEvent
java.lang.Object
|
+----java.util.EventObject
|
+----java.awt.AWTEvent
|
+----java.awt.event.AdjustmentEvent
public class AdjustmentEvent
extends AWTEvent
The adjustment event emitted by Adjustable objects.
See Also:
Adjustable, AdjustmentListener
ADJUSTMENT_FIRST
Marks the first integer id for the range of adjustment event ids.
ADJUSTMENT_LAST
Marks the last integer id for the range of adjustment event ids.
ADJUSTMENT_VALUE_CHANGED
The adjustment value changed event.
BLOCK_DECREMENT
The block decrement adjustment type.
BLOCK_INCREMENT
The block increment adjustment type.
TRACK
The absolute tracking adjustment type.
UNIT_DECREMENT
The unit decrement adjustment type.
UNIT_INCREMENT
The unit increment adjustment type.
AdjustmentEvent(Adjustable, int, int, int)
Constructs a AdjustmentEvent object with the specified Adjustable source,
type, and value.
getAdjustable()
Returns the Adjustable object where this event originated.
getAdjustmentType()
Returns the type of adjustment which caused the value changed
event.
getValue()
Returns the current value in the adjustment event.
paramString()
ADJUSTMENT_FIRST
public static final int ADJUSTMENT_FIRST
Marks the first integer id for the range of adjustment event ids.
ADJUSTMENT_LAST
public static final int ADJUSTMENT_LAST
Marks the last integer id for the range of adjustment event ids.
ADJUSTMENT_VALUE_CHANGED
public static final int ADJUSTMENT_VALUE_CHANGED
The adjustment value changed event.
UNIT_INCREMENT
public static final int UNIT_INCREMENT
The unit increment adjustment type.
UNIT_DECREMENT
public static final int UNIT_DECREMENT
The unit decrement adjustment type.
BLOCK_DECREMENT
public static final int BLOCK_DECREMENT
The block decrement adjustment type.
BLOCK_INCREMENT
public static final int BLOCK_INCREMENT
The block increment adjustment type.
TRACK
public static final int TRACK
The absolute tracking adjustment type.
AdjustmentEvent
public AdjustmentEvent(Adjustable source,
int id,
int type,
int value)
Constructs a AdjustmentEvent object with the specified Adjustable source,
type, and value.
Parameters:
source - the Adjustable object where the event originated
getAdjustable
public Adjustable getAdjustable()
Returns the Adjustable object where this event originated.
getValue
public int getValue()
Returns the current value in the adjustment event.
getAdjustmentType
public int getAdjustmentType()
Returns the type of adjustment which caused the value changed
event.
See Also:
UNIT_INCREMENT, UNIT_DECREMENT, BLOCK_INCREMENT, BLOCK_DECREMENT, TRACK
paramString
public String paramString()
Overrides:
paramString in class AWTEvent
All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature - Version 1.1.7 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1995-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Wyszukiwarka
Podobne podstrony:
java awt event AdjustmentListenerjava awt event ActionEventjava awt event FocusEventjava awt event MouseMotionListenerjava awt event WindowEventjava awt event ComponentEventjava awt event ContainerAdapterPackage java awt eventjava awt event WindowAdapterjava awt event MouseMotionAdapterjava awt event FocusListenerjava awt event InputEventjava awt event KeyAdapterjava awt event PaintEventjava awt event ItemListenerjava awt event ItemEventjava awt event ContainerEventjava awt event ActionListenerjava awt event MouseAdapterwięcej podobnych podstron