All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.bwt.JCAdjustmentEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----java.awt.AWTEvent
                   |
                   +----java.awt.event.AdjustmentEvent
                           |
                           +----jclass.bwt.JCAdjustmentEvent

public class JCAdjustmentEvent
extends AdjustmentEvent
The adjustment event emitted by JCAdjustable objects.

See Also:
JCAdjustable, JCAdjustmentListener

Variable Index

 o ADJUSTMENT_VALUE_CHANGED
The adjustment value changed event.
 o BLOCK_DECREMENT
The block decrement adjustment type.
 o BLOCK_INCREMENT
The block increment adjustment type.
 o TRACK
The absolute tracking adjustment type.
 o UNIT_DECREMENT
The unit decrement adjustment type.
 o UNIT_INCREMENT
The unit increment adjustment type.

Constructor Index

 o JCAdjustmentEvent(Object, int, int, int)
Constructs an event with the specified source, type, and value.

Variables

 o ADJUSTMENT_VALUE_CHANGED
 public static final int ADJUSTMENT_VALUE_CHANGED
The adjustment value changed event.

 o UNIT_INCREMENT
 public static final int UNIT_INCREMENT
The unit increment adjustment type.

 o UNIT_DECREMENT
 public static final int UNIT_DECREMENT
The unit decrement adjustment type.

 o BLOCK_DECREMENT
 public static final int BLOCK_DECREMENT
The block decrement adjustment type.

 o BLOCK_INCREMENT
 public static final int BLOCK_INCREMENT
The block increment adjustment type.

 o TRACK
 public static final int TRACK
The absolute tracking adjustment type.

Constructors

 o JCAdjustmentEvent
 public JCAdjustmentEvent(Object source,
                          int id,
                          int type,
                          int value)
Constructs an event with the specified source, type, and value.


All Packages  Class Hierarchy  This Package  Previous  Next  Index