- java.lang.Object
-
- com.sun.java.accessibility.util.EventID
-
public class EventID extends Object
EventIDには、AWTとSwingのイベント・サポートにマップする整数型定数が含まれます。 それらは、AWTEventMonitor、AWTEventsListener、SwingEventMonitorおよびSwingEventListenerで主に使用されますが、他のどのクラスでも自由に使用できます。
-
-
フィールドのサマリー
フィールド 修飾子と型 フィールド 説明 static intACTIONAWTアクション・サポート(ActionListenerおよびActionEventなど)にマップしますstatic intADJUSTMENTAWT Adjustmentサポート(AdjustmentListenerおよびAdjustmentEventなど)にマップしますstatic intANCESTORSwing Ancestorサポート(AncestorListenerおよびAncestorEventなど)にマップしますstatic intCARETSwing Text Caretサポート(CaretListenerおよびCaretEventなど)にマップしますstatic intCELLEDITORSwing CellEditorサポート(CellEditorListenerおよびCellEditorEventなど)にマップしますstatic intCHANGESwing Changeサポート(ChangeListenerおよびChangeEventなど)にマップしますstatic intCOLUMNMODELSwing TableColumnModelサポート(TableColumnModelListenerおよびTableColumnModelEventなど)にマップしますstatic intCOMPONENTAWT Componentサポート(ComponentListenerおよびComponentEventなど)にマップしますstatic intCONTAINERAWT Containerサポート(ContainerListenerおよびContainerEventなど)にマップしますstatic intDOCUMENTSwing Documentlサポート(DocumentListenerおよびDocumentEventなど)にマップしますstatic intFOCUSAWT Focusサポート(FocusListenerおよびFocusEventなど)にマップしますstatic intINTERNALFRAMESwing InternalFrameサポート(InternalFrameListenerなど)にマップしますstatic intITEMAWT Itemサポート(ItemListenerおよびItemEventなど)にマップしますstatic intKEYAWT Keyサポート(KeyListenerおよびKeyEventなど)にマップしますstatic intLISTDATASwing ListDataサポート(ListDataListenerおよびListDataEventなど)にマップしますstatic intLISTSELECTIONSwing ListSelectionサポート(ListSelectionListenerおよびListSelectionEventなど)にマップしますstatic intMENUSwing Menuサポート(MenuListenerおよびMenuEventなど)にマップしますstatic intMOTIONAWT MouseMotionサポート(MouseMotionListenerおよびMouseMotionEventなど)にマップしますstatic intMOUSEAWT Mouseサポート(MouseListenerおよびMouseEventなど)にマップしますstatic intPOPUPMENUSwing PopupMenuサポート(PopupMenuListenerおよびPopupMenuEventなど)にマップしますstatic intPROPERTYCHANGEBeans PropertyChangeサポート(PropertyChangeListenerおよびPropertyChangeEventなど)にマップしますstatic intTABLEMODELSwing TableModelサポート(TableModelListenerおよびTableModelEventなど)にマップしますstatic intTEXTAWT Textサポート(TextListenerおよびTextEventなど)にマップしますstatic intTREEEXPANSIONSwing TreeExpansionサポート(TreeExpansionListenerおよびTreeExpansionEventなど)にマップしますstatic intTREEMODELSwing TreeModelサポート(TreeModelListenerおよびTreeModelEventなど)にマップしますstatic intTREESELECTIONSwing TreeSelectionサポート(TreeSelectionListenerおよびTreeSelectionEventなど)にマップしますstatic intUNDOABLEEDITSwing UndoableEditサポート(UndoableEditListenerおよびUndoableEditEventなど)にマップしますstatic intVETOABLECHANGEBeans VetoableChangeサポート(VetoableChangeListenerおよびVetoableChangeEventなど)にマップしますstatic intWINDOWAWT Windowサポート(WindowListenerおよびWindowEventなど)にマップします
-
コンストラクタのサマリー
コンストラクタ コンストラクタ 説明 EventID()
-
-
-
フィールドの詳細
-
ACTION
public static final int ACTION
AWTアクション・サポート(ActionListenerおよびActionEventなど)にマップします- 関連項目:
- 定数フィールド値
-
ADJUSTMENT
public static final int ADJUSTMENT
AWT Adjustmentサポート(AdjustmentListenerおよびAdjustmentEventなど)にマップします- 関連項目:
- 定数フィールド値
-
COMPONENT
public static final int COMPONENT
AWT Componentサポート(ComponentListenerおよびComponentEventなど)にマップします- 関連項目:
- 定数フィールド値
-
CONTAINER
public static final int CONTAINER
AWT Containerサポート(ContainerListenerおよびContainerEventなど)にマップします- 関連項目:
- 定数フィールド値
-
FOCUS
public static final int FOCUS
AWT Focusサポート(FocusListenerおよびFocusEventなど)にマップします- 関連項目:
- 定数フィールド値
-
ITEM
public static final int ITEM
AWT Itemサポート(ItemListenerおよびItemEventなど)にマップします- 関連項目:
- 定数フィールド値
-
KEY
public static final int KEY
AWT Keyサポート(KeyListenerおよびKeyEventなど)にマップします- 関連項目:
- 定数フィールド値
-
MOUSE
public static final int MOUSE
AWT Mouseサポート(MouseListenerおよびMouseEventなど)にマップします- 関連項目:
- 定数フィールド値
-
MOTION
public static final int MOTION
AWT MouseMotionサポート(MouseMotionListenerおよびMouseMotionEventなど)にマップします- 関連項目:
- 定数フィールド値
-
TEXT
public static final int TEXT
AWT Textサポート(TextListenerおよびTextEventなど)にマップします- 関連項目:
- 定数フィールド値
-
WINDOW
public static final int WINDOW
AWT Windowサポート(WindowListenerおよびWindowEventなど)にマップします- 関連項目:
- 定数フィールド値
-
ANCESTOR
public static final int ANCESTOR
Swing Ancestorサポート(AncestorListenerおよびAncestorEventなど)にマップします- 関連項目:
- 定数フィールド値
-
CARET
public static final int CARET
Swing Text Caretサポート(CaretListenerおよびCaretEventなど)にマップします- 関連項目:
- 定数フィールド値
-
CELLEDITOR
public static final int CELLEDITOR
Swing CellEditorサポート(CellEditorListenerおよびCellEditorEventなど)にマップします- 関連項目:
- 定数フィールド値
-
CHANGE
public static final int CHANGE
Swing Changeサポート(ChangeListenerおよびChangeEventなど)にマップします- 関連項目:
- 定数フィールド値
-
COLUMNMODEL
public static final int COLUMNMODEL
Swing TableColumnModelサポート(TableColumnModelListenerおよびTableColumnModelEventなど)にマップします- 関連項目:
- 定数フィールド値
-
DOCUMENT
public static final int DOCUMENT
Swing Documentlサポート(DocumentListenerおよびDocumentEventなど)にマップします- 関連項目:
- 定数フィールド値
-
LISTDATA
public static final int LISTDATA
Swing ListDataサポート(ListDataListenerおよびListDataEventなど)にマップします- 関連項目:
- 定数フィールド値
-
LISTSELECTION
public static final int LISTSELECTION
Swing ListSelectionサポート(ListSelectionListenerおよびListSelectionEventなど)にマップします- 関連項目:
- 定数フィールド値
-
MENU
public static final int MENU
Swing Menuサポート(MenuListenerおよびMenuEventなど)にマップします- 関連項目:
- 定数フィールド値
-
POPUPMENU
public static final int POPUPMENU
Swing PopupMenuサポート(PopupMenuListenerおよびPopupMenuEventなど)にマップします- 関連項目:
- 定数フィールド値
-
TABLEMODEL
public static final int TABLEMODEL
Swing TableModelサポート(TableModelListenerおよびTableModelEventなど)にマップします- 関連項目:
- 定数フィールド値
-
TREEEXPANSION
public static final int TREEEXPANSION
Swing TreeExpansionサポート(TreeExpansionListenerおよびTreeExpansionEventなど)にマップします- 関連項目:
- 定数フィールド値
-
TREEMODEL
public static final int TREEMODEL
Swing TreeModelサポート(TreeModelListenerおよびTreeModelEventなど)にマップします- 関連項目:
- 定数フィールド値
-
TREESELECTION
public static final int TREESELECTION
Swing TreeSelectionサポート(TreeSelectionListenerおよびTreeSelectionEventなど)にマップします- 関連項目:
- 定数フィールド値
-
UNDOABLEEDIT
public static final int UNDOABLEEDIT
Swing UndoableEditサポート(UndoableEditListenerおよびUndoableEditEventなど)にマップします- 関連項目:
- 定数フィールド値
-
PROPERTYCHANGE
public static final int PROPERTYCHANGE
Beans PropertyChangeサポート(PropertyChangeListenerおよびPropertyChangeEventなど)にマップします- 関連項目:
- 定数フィールド値
-
VETOABLECHANGE
public static final int VETOABLECHANGE
Beans VetoableChangeサポート(VetoableChangeListenerおよびVetoableChangeEventなど)にマップします- 関連項目:
- 定数フィールド値
-
INTERNALFRAME
public static final int INTERNALFRAME
Swing InternalFrameサポート(InternalFrameListenerなど)にマップします- 関連項目:
- 定数フィールド値
-
-