Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module : java.desktop - Package : java.awt
Version documentée : Java SE 17

Classe « AWTEventMulticaster »

Informations générales

Héritage

java.lang.Object
    java.awt.AWTEventMulticaster

Interfaces implémentées

java.awt.event.ActionListener
java.awt.event.AdjustmentListener
java.awt.event.ComponentListener
java.awt.event.ContainerListener
java.awt.event.FocusListener
java.awt.event.HierarchyBoundsListener
java.awt.event.HierarchyListener
java.awt.event.InputMethodListener
java.awt.event.ItemListener
java.awt.event.KeyListener
java.awt.event.MouseListener
java.awt.event.MouseMotionListener
java.awt.event.MouseWheelListener
java.awt.event.TextListener
java.awt.event.WindowFocusListener
java.awt.event.WindowListener
java.awt.event.WindowStateListener

Définition

public class AWTEventMulticaster extends java.lang.Object
implements java.awt.event.ActionListener,
java.awt.event.AdjustmentListener,
java.awt.event.ComponentListener,
java.awt.event.ContainerListener,
java.awt.event.FocusListener,
java.awt.event.HierarchyBoundsListener,
java.awt.event.HierarchyListener,
java.awt.event.InputMethodListener,
java.awt.event.ItemListener,
java.awt.event.KeyListener,
java.awt.event.MouseListener,
java.awt.event.MouseMotionListener,
java.awt.event.MouseWheelListener,
java.awt.event.TextListener,
java.awt.event.WindowFocusListener,
java.awt.event.WindowListener,
java.awt.event.WindowStateListener

Description

A venir.

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription
protected EventListener a
protected EventListener b

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription
AWTEventMulticaster( EventListener a, EventListener b )

Liste des propriétés (getters/setters)

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W

Propriétés héritées de la classe java.lang.Object

class

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes concrètes Méthodes abstraites Méthodes dépréciées
QualificateursType de retourPrototype de la méthodeDescription
public void actionPerformed( ActionEvent e )
public static WindowListener add( WindowListener a, WindowListener b )
public static MouseMotionListener add( MouseMotionListener a, MouseMotionListener b )
public static MouseListener add( MouseListener a, MouseListener b )
public static WindowStateListener add( WindowStateListener a, WindowStateListener b )
public static WindowFocusListener add( WindowFocusListener a, WindowFocusListener b )
public static ComponentListener add( ComponentListener a, ComponentListener b )
public static ContainerListener add( ContainerListener a, ContainerListener b )
public static FocusListener add( FocusListener a, FocusListener b )
public static KeyListener add( KeyListener a, KeyListener b )
public static InputMethodListener add( InputMethodListener a, InputMethodListener b )
public static HierarchyListener add( HierarchyListener a, HierarchyListener b )
public static HierarchyBoundsListener add( HierarchyBoundsListener a, HierarchyBoundsListener b )
public static MouseWheelListener add( MouseWheelListener a, MouseWheelListener b )
public static ActionListener add( ActionListener a, ActionListener b )
public static ItemListener add( ItemListener a, ItemListener b )
public static AdjustmentListener add( AdjustmentListener a, AdjustmentListener b )
public static TextListener add( TextListener a, TextListener b )
protected static EventListener addInternal( EventListener a, EventListener b )
public void adjustmentValueChanged( AdjustmentEvent e )
public void ancestorMoved( HierarchyEvent e )
public void ancestorResized( HierarchyEvent e )
public void caretPositionChanged( InputMethodEvent e )
public void componentAdded( ContainerEvent e )
public void componentHidden( ComponentEvent e )
public void componentMoved( ComponentEvent e )
public void componentRemoved( ContainerEvent e )
public void componentResized( ComponentEvent e )
public void componentShown( ComponentEvent e )
public void focusGained( FocusEvent e )
public void focusLost( FocusEvent e )
public static <T> T[] getListeners( EventListener l, Class<T> listenerType )
public void hierarchyChanged( HierarchyEvent e )
public void inputMethodTextChanged( InputMethodEvent e )
public void itemStateChanged( ItemEvent e )
public void keyPressed( KeyEvent e )
public void keyReleased( KeyEvent e )
public void keyTyped( KeyEvent e )
public void mouseClicked( MouseEvent e )
public void mouseDragged( MouseEvent e )
public void mouseEntered( MouseEvent e )
public void mouseExited( MouseEvent e )
public void mouseMoved( MouseEvent e )
public void mousePressed( MouseEvent e )
public void mouseReleased( MouseEvent e )
public void mouseWheelMoved( MouseWheelEvent e )
public static AdjustmentListener remove( AdjustmentListener l, AdjustmentListener oldl )
public static ItemListener remove( ItemListener l, ItemListener oldl )
public static ActionListener remove( ActionListener l, ActionListener oldl )
public static WindowFocusListener remove( WindowFocusListener l, WindowFocusListener oldl )
public static HierarchyBoundsListener remove( HierarchyBoundsListener l, HierarchyBoundsListener oldl )
public static HierarchyListener remove( HierarchyListener l, HierarchyListener oldl )
public static InputMethodListener remove( InputMethodListener l, InputMethodListener oldl )
public static TextListener remove( TextListener l, TextListener oldl )
protected EventListener remove( EventListener oldl )
public static MouseMotionListener remove( MouseMotionListener l, MouseMotionListener oldl )
public static WindowStateListener remove( WindowStateListener l, WindowStateListener oldl )
public static WindowListener remove( WindowListener l, WindowListener oldl )
public static ComponentListener remove( ComponentListener l, ComponentListener oldl )
public static ContainerListener remove( ContainerListener l, ContainerListener oldl )
public static FocusListener remove( FocusListener l, FocusListener oldl )
public static KeyListener remove( KeyListener l, KeyListener oldl )
public static MouseListener remove( MouseListener l, MouseListener oldl )
public static MouseWheelListener remove( MouseWheelListener l, MouseWheelListener oldl )
protected static EventListener removeInternal( EventListener l, EventListener oldl )
protected static void save( ObjectOutputStream s, String k, EventListener l )
protected void saveInternal( ObjectOutputStream s, String k )
public void textValueChanged( TextEvent e )
public void windowActivated( WindowEvent e )
public void windowClosed( WindowEvent e )
public void windowClosing( WindowEvent e )
public void windowDeactivated( WindowEvent e )
public void windowDeiconified( WindowEvent e )
public void windowGainedFocus( WindowEvent e )
public void windowIconified( WindowEvent e )
public void windowLostFocus( WindowEvent e )
public void windowOpened( WindowEvent e )
public void windowStateChanged( WindowEvent e )

Méthodes héritées de la classe java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait