java.lang.Object
java.util.EventObject
java.awt.AWTEvent
java.awt.event.AdjustmentEvent
- All Implemented Interfaces:
- Serializable
- See Also:
- Top Examples, Source Code,
Adjustable
,
AdjustmentListener
public AdjustmentEvent(Adjustable source,
int id,
int type,
int value)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public AdjustmentEvent(Adjustable source,
int id,
int type,
int value,
boolean isAdjusting)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int ADJUSTMENT_FIRST
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int ADJUSTMENT_LAST
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int ADJUSTMENT_VALUE_CHANGED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int BLOCK_DECREMENT
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int BLOCK_INCREMENT
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Adjustable getAdjustable()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getAdjustmentType()
- See Also:
TRACK
, BLOCK_DECREMENT
, BLOCK_INCREMENT
, UNIT_DECREMENT
, UNIT_INCREMENT
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getValue()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean getValueIsAdjusting()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String paramString()
- See Also:
- AWTEvent
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int TRACK
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int UNIT_DECREMENT
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int UNIT_INCREMENT
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples