- java.lang.Object
-
- java.util.EventObject
-
- java.awt.AWTEvent
-
- java.awt.event.AdjustmentEvent
-
- All Implemented Interfaces:
- Serializable
public class AdjustmentEvent extends AWTEvent
The adjustment event emitted by Adjustable objects likeScrollbar
andScrollPane
. When the user changes the value of the scrolling component, it receives an instance ofAdjustmentEvent
.An unspecified behavior will be caused if the
id
parameter of any particularAdjustmentEvent
instance is not in the range fromADJUSTMENT_FIRST
toADJUSTMENT_LAST
.The
type
of anyAdjustmentEvent
instance takes one of the following values:-
UNIT_INCREMENT
-
UNIT_DECREMENT
-
BLOCK_INCREMENT
-
BLOCK_DECREMENT
-
TRACK
- Since:
- 1.1
- See Also:
Adjustable
,AdjustmentListener
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static int
ADJUSTMENT_FIRST
Marks the first integer id for the range of adjustment event ids.static int
ADJUSTMENT_LAST
Marks the last integer id for the range of adjustment event ids.static int
ADJUSTMENT_VALUE_CHANGED
The adjustment value changed event.static int
BLOCK_DECREMENT
The block decrement adjustment type.static int
BLOCK_INCREMENT
The block increment adjustment type.static int
TRACK
The absolute tracking adjustment type.static int
UNIT_DECREMENT
The unit decrement adjustment type.static int
UNIT_INCREMENT
The unit increment adjustment type.-
Fields inherited from class java.awt.AWTEvent
ACTION_EVENT_MASK, ADJUSTMENT_EVENT_MASK, COMPONENT_EVENT_MASK, consumed, CONTAINER_EVENT_MASK, FOCUS_EVENT_MASK, HIERARCHY_BOUNDS_EVENT_MASK, HIERARCHY_EVENT_MASK, id, INPUT_METHOD_EVENT_MASK, INVOCATION_EVENT_MASK, ITEM_EVENT_MASK, KEY_EVENT_MASK, MOUSE_EVENT_MASK, MOUSE_MOTION_EVENT_MASK, MOUSE_WHEEL_EVENT_MASK, PAINT_EVENT_MASK, RESERVED_ID_MAX, TEXT_EVENT_MASK, WINDOW_EVENT_MASK, WINDOW_FOCUS_EVENT_MASK, WINDOW_STATE_EVENT_MASK
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor and Description AdjustmentEvent(Adjustable source, int id, int type, int value)
Constructs anAdjustmentEvent
object with the specifiedAdjustable
source, event type, adjustment type, and value.AdjustmentEvent(Adjustable source, int id, int type, int value, boolean isAdjusting)
Constructs anAdjustmentEvent
object with the specified Adjustable source, event type, adjustment type, and value.
-
Method Summary
Methods Modifier and Type Method and Description Adjustable
getAdjustable()
Returns theAdjustable
object where this event originated.int
getAdjustmentType()
Returns the type of adjustment which caused the value changed event.int
getValue()
Returns the current value in the adjustment event.boolean
getValueIsAdjusting()
Returnstrue
if this is one of multiple adjustment events.String
paramString()
Returns a string representing the state of thisEvent
.-
Methods inherited from class java.awt.AWTEvent
consume, getID, isConsumed, setSource, toString
-
Methods inherited from class java.util.EventObject
getSource
-
-
-
-
Field Detail
-
ADJUSTMENT_FIRST
public static final int ADJUSTMENT_FIRST
Marks the first integer id for the range of adjustment event ids.- See Also:
- Constant Field Values
-
ADJUSTMENT_LAST
public static final int ADJUSTMENT_LAST
Marks the last integer id for the range of adjustment event ids.- See Also:
- Constant Field Values
-
ADJUSTMENT_VALUE_CHANGED
public static final int ADJUSTMENT_VALUE_CHANGED
The adjustment value changed event.- See Also:
- Constant Field Values
-
UNIT_INCREMENT
public static final int UNIT_INCREMENT
The unit increment adjustment type.- See Also:
- Constant Field Values
-
UNIT_DECREMENT
public static final int UNIT_DECREMENT
The unit decrement adjustment type.- See Also:
- Constant Field Values
-
BLOCK_DECREMENT
public static final int BLOCK_DECREMENT
The block decrement adjustment type.- See Also:
- Constant Field Values
-
BLOCK_INCREMENT
public static final int BLOCK_INCREMENT
The block increment adjustment type.- See Also:
- Constant Field Values
-
TRACK
public static final int TRACK
The absolute tracking adjustment type.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AdjustmentEvent
public AdjustmentEvent(Adjustable source, int id, int type, int value)
Constructs anAdjustmentEvent
object with the specifiedAdjustable
source, event type, adjustment type, and value.This method throws an
IllegalArgumentException
ifsource
isnull
.- Parameters:
source
- TheAdjustable
object where the event originatedid
- An integer indicating the type of event. For information on allowable values, see the class description forAdjustmentEvent
type
- An integer indicating the adjustment type. For information on allowable values, see the class description forAdjustmentEvent
value
- The current value of the adjustment- Throws:
IllegalArgumentException
- ifsource
is null- See Also:
EventObject.getSource()
,AWTEvent.getID()
,getAdjustmentType()
,getValue()
-
AdjustmentEvent
public AdjustmentEvent(Adjustable source, int id, int type, int value, boolean isAdjusting)
Constructs anAdjustmentEvent
object with the specified Adjustable source, event type, adjustment type, and value.This method throws an
IllegalArgumentException
ifsource
isnull
.- Parameters:
source
- TheAdjustable
object where the event originatedid
- An integer indicating the type of event. For information on allowable values, see the class description forAdjustmentEvent
type
- An integer indicating the adjustment type. For information on allowable values, see the class description forAdjustmentEvent
value
- The current value of the adjustmentisAdjusting
- A boolean that equalstrue
if the event is one of a series of multiple adjusting events, otherwisefalse
- Throws:
IllegalArgumentException
- ifsource
is null- Since:
- 1.4
- See Also:
EventObject.getSource()
,AWTEvent.getID()
,getAdjustmentType()
,getValue()
,getValueIsAdjusting()
-
-
Method Detail
-
getAdjustable
public Adjustable getAdjustable()
Returns theAdjustable
object where this event originated.- Returns:
- the
Adjustable
object where this event originated
-
getValue
public int getValue()
Returns the current value in the adjustment event.- Returns:
- the current value in the adjustment event
-
getAdjustmentType
public int getAdjustmentType()
Returns the type of adjustment which caused the value changed event. It will have one of the following values:- Returns:
- one of the adjustment values listed above
-
getValueIsAdjusting
public boolean getValueIsAdjusting()
Returnstrue
if this is one of multiple adjustment events.- Returns:
true
if this is one of multiple adjustment events, otherwise returnsfalse
- Since:
- 1.4
-
paramString
public String paramString()
Description copied from class:AWTEvent
Returns a string representing the state of thisEvent
. This method is intended to be used only for debugging purposes, and the content and format of the returned string may vary between implementations. The returned string may be empty but may not benull
.- Overrides:
paramString
in classAWTEvent
- Returns:
- a string representation of this event
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-java/awt/event/AdjustmentEvent.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.