All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.java.accessibility.util.EventID
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,
AWTEventListener, SwingEventMonitor, and SwingEventListener, but
can be freely used by any other class.
- See Also:
- AWTEventMonitor, AWTEventListener, SwingEventMonitor, SwingEventListener
-
ACTION
- Maps to AWT Action support (i.e., ActionListener and ActionEvent)
-
ADJUSTMENT
- Maps to AWT Adjustment support (i.e., AdjustmentListener
and AdjustmentEvent)
-
ANCESTOR
-
Maps to Swing Ancestor support (i.e., AncestorListener and
AncestorEvent)
-
CARET
-
Maps to Swing Text Caret support (i.e., CaretListener and
CaretEvent)
-
CELLEDITOR
-
Maps to Swing CellEditor support (i.e., CellEditorListener and
CellEditorEvent)
-
CHANGE
-
Maps to Swing Change support (i.e., ChangeListener and
ChangeEvent)
-
COLUMNMODEL
-
Maps to Swing TableColumnModel support (i.e.,
TableColumnModelListener and TableColumnModelEvent)
-
COMPONENT
- Maps to AWT Component support (i.e., ComponentListener
and ComponentEvent)
-
CONTAINER
- Maps to AWT Container support (i.e., ContainerListener
and ContainerEvent)
-
DOCUMENT
-
Maps to Swing Document support (i.e., DocumentListener and
DocumentEvent)
-
FOCUS
- Maps to AWT Focus support (i.e., FocusListener and FocusEvent)
-
ITEM
- Maps to AWT Item support (i.e., ItemListener and ItemEvent)
-
KEY
- Maps to AWT Key support (i.e., KeyListener and KeyEvent)
-
LISTDATA
-
Maps to Swing ListData support (i.e., ListDataListener and
ListDataEvent)
-
LISTSELECTION
-
Maps to Swing ListSelection support (i.e., ListSelectionListener and
ListSelectionEvent)
-
MENU
-
Maps to Swing Menu support (i.e., MenuListener and
MenuEvent)
-
MOTION
- Maps to AWT MouseMotion support (i.e., MouseMotionListener
and MouseMotionEvent)
-
MOUSE
- Maps to AWT Mouse support (i.e., MouseListener and MouseEvent)
-
POPUPMENU
-
Maps to Swing PopupMenu support (i.e., PopupMenuListener and
PopupMenuEvent)
-
PROPERTYCHANGE
- Maps to Beans PropertyChange support (i.e., PropertyChangeListener
and PropertyChangeEvent)
-
TABLEMODEL
-
Maps to Swing TableModel support (i.e., TableModelListener and
TableModelEvent)
-
TEXT
- Maps to AWT Text support (i.e., TextListener and TextEvent)
-
TREEEXPANSION
-
Maps to Swing TreeExpansion support (i.e., TreeExpansionListener and
TreeExpansionEvent)
-
TREEMODEL
-
Maps to Swing TreeModel support (i.e., TreeModelListener and
TreeModelEvent)
-
TREESELECTION
-
Maps to Swing TreeSelection support (i.e., TreeSelectionListener and
TreeSelectionEvent)
-
UNDOABLEEDIT
-
Maps to Swing UndoableEdit support (i.e., UndoableEditListener and
UndoableEditEvent)
-
VETOABLECHANGE
- Maps to Beans VetoableChange support (i.e., VetoableChangeListener
and VetoableChangeEvent)
-
WINDOW
- Maps to AWT Window support (i.e., WindowListener and WindowEvent)
-
EventID()
-
ACTION
public static final int ACTION
- Maps to AWT Action support (i.e., ActionListener and ActionEvent)
ADJUSTMENT
public static final int ADJUSTMENT
- Maps to AWT Adjustment support (i.e., AdjustmentListener
and AdjustmentEvent)
COMPONENT
public static final int COMPONENT
- Maps to AWT Component support (i.e., ComponentListener
and ComponentEvent)
CONTAINER
public static final int CONTAINER
- Maps to AWT Container support (i.e., ContainerListener
and ContainerEvent)
FOCUS
public static final int FOCUS
- Maps to AWT Focus support (i.e., FocusListener and FocusEvent)
ITEM
public static final int ITEM
- Maps to AWT Item support (i.e., ItemListener and ItemEvent)
KEY
public static final int KEY
- Maps to AWT Key support (i.e., KeyListener and KeyEvent)
MOUSE
public static final int MOUSE
- Maps to AWT Mouse support (i.e., MouseListener and MouseEvent)
MOTION
public static final int MOTION
- Maps to AWT MouseMotion support (i.e., MouseMotionListener
and MouseMotionEvent)
TEXT
public static final int TEXT
- Maps to AWT Text support (i.e., TextListener and TextEvent)
WINDOW
public static final int WINDOW
- Maps to AWT Window support (i.e., WindowListener and WindowEvent)
ANCESTOR
public static final int ANCESTOR
- Maps to Swing Ancestor support (i.e., AncestorListener and
AncestorEvent)
CARET
public static final int CARET
- Maps to Swing Text Caret support (i.e., CaretListener and
CaretEvent)
CELLEDITOR
public static final int CELLEDITOR
- Maps to Swing CellEditor support (i.e., CellEditorListener and
CellEditorEvent)
CHANGE
public static final int CHANGE
- Maps to Swing Change support (i.e., ChangeListener and
ChangeEvent)
COLUMNMODEL
public static final int COLUMNMODEL
- Maps to Swing TableColumnModel support (i.e.,
TableColumnModelListener and TableColumnModelEvent)
DOCUMENT
public static final int DOCUMENT
- Maps to Swing Document support (i.e., DocumentListener and
DocumentEvent)
LISTDATA
public static final int LISTDATA
- Maps to Swing ListData support (i.e., ListDataListener and
ListDataEvent)
LISTSELECTION
public static final int LISTSELECTION
- Maps to Swing ListSelection support (i.e., ListSelectionListener and
ListSelectionEvent)
MENU
public static final int MENU
- Maps to Swing Menu support (i.e., MenuListener and
MenuEvent)
POPUPMENU
public static final int POPUPMENU
- Maps to Swing PopupMenu support (i.e., PopupMenuListener and
PopupMenuEvent)
TABLEMODEL
public static final int TABLEMODEL
- Maps to Swing TableModel support (i.e., TableModelListener and
TableModelEvent)
TREEEXPANSION
public static final int TREEEXPANSION
- Maps to Swing TreeExpansion support (i.e., TreeExpansionListener and
TreeExpansionEvent)
TREEMODEL
public static final int TREEMODEL
- Maps to Swing TreeModel support (i.e., TreeModelListener and
TreeModelEvent)
TREESELECTION
public static final int TREESELECTION
- Maps to Swing TreeSelection support (i.e., TreeSelectionListener and
TreeSelectionEvent)
UNDOABLEEDIT
public static final int UNDOABLEEDIT
- Maps to Swing UndoableEdit support (i.e., UndoableEditListener and
UndoableEditEvent)
PROPERTYCHANGE
public static final int PROPERTYCHANGE
- Maps to Beans PropertyChange support (i.e., PropertyChangeListener
and PropertyChangeEvent)
VETOABLECHANGE
public static final int VETOABLECHANGE
- Maps to Beans VetoableChange support (i.e., VetoableChangeListener
and VetoableChangeEvent)
EventID
public EventID()
All Packages Class Hierarchy This Package Previous Next Index