@Exported public class EventID extends Object
AWTEventMonitor
,
SwingEventMonitor
Modifier and Type | Field and Description |
---|---|
static int |
ACTION
Maps to AWT Action support (i.e., ActionListener and ActionEvent)
|
static int |
ADJUSTMENT
Maps to AWT Adjustment support (i.e., AdjustmentListener
and AdjustmentEvent)
|
static int |
ANCESTOR
Maps to Swing Ancestor support (i.e., AncestorListener and
AncestorEvent)
|
static int |
CARET
Maps to Swing Text Caret support (i.e., CaretListener and
CaretEvent)
|
static int |
CELLEDITOR
Maps to Swing CellEditor support (i.e., CellEditorListener and
CellEditorEvent)
|
static int |
CHANGE
Maps to Swing Change support (i.e., ChangeListener and
ChangeEvent)
|
static int |
COLUMNMODEL
Maps to Swing TableColumnModel support (i.e.,
TableColumnModelListener and TableColumnModelEvent)
|
static int |
COMPONENT
Maps to AWT Component support (i.e., ComponentListener
and ComponentEvent)
|
static int |
CONTAINER
Maps to AWT Container support (i.e., ContainerListener
and ContainerEvent)
|
static int |
DOCUMENT
Maps to Swing Document support (i.e., DocumentListener and
DocumentEvent)
|
static int |
FOCUS
Maps to AWT Focus support (i.e., FocusListener and FocusEvent)
|
static int |
INTERNALFRAME
Maps to Swing InternalFrame support (i.e., InternalFrameListener)
|
static int |
ITEM
Maps to AWT Item support (i.e., ItemListener and ItemEvent)
|
static int |
KEY
Maps to AWT Key support (i.e., KeyListener and KeyEvent)
|
static int |
LISTDATA
Maps to Swing ListData support (i.e., ListDataListener and
ListDataEvent)
|
static int |
LISTSELECTION
Maps to Swing ListSelection support (i.e., ListSelectionListener and
ListSelectionEvent)
|
static int |
MENU
Maps to Swing Menu support (i.e., MenuListener and
MenuEvent)
|
static int |
MOTION
Maps to AWT MouseMotion support (i.e., MouseMotionListener
and MouseMotionEvent)
|
static int |
MOUSE
Maps to AWT Mouse support (i.e., MouseListener and MouseEvent)
|
static int |
POPUPMENU
Maps to Swing PopupMenu support (i.e., PopupMenuListener and
PopupMenuEvent)
|
static int |
PROPERTYCHANGE
Maps to Beans PropertyChange support (i.e., PropertyChangeListener
and PropertyChangeEvent)
|
static int |
TABLEMODEL
Maps to Swing TableModel support (i.e., TableModelListener and
TableModelEvent)
|
static int |
TEXT
Maps to AWT Text support (i.e., TextListener and TextEvent)
|
static int |
TREEEXPANSION
Maps to Swing TreeExpansion support (i.e., TreeExpansionListener and
TreeExpansionEvent)
|
static int |
TREEMODEL
Maps to Swing TreeModel support (i.e., TreeModelListener and
TreeModelEvent)
|
static int |
TREESELECTION
Maps to Swing TreeSelection support (i.e., TreeSelectionListener and
TreeSelectionEvent)
|
static int |
UNDOABLEEDIT
Maps to Swing UndoableEdit support (i.e., UndoableEditListener and
UndoableEditEvent)
|
static int |
VETOABLECHANGE
Maps to Beans VetoableChange support (i.e., VetoableChangeListener
and VetoableChangeEvent)
|
static int |
WINDOW
Maps to AWT Window support (i.e., WindowListener and WindowEvent)
|
Constructor and Description |
---|
EventID() |
public static final int ACTION
public static final int ADJUSTMENT
public static final int COMPONENT
public static final int CONTAINER
public static final int FOCUS
public static final int ITEM
public static final int KEY
public static final int MOUSE
public static final int MOTION
public static final int TEXT
public static final int WINDOW
public static final int ANCESTOR
public static final int CARET
public static final int CELLEDITOR
public static final int CHANGE
public static final int COLUMNMODEL
public static final int DOCUMENT
public static final int LISTDATA
public static final int LISTSELECTION
public static final int MENU
public static final int POPUPMENU
public static final int TABLEMODEL
public static final int TREEEXPANSION
public static final int TREEMODEL
public static final int TREESELECTION
public static final int UNDOABLEEDIT
public static final int PROPERTYCHANGE
public static final int VETOABLECHANGE
public static final int INTERNALFRAME
Copyright © 2002, 2016, Oracle and/or its affiliates. All rights reserved.