@Exported public class EventID extends Object
AWTEventMonitor, 
SwingEventMonitor| Modifier and Type | Field and Description | 
|---|---|
| static int | ACTIONMaps to AWT Action support (i.e., ActionListener and ActionEvent) | 
| static int | ADJUSTMENTMaps to AWT Adjustment support (i.e., AdjustmentListener
 and AdjustmentEvent) | 
| static int | ANCESTORMaps to Swing Ancestor support (i.e., AncestorListener and
 AncestorEvent) | 
| static int | CARETMaps to Swing Text Caret support (i.e., CaretListener and
 CaretEvent) | 
| static int | CELLEDITORMaps to Swing CellEditor support (i.e., CellEditorListener and
 CellEditorEvent) | 
| static int | CHANGEMaps to Swing Change support (i.e., ChangeListener and
 ChangeEvent) | 
| static int | COLUMNMODELMaps to Swing TableColumnModel support (i.e.,
 TableColumnModelListener and TableColumnModelEvent) | 
| static int | COMPONENTMaps to AWT Component support (i.e., ComponentListener
 and ComponentEvent) | 
| static int | CONTAINERMaps to AWT Container support (i.e., ContainerListener
 and ContainerEvent) | 
| static int | DOCUMENTMaps to Swing Document support (i.e., DocumentListener and
 DocumentEvent) | 
| static int | FOCUSMaps to AWT Focus support (i.e., FocusListener and FocusEvent) | 
| static int | INTERNALFRAMEMaps to Swing InternalFrame support (i.e., InternalFrameListener) | 
| static int | ITEMMaps to AWT Item support (i.e., ItemListener and ItemEvent) | 
| static int | KEYMaps to AWT Key support (i.e., KeyListener and KeyEvent) | 
| static int | LISTDATAMaps to Swing ListData support (i.e., ListDataListener and
 ListDataEvent) | 
| static int | LISTSELECTIONMaps to Swing ListSelection support (i.e., ListSelectionListener and
 ListSelectionEvent) | 
| static int | MENUMaps to Swing Menu support (i.e., MenuListener and
 MenuEvent) | 
| static int | MOTIONMaps to AWT MouseMotion support (i.e., MouseMotionListener
 and MouseMotionEvent) | 
| static int | MOUSEMaps to AWT Mouse support (i.e., MouseListener and MouseEvent) | 
| static int | POPUPMENUMaps to Swing PopupMenu support (i.e., PopupMenuListener and
 PopupMenuEvent) | 
| static int | PROPERTYCHANGEMaps to Beans PropertyChange support (i.e., PropertyChangeListener
 and PropertyChangeEvent) | 
| static int | TABLEMODELMaps to Swing TableModel support (i.e., TableModelListener and
 TableModelEvent) | 
| static int | TEXTMaps to AWT Text support (i.e., TextListener and TextEvent) | 
| static int | TREEEXPANSIONMaps to Swing TreeExpansion support (i.e., TreeExpansionListener and
 TreeExpansionEvent) | 
| static int | TREEMODELMaps to Swing TreeModel support (i.e., TreeModelListener and
 TreeModelEvent) | 
| static int | TREESELECTIONMaps to Swing TreeSelection support (i.e., TreeSelectionListener and
 TreeSelectionEvent) | 
| static int | UNDOABLEEDITMaps to Swing UndoableEdit support (i.e., UndoableEditListener and
 UndoableEditEvent) | 
| static int | VETOABLECHANGEMaps to Beans VetoableChange support (i.e., VetoableChangeListener
 and VetoableChangeEvent) | 
| static int | WINDOWMaps to AWT Window support (i.e., WindowListener and WindowEvent) | 
| Constructor and Description | 
|---|
| EventID() | 
public static final int ACTION
public static final int ADJUSTMENT
public static final int COMPONENT
public static final int CONTAINER
public static final int FOCUS
public static final int ITEM
public static final int KEY
public static final int MOUSE
public static final int MOTION
public static final int TEXT
public static final int WINDOW
public static final int ANCESTOR
public static final int CARET
public static final int CELLEDITOR
public static final int CHANGE
public static final int COLUMNMODEL
public static final int DOCUMENT
public static final int LISTDATA
public static final int LISTSELECTION
public static final int MENU
public static final int POPUPMENU
public static final int TABLEMODEL
public static final int TREEEXPANSION
public static final int TREEMODEL
public static final int TREESELECTION
public static final int UNDOABLEEDIT
public static final int PROPERTYCHANGE
public static final int VETOABLECHANGE
public static final int INTERNALFRAME
 Copyright © 2002, 2025, Oracle and/or its affiliates.  All rights reserved.