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