java.lang.Object
com.sun.java.accessibility.util.EventID
EventID contains integer constants that map to event support in
AWT and Swing. They are used by primarily by AWTEventMonitor,
AWTEventsListener, SwingEventMonitor, and SwingEventListener, but
can be freely used by any other class.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Maps to AWT Action support (i.e., ActionListener and ActionEvent)static final int
Maps to AWT Adjustment support (i.e., AdjustmentListener and AdjustmentEvent)static final int
Maps to Swing Ancestor support (i.e., AncestorListener and AncestorEvent)static final int
Maps to Swing Text Caret support (i.e., CaretListener and CaretEvent)static final int
Maps to Swing CellEditor support (i.e., CellEditorListener and CellEditorEvent)static final int
Maps to Swing Change support (i.e., ChangeListener and ChangeEvent)static final int
Maps to Swing TableColumnModel support (i.e., TableColumnModelListener and TableColumnModelEvent)static final int
Maps to AWT Component support (i.e., ComponentListener and ComponentEvent)static final int
Maps to AWT Container support (i.e., ContainerListener and ContainerEvent)static final int
Maps to Swing Document support (i.e., DocumentListener and DocumentEvent)static final int
Maps to AWT Focus support (i.e., FocusListener and FocusEvent)static final int
Maps to Swing InternalFrame support (i.e., InternalFrameListener)static final int
Maps to AWT Item support (i.e., ItemListener and ItemEvent)static final int
Maps to AWT Key support (i.e., KeyListener and KeyEvent)static final int
Maps to Swing ListData support (i.e., ListDataListener and ListDataEvent)static final int
Maps to Swing ListSelection support (i.e., ListSelectionListener and ListSelectionEvent)static final int
Maps to Swing Menu support (i.e., MenuListener and MenuEvent)static final int
Maps to AWT MouseMotion support (i.e., MouseMotionListener and MouseMotionEvent)static final int
Maps to AWT Mouse support (i.e., MouseListener and MouseEvent)static final int
Maps to Swing PopupMenu support (i.e., PopupMenuListener and PopupMenuEvent)static final int
Maps to Beans PropertyChange support (i.e., PropertyChangeListener and PropertyChangeEvent)static final int
Maps to Swing TableModel support (i.e., TableModelListener and TableModelEvent)static final int
Maps to AWT Text support (i.e., TextListener and TextEvent)static final int
Maps to Swing TreeExpansion support (i.e., TreeExpansionListener and TreeExpansionEvent)static final int
Maps to Swing TreeModel support (i.e., TreeModelListener and TreeModelEvent)static final int
Maps to Swing TreeSelection support (i.e., TreeSelectionListener and TreeSelectionEvent)static final int
Maps to Swing UndoableEdit support (i.e., UndoableEditListener and UndoableEditEvent)static final int
Maps to Beans VetoableChange support (i.e., VetoableChangeListener and VetoableChangeEvent)static final int
Maps to AWT Window support (i.e., WindowListener and WindowEvent) -
Constructor Summary
-
Method Summary
-
Field Details
-
ACTION
public static final int ACTIONMaps to AWT Action support (i.e., ActionListener and ActionEvent)- See Also:
-
ADJUSTMENT
public static final int ADJUSTMENTMaps to AWT Adjustment support (i.e., AdjustmentListener and AdjustmentEvent)- See Also:
-
COMPONENT
public static final int COMPONENTMaps to AWT Component support (i.e., ComponentListener and ComponentEvent)- See Also:
-
CONTAINER
public static final int CONTAINERMaps to AWT Container support (i.e., ContainerListener and ContainerEvent)- See Also:
-
FOCUS
public static final int FOCUSMaps to AWT Focus support (i.e., FocusListener and FocusEvent)- See Also:
-
ITEM
public static final int ITEMMaps to AWT Item support (i.e., ItemListener and ItemEvent)- See Also:
-
KEY
public static final int KEYMaps to AWT Key support (i.e., KeyListener and KeyEvent)- See Also:
-
MOUSE
public static final int MOUSEMaps to AWT Mouse support (i.e., MouseListener and MouseEvent)- See Also:
-
MOTION
public static final int MOTIONMaps to AWT MouseMotion support (i.e., MouseMotionListener and MouseMotionEvent)- See Also:
-
TEXT
public static final int TEXTMaps to AWT Text support (i.e., TextListener and TextEvent)- See Also:
-
WINDOW
public static final int WINDOWMaps to AWT Window support (i.e., WindowListener and WindowEvent)- See Also:
-
ANCESTOR
public static final int ANCESTORMaps to Swing Ancestor support (i.e., AncestorListener and AncestorEvent)- See Also:
-
CARET
public static final int CARETMaps to Swing Text Caret support (i.e., CaretListener and CaretEvent)- See Also:
-
CELLEDITOR
public static final int CELLEDITORMaps to Swing CellEditor support (i.e., CellEditorListener and CellEditorEvent)- See Also:
-
CHANGE
public static final int CHANGEMaps to Swing Change support (i.e., ChangeListener and ChangeEvent)- See Also:
-
COLUMNMODEL
public static final int COLUMNMODELMaps to Swing TableColumnModel support (i.e., TableColumnModelListener and TableColumnModelEvent)- See Also:
-
DOCUMENT
public static final int DOCUMENTMaps to Swing Document support (i.e., DocumentListener and DocumentEvent)- See Also:
-
LISTDATA
public static final int LISTDATAMaps to Swing ListData support (i.e., ListDataListener and ListDataEvent)- See Also:
-
LISTSELECTION
public static final int LISTSELECTIONMaps to Swing ListSelection support (i.e., ListSelectionListener and ListSelectionEvent)- See Also:
-
MENU
public static final int MENUMaps to Swing Menu support (i.e., MenuListener and MenuEvent)- See Also:
-
POPUPMENU
public static final int POPUPMENUMaps to Swing PopupMenu support (i.e., PopupMenuListener and PopupMenuEvent)- See Also:
-
TABLEMODEL
public static final int TABLEMODELMaps to Swing TableModel support (i.e., TableModelListener and TableModelEvent)- See Also:
-
TREEEXPANSION
public static final int TREEEXPANSIONMaps to Swing TreeExpansion support (i.e., TreeExpansionListener and TreeExpansionEvent)- See Also:
-
TREEMODEL
public static final int TREEMODELMaps to Swing TreeModel support (i.e., TreeModelListener and TreeModelEvent)- See Also:
-
TREESELECTION
public static final int TREESELECTIONMaps to Swing TreeSelection support (i.e., TreeSelectionListener and TreeSelectionEvent)- See Also:
-
UNDOABLEEDIT
public static final int UNDOABLEEDITMaps to Swing UndoableEdit support (i.e., UndoableEditListener and UndoableEditEvent)- See Also:
-
PROPERTYCHANGE
public static final int PROPERTYCHANGEMaps to Beans PropertyChange support (i.e., PropertyChangeListener and PropertyChangeEvent)- See Also:
-
VETOABLECHANGE
public static final int VETOABLECHANGEMaps to Beans VetoableChange support (i.e., VetoableChangeListener and VetoableChangeEvent)- See Also:
-
INTERNALFRAME
public static final int INTERNALFRAMEMaps to Swing InternalFrame support (i.e., InternalFrameListener)- See Also:
-
-
Constructor Details
-
EventID
public EventID()Constructs anEventID
.
-