java.lang.Object
com.sun.java.accessibility.util.EventID
public class EventID extends Object
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:
- AWTEventMonitor,- SwingEventMonitor
- 
Field SummaryFields Modifier and Type Field Description static intACTIONMaps to AWT Action support (i.e., ActionListener and ActionEvent)static intADJUSTMENTMaps to AWT Adjustment support (i.e., AdjustmentListener and AdjustmentEvent)static intANCESTORMaps to Swing Ancestor support (i.e., AncestorListener and AncestorEvent)static intCARETMaps to Swing Text Caret support (i.e., CaretListener and CaretEvent)static intCELLEDITORMaps to Swing CellEditor support (i.e., CellEditorListener and CellEditorEvent)static intCHANGEMaps to Swing Change support (i.e., ChangeListener and ChangeEvent)static intCOLUMNMODELMaps to Swing TableColumnModel support (i.e., TableColumnModelListener and TableColumnModelEvent)static intCOMPONENTMaps to AWT Component support (i.e., ComponentListener and ComponentEvent)static intCONTAINERMaps to AWT Container support (i.e., ContainerListener and ContainerEvent)static intDOCUMENTMaps to Swing Document support (i.e., DocumentListener and DocumentEvent)static intFOCUSMaps to AWT Focus support (i.e., FocusListener and FocusEvent)static intINTERNALFRAMEMaps to Swing InternalFrame support (i.e., InternalFrameListener)static intITEMMaps to AWT Item support (i.e., ItemListener and ItemEvent)static intKEYMaps to AWT Key support (i.e., KeyListener and KeyEvent)static intLISTDATAMaps to Swing ListData support (i.e., ListDataListener and ListDataEvent)static intLISTSELECTIONMaps to Swing ListSelection support (i.e., ListSelectionListener and ListSelectionEvent)static intMENUMaps to Swing Menu support (i.e., MenuListener and MenuEvent)static intMOTIONMaps to AWT MouseMotion support (i.e., MouseMotionListener and MouseMotionEvent)static intMOUSEMaps to AWT Mouse support (i.e., MouseListener and MouseEvent)static intPOPUPMENUMaps to Swing PopupMenu support (i.e., PopupMenuListener and PopupMenuEvent)static intPROPERTYCHANGEMaps to Beans PropertyChange support (i.e., PropertyChangeListener and PropertyChangeEvent)static intTABLEMODELMaps to Swing TableModel support (i.e., TableModelListener and TableModelEvent)static intTEXTMaps to AWT Text support (i.e., TextListener and TextEvent)static intTREEEXPANSIONMaps to Swing TreeExpansion support (i.e., TreeExpansionListener and TreeExpansionEvent)static intTREEMODELMaps to Swing TreeModel support (i.e., TreeModelListener and TreeModelEvent)static intTREESELECTIONMaps to Swing TreeSelection support (i.e., TreeSelectionListener and TreeSelectionEvent)static intUNDOABLEEDITMaps to Swing UndoableEdit support (i.e., UndoableEditListener and UndoableEditEvent)static intVETOABLECHANGEMaps to Beans VetoableChange support (i.e., VetoableChangeListener and VetoableChangeEvent)static intWINDOWMaps to AWT Window support (i.e., WindowListener and WindowEvent)
- 
Constructor SummaryConstructors Constructor Description EventID()
- 
Method Summary
- 
Field Details- 
ACTIONpublic static final int ACTIONMaps to AWT Action support (i.e., ActionListener and ActionEvent)- See Also:
- Constant Field Values
 
- 
ADJUSTMENTpublic static final int ADJUSTMENTMaps to AWT Adjustment support (i.e., AdjustmentListener and AdjustmentEvent)- See Also:
- Constant Field Values
 
- 
COMPONENTpublic static final int COMPONENTMaps to AWT Component support (i.e., ComponentListener and ComponentEvent)- See Also:
- Constant Field Values
 
- 
CONTAINERpublic static final int CONTAINERMaps to AWT Container support (i.e., ContainerListener and ContainerEvent)- See Also:
- Constant Field Values
 
- 
FOCUSpublic static final int FOCUSMaps to AWT Focus support (i.e., FocusListener and FocusEvent)- See Also:
- Constant Field Values
 
- 
ITEMpublic static final int ITEMMaps to AWT Item support (i.e., ItemListener and ItemEvent)- See Also:
- Constant Field Values
 
- 
KEYpublic static final int KEYMaps to AWT Key support (i.e., KeyListener and KeyEvent)- See Also:
- Constant Field Values
 
- 
MOUSEpublic static final int MOUSEMaps to AWT Mouse support (i.e., MouseListener and MouseEvent)- See Also:
- Constant Field Values
 
- 
MOTIONpublic static final int MOTIONMaps to AWT MouseMotion support (i.e., MouseMotionListener and MouseMotionEvent)- See Also:
- Constant Field Values
 
- 
TEXTpublic static final int TEXTMaps to AWT Text support (i.e., TextListener and TextEvent)- See Also:
- Constant Field Values
 
- 
WINDOWpublic static final int WINDOWMaps to AWT Window support (i.e., WindowListener and WindowEvent)- See Also:
- Constant Field Values
 
- 
ANCESTORpublic static final int ANCESTORMaps to Swing Ancestor support (i.e., AncestorListener and AncestorEvent)- See Also:
- Constant Field Values
 
- 
CARETpublic static final int CARETMaps to Swing Text Caret support (i.e., CaretListener and CaretEvent)- See Also:
- Constant Field Values
 
- 
CELLEDITORpublic static final int CELLEDITORMaps to Swing CellEditor support (i.e., CellEditorListener and CellEditorEvent)- See Also:
- Constant Field Values
 
- 
CHANGEpublic static final int CHANGEMaps to Swing Change support (i.e., ChangeListener and ChangeEvent)- See Also:
- Constant Field Values
 
- 
COLUMNMODELpublic static final int COLUMNMODELMaps to Swing TableColumnModel support (i.e., TableColumnModelListener and TableColumnModelEvent)- See Also:
- Constant Field Values
 
- 
DOCUMENTpublic static final int DOCUMENTMaps to Swing Document support (i.e., DocumentListener and DocumentEvent)- See Also:
- Constant Field Values
 
- 
LISTDATApublic static final int LISTDATAMaps to Swing ListData support (i.e., ListDataListener and ListDataEvent)- See Also:
- Constant Field Values
 
- 
LISTSELECTIONpublic static final int LISTSELECTIONMaps to Swing ListSelection support (i.e., ListSelectionListener and ListSelectionEvent)- See Also:
- Constant Field Values
 
- 
MENUpublic static final int MENUMaps to Swing Menu support (i.e., MenuListener and MenuEvent)- See Also:
- Constant Field Values
 
- 
POPUPMENUpublic static final int POPUPMENUMaps to Swing PopupMenu support (i.e., PopupMenuListener and PopupMenuEvent)- See Also:
- Constant Field Values
 
- 
TABLEMODELpublic static final int TABLEMODELMaps to Swing TableModel support (i.e., TableModelListener and TableModelEvent)- See Also:
- Constant Field Values
 
- 
TREEEXPANSIONpublic static final int TREEEXPANSIONMaps to Swing TreeExpansion support (i.e., TreeExpansionListener and TreeExpansionEvent)- See Also:
- Constant Field Values
 
- 
TREEMODELpublic static final int TREEMODELMaps to Swing TreeModel support (i.e., TreeModelListener and TreeModelEvent)- See Also:
- Constant Field Values
 
- 
TREESELECTIONpublic static final int TREESELECTIONMaps to Swing TreeSelection support (i.e., TreeSelectionListener and TreeSelectionEvent)- See Also:
- Constant Field Values
 
- 
UNDOABLEEDITpublic static final int UNDOABLEEDITMaps to Swing UndoableEdit support (i.e., UndoableEditListener and UndoableEditEvent)- See Also:
- Constant Field Values
 
- 
PROPERTYCHANGEpublic static final int PROPERTYCHANGEMaps to Beans PropertyChange support (i.e., PropertyChangeListener and PropertyChangeEvent)- See Also:
- Constant Field Values
 
- 
VETOABLECHANGEpublic static final int VETOABLECHANGEMaps to Beans VetoableChange support (i.e., VetoableChangeListener and VetoableChangeEvent)- See Also:
- Constant Field Values
 
- 
INTERNALFRAMEpublic static final int INTERNALFRAMEMaps to Swing InternalFrame support (i.e., InternalFrameListener)- See Also:
- Constant Field Values
 
 
- 
- 
Constructor Details- 
EventIDpublic EventID()
 
-