java.lang.Objectjava.util.EventObject
java.awt.AWTEvent
java.awt.event.AdjustmentEvent
public class AdjustmentEvent
The adjustment event emitted by Adjustable objects.
Adjustable,
AdjustmentListener,
Serialized Form| Field Summary | |
|---|---|
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.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
AdjustmentEvent(Adjustable source,
int id,
int type,
int value)
Constructs an AdjustmentEvent object with the
specified Adjustable source, event type,
adjustment type, and value. |
|
AdjustmentEvent(Adjustable source,
int id,
int type,
int value,
boolean isAdjusting)
Constructs an AdjustmentEvent object with the
specified Adjustable source, event type, adjustment type, and value. |
|
| Method Summary | |
|---|---|
Adjustable |
getAdjustable()
Returns the Adjustable 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()
Returns true if this is one of multiple
adjustment events. |
String |
paramString()
Returns a string representing the state of this Event. |
| Methods inherited from class java.awt.AWTEvent |
|---|
consume, getID, isConsumed, setSource, toString |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int ADJUSTMENT_FIRST
public static final int ADJUSTMENT_LAST
public static final int ADJUSTMENT_VALUE_CHANGED
public static final int UNIT_INCREMENT
public static final int UNIT_DECREMENT
public static final int BLOCK_DECREMENT
public static final int BLOCK_INCREMENT
public static final int TRACK
| Constructor Detail |
|---|
public AdjustmentEvent(Adjustable source, int id, int type, int value)
AdjustmentEvent object with the
specified Adjustable source, event type,
adjustment type, and value.
Note that passing in an invalid id results in
unspecified behavior. This method throws an
IllegalArgumentException if source
is null.
source - the Adjustable object where the
event originatedid - the event typetype - the adjustment typevalue - the current value of the adjustment
IllegalArgumentException - if source is nullpublic AdjustmentEvent(Adjustable source, int id, int type, int value, boolean isAdjusting)
AdjustmentEvent object with the
specified Adjustable source, event type, adjustment type, and value.
Note that passing in an invalid id results in
unspecified behavior. This method throws an
IllegalArgumentException if source
is null.
source - the Adjustable object where the
event originatedid - the event typetype - the adjustment typevalue - the current value of the adjustmentisAdjusting - true if the event is one
of a series of multiple adjusting events,
otherwise false
IllegalArgumentException - if source is null| Method Detail |
|---|
public Adjustable getAdjustable()
Adjustable object where this event originated.
Adjustable object where this event originatedpublic int getValue()
public int getAdjustmentType()
public boolean getValueIsAdjusting()
true if this is one of multiple
adjustment events.
true if this is one of multiple
adjustment events, otherwise returns falsepublic String paramString()
AWTEventEvent.
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 be
null.
paramString in class AWTEventCes informations proviennent du site de http://java.sun.com
Le contenu de cette page provient du site de Sun, et est généré depuis un cache sur l'infobrol après certains traitements automatisés. La présentation peut donc différer du document original, mais le contenu aussi. Vous pouvez utiliser ce bouton pour afficher la page originale du site de Sun :
Maintenir les pages en cache sur différents sites peut offrir plus de disponibilité.
Chaque page est indexée dans la base de donnée, ce qui permet de retrouver facilement les informations, au moyen des sommaires, du moteur de recherche interne, etc.
Des facilités sont mises en place pour que les membres de l'infobrol puissent effectuer des traductions en français des différents documents. Ceci devrait permettre aux débutants en programmation Java de consulter les API en français s'ils maîtrisent moins bien la langue de Shakespeare. Dans le cas où une traduction a été soumise, elle est disponible au moyen d'un lien en bas de page. Si la traduction a été validée, la page s'affiche par défaut en français, et un lien en bas de page permet d'atteindre la version en anglais.
Le code sur l'infobrol est automatiquement coloré selon la syntaxe, et les différents mots clés sont transformés en liens pour accéder rapidement aux informations.
Vous avez la possibilité de partager vos expériences en proposant vos propres extraits de code en utilisant le bouton "ajouter un commentaire" en bas de page. Si vous visitez simplement l'infobrol, vous avez déjà accès à cette fonction, mais si vous étes membre du brol, vous pouvez en plus utiliser des boutons supplémentaires de mise en forme, dont la coloration automatique de vos extraits de codes.
Vous pouvez modifier vos préférences dans votre profil pour ne plus afficher les interactions avec les réseaux sociaux sur ces pages.
7 mots clés dont 0 définis manuellement (plus d'information...).
Avertissement
Cette page ne possède pas encore de mots clés manuels, ceci est donc un exemple automatique (les niveaux de pertinence sont fictifs, mais les liens sont valables). Pour tester le nuage avec une page qui contient des mots définis manuellement, vous pouvez cliquer ici.Vous pouvez modifier vos préférences dans votre profil pour ne plus afficher le nuage de mots clés.
Recherche (afficher)
Utilisateur (masquer)
Navigation (masquer)
Apparence (afficher)
Stats (afficher)
Citation (masquer)