public class EventID extends Object
Modifier and Type | Field | Description |
---|---|---|
static final int |
ACTION |
Maps to AWT Action support (i.e., ActionListener and ActionEvent) |
static final int |
ADJUSTMENT |
Maps to AWT Adjustment support (i.e., AdjustmentListener and AdjustmentEvent) |
static final int |
ANCESTOR |
Maps to Swing Ancestor support (i.e., AncestorListener and AncestorEvent) |
static final int |
CARET |
Maps to Swing Text Caret support (i.e., CaretListener and CaretEvent) |
static final int |
CELLEDITOR |
Maps to Swing CellEditor support (i.e., CellEditorListener and CellEditorEvent) |
static final int |
CHANGE |
Maps to Swing Change support (i.e., ChangeListener and ChangeEvent) |
static final int |
COLUMNMODEL |
Maps to Swing TableColumnModel support (i.e., TableColumnModelListener and TableColumnModelEvent) |
static final int |
COMPONENT |
Maps to AWT Component support (i.e., ComponentListener and ComponentEvent) |
static final int |
CONTAINER |
Maps to AWT Container support (i.e., ContainerListener and ContainerEvent) |
static final int |
DOCUMENT |
Maps to Swing Document support (i.e., DocumentListener and DocumentEvent) |
static final int |
FOCUS |
Maps to AWT Focus support (i.e., FocusListener and FocusEvent) |
static final int |
INTERNALFRAME |
Maps to Swing InternalFrame support (i.e., InternalFrameListener) |
static final int |
ITEM |
Maps to AWT Item support (i.e., ItemListener and ItemEvent) |
static final int |
KEY |
Maps to AWT Key support (i.e., KeyListener and KeyEvent) |
static final int |
LISTDATA |
Maps to Swing ListData support (i.e., ListDataListener and ListDataEvent) |
static final int |
LISTSELECTION |
Maps to Swing ListSelection support (i.e., ListSelectionListener and ListSelectionEvent) |
static final int |
MENU |
Maps to Swing Menu support (i.e., MenuListener and MenuEvent) |
static final int |
MOTION |
Maps to AWT MouseMotion support (i.e., MouseMotionListener and MouseMotionEvent) |
static final int |
MOUSE |
Maps to AWT Mouse support (i.e., MouseListener and MouseEvent) |
static final int |
POPUPMENU |
Maps to Swing PopupMenu support (i.e., PopupMenuListener and PopupMenuEvent) |
static final int |
PROPERTYCHANGE |
Maps to Beans PropertyChange support (i.e., PropertyChangeListener and PropertyChangeEvent) |
static final int |
TABLEMODEL |
Maps to Swing TableModel support (i.e., TableModelListener and TableModelEvent) |
static final int |
TEXT |
Maps to AWT Text support (i.e., TextListener and TextEvent) |
static final int |
TREEEXPANSION |
Maps to Swing TreeExpansion support (i.e., TreeExpansionListener and TreeExpansionEvent) |
static final int |
TREEMODEL |
Maps to Swing TreeModel support (i.e., TreeModelListener and TreeModelEvent) |
static final int |
TREESELECTION |
Maps to Swing TreeSelection support (i.e., TreeSelectionListener and TreeSelectionEvent) |
static final int |
UNDOABLEEDIT |
Maps to Swing UndoableEdit support (i.e., UndoableEditListener and UndoableEditEvent) |
static final int |
VETOABLECHANGE |
Maps to Beans VetoableChange support (i.e., VetoableChangeListener and VetoableChangeEvent) |
static final int |
WINDOW |
Maps to AWT Window support (i.e., WindowListener and WindowEvent) |
Constructor | Description |
---|---|
EventID() |
Constructs an 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
public EventID()
EventID
.
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/jdk.accessibility/com/sun/java/accessibility/util/EventID.html