Example usage for Java java.awt.event AdjustmentEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
int | UNIT_INCREMENT The unit increment adjustment type. |
int | UNIT_DECREMENT The unit decrement adjustment type. |
int | BLOCK_DECREMENT The block decrement adjustment type. |
int | BLOCK_INCREMENT The block increment adjustment type. |
int | TRACK The absolute tracking adjustment type. |
Adjustable | getAdjustable() Returns the Adjustable object where this event originated. |
int | getAdjustmentType() Returns the type of adjustment which caused the value changed event. |
Object | getSource() The object on which the Event initially occurred. |
int | getValue() Returns the current value in the adjustment event. |
boolean | getValueIsAdjusting() Returns true if this is one of multiple adjustment events. |
void | setSource(Object newSource) Retargets an event to a new source. |