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

Variable Index

 o ACTION
Maps to AWT Action support (i.e., ActionListener and ActionEvent)
 o ADJUSTMENT
Maps to AWT Adjustment support (i.e., AdjustmentListener and AdjustmentEvent)
 o ANCESTOR
Maps to Swing Ancestor support (i.e., AncestorListener and AncestorEvent)
 o CARET
Maps to Swing Text Caret support (i.e., CaretListener and CaretEvent)
 o CELLEDITOR
Maps to Swing CellEditor support (i.e., CellEditorListener and CellEditorEvent)
 o CHANGE
Maps to Swing Change support (i.e., ChangeListener and ChangeEvent)
 o COLUMNMODEL
Maps to Swing TableColumnModel support (i.e., TableColumnModelListener and TableColumnModelEvent)
 o COMPONENT
Maps to AWT Component support (i.e., ComponentListener and ComponentEvent)
 o CONTAINER
Maps to AWT Container support (i.e., ContainerListener and ContainerEvent)
 o DOCUMENT
Maps to Swing Document support (i.e., DocumentListener and DocumentEvent)
 o FOCUS
Maps to AWT Focus support (i.e., FocusListener and FocusEvent)
 o ITEM
Maps to AWT Item support (i.e., ItemListener and ItemEvent)
 o KEY
Maps to AWT Key support (i.e., KeyListener and KeyEvent)
 o LISTDATA
Maps to Swing ListData support (i.e., ListDataListener and ListDataEvent)
 o LISTSELECTION
Maps to Swing ListSelection support (i.e., ListSelectionListener and ListSelectionEvent)
 o MENU
Maps to Swing Menu support (i.e., MenuListener and MenuEvent)
 o MOTION
Maps to AWT MouseMotion support (i.e., MouseMotionListener and MouseMotionEvent)
 o MOUSE
Maps to AWT Mouse support (i.e., MouseListener and MouseEvent)
 o POPUPMENU
Maps to Swing PopupMenu support (i.e., PopupMenuListener and PopupMenuEvent)
 o PROPERTYCHANGE
Maps to Beans PropertyChange support (i.e., PropertyChangeListener and PropertyChangeEvent)
 o TABLEMODEL
Maps to Swing TableModel support (i.e., TableModelListener and TableModelEvent)
 o TEXT
Maps to AWT Text support (i.e., TextListener and TextEvent)
 o TREEEXPANSION
Maps to Swing TreeExpansion support (i.e., TreeExpansionListener and TreeExpansionEvent)
 o TREEMODEL
Maps to Swing TreeModel support (i.e., TreeModelListener and TreeModelEvent)
 o TREESELECTION
Maps to Swing TreeSelection support (i.e., TreeSelectionListener and TreeSelectionEvent)
 o UNDOABLEEDIT
Maps to Swing UndoableEdit support (i.e., UndoableEditListener and UndoableEditEvent)
 o VETOABLECHANGE
Maps to Beans VetoableChange support (i.e., VetoableChangeListener and VetoableChangeEvent)
 o WINDOW
Maps to AWT Window support (i.e., WindowListener and WindowEvent)

Constructor Index

 o EventID()

Variables

 o ACTION
 public static final int ACTION
Maps to AWT Action support (i.e., ActionListener and ActionEvent)

 o ADJUSTMENT
 public static final int ADJUSTMENT
Maps to AWT Adjustment support (i.e., AdjustmentListener and AdjustmentEvent)

 o COMPONENT
 public static final int COMPONENT
Maps to AWT Component support (i.e., ComponentListener and ComponentEvent)

 o CONTAINER
 public static final int CONTAINER
Maps to AWT Container support (i.e., ContainerListener and ContainerEvent)

 o FOCUS
 public static final int FOCUS
Maps to AWT Focus support (i.e., FocusListener and FocusEvent)

 o ITEM
 public static final int ITEM
Maps to AWT Item support (i.e., ItemListener and ItemEvent)

 o KEY
 public static final int KEY
Maps to AWT Key support (i.e., KeyListener and KeyEvent)

 o MOUSE
 public static final int MOUSE
Maps to AWT Mouse support (i.e., MouseListener and MouseEvent)

 o MOTION
 public static final int MOTION
Maps to AWT MouseMotion support (i.e., MouseMotionListener and MouseMotionEvent)

 o TEXT
 public static final int TEXT
Maps to AWT Text support (i.e., TextListener and TextEvent)

 o WINDOW
 public static final int WINDOW
Maps to AWT Window support (i.e., WindowListener and WindowEvent)

 o ANCESTOR
 public static final int ANCESTOR
Maps to Swing Ancestor support (i.e., AncestorListener and AncestorEvent)

 o CARET
 public static final int CARET
Maps to Swing Text Caret support (i.e., CaretListener and CaretEvent)

 o CELLEDITOR
 public static final int CELLEDITOR
Maps to Swing CellEditor support (i.e., CellEditorListener and CellEditorEvent)

 o CHANGE
 public static final int CHANGE
Maps to Swing Change support (i.e., ChangeListener and ChangeEvent)

 o COLUMNMODEL
 public static final int COLUMNMODEL
Maps to Swing TableColumnModel support (i.e., TableColumnModelListener and TableColumnModelEvent)

 o DOCUMENT
 public static final int DOCUMENT
Maps to Swing Document support (i.e., DocumentListener and DocumentEvent)

 o LISTDATA
 public static final int LISTDATA
Maps to Swing ListData support (i.e., ListDataListener and ListDataEvent)

 o LISTSELECTION
 public static final int LISTSELECTION
Maps to Swing ListSelection support (i.e., ListSelectionListener and ListSelectionEvent)

 o MENU
 public static final int MENU
Maps to Swing Menu support (i.e., MenuListener and MenuEvent)

 o POPUPMENU
 public static final int POPUPMENU
Maps to Swing PopupMenu support (i.e., PopupMenuListener and PopupMenuEvent)

 o TABLEMODEL
 public static final int TABLEMODEL
Maps to Swing TableModel support (i.e., TableModelListener and TableModelEvent)

 o TREEEXPANSION
 public static final int TREEEXPANSION
Maps to Swing TreeExpansion support (i.e., TreeExpansionListener and TreeExpansionEvent)

 o TREEMODEL
 public static final int TREEMODEL
Maps to Swing TreeModel support (i.e., TreeModelListener and TreeModelEvent)

 o TREESELECTION
 public static final int TREESELECTION
Maps to Swing TreeSelection support (i.e., TreeSelectionListener and TreeSelectionEvent)

 o UNDOABLEEDIT
 public static final int UNDOABLEEDIT
Maps to Swing UndoableEdit support (i.e., UndoableEditListener and UndoableEditEvent)

 o PROPERTYCHANGE
 public static final int PROPERTYCHANGE
Maps to Beans PropertyChange support (i.e., PropertyChangeListener and PropertyChangeEvent)

 o VETOABLECHANGE
 public static final int VETOABLECHANGE
Maps to Beans VetoableChange support (i.e., VetoableChangeListener and VetoableChangeEvent)

Constructors

 o EventID
 public EventID()

All Packages  Class Hierarchy  This Package  Previous  Next  Index