Java java.awt.event AdjustmentEvent fields, constructors, methods, implement or subclass

Example usage for Java java.awt.event AdjustmentEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.event AdjustmentEvent.

The text is from its open source code.

Field

intUNIT_INCREMENT
The unit increment adjustment type.
intUNIT_DECREMENT
The unit decrement adjustment type.
intBLOCK_DECREMENT
The block decrement adjustment type.
intBLOCK_INCREMENT
The block increment adjustment type.
intTRACK
The absolute tracking adjustment type.

Method

AdjustablegetAdjustable()
Returns the Adjustable object where this event originated.
intgetAdjustmentType()
Returns the type of adjustment which caused the value changed event.
ObjectgetSource()
The object on which the Event initially occurred.
intgetValue()
Returns the current value in the adjustment event.
booleangetValueIsAdjusting()
Returns true if this is one of multiple adjustment events.
voidsetSource(Object newSource)
Retargets an event to a new source.