java.lang.Object
com.sun.java.accessibility.util.EventID
public class EventID extends Object
EventIDには、AWTとSwingのイベント・サポートにマップする整数型定数が含まれます。 それらは、AWTEventMonitor、AWTEventsListener、SwingEventMonitorおよびSwingEventListenerで主に使用されますが、他のどのクラスでも自由に使用できます。 
- 
フィールドのサマリーフィールド修飾子と型フィールド説明static final intAWTアクション・サポート(ActionListenerおよびActionEventなど)にマップしますstatic final intAWT Adjustmentサポート(AdjustmentListenerおよびAdjustmentEventなど)にマップしますstatic final intSwing Ancestorサポート(AncestorListenerおよびAncestorEventなど)にマップしますstatic final intSwing Text Caretサポート(CaretListenerおよびCaretEventなど)にマップしますstatic final intSwing CellEditorサポート(CellEditorListenerおよびCellEditorEventなど)にマップしますstatic final intSwing Changeサポート(ChangeListenerおよびChangeEventなど)にマップしますstatic final intSwing TableColumnModelサポート(TableColumnModelListenerおよびTableColumnModelEventなど)にマップしますstatic final intAWT Componentサポート(ComponentListenerおよびComponentEventなど)にマップしますstatic final intAWT Containerサポート(ContainerListenerおよびContainerEventなど)にマップしますstatic final intSwing Documentlサポート(DocumentListenerおよびDocumentEventなど)にマップしますstatic final intAWT Focusサポート(FocusListenerおよびFocusEventなど)にマップしますstatic final intSwing InternalFrameサポート(InternalFrameListenerなど)にマップしますstatic final intAWT Itemサポート(ItemListenerおよびItemEventなど)にマップしますstatic final intAWT Keyサポート(KeyListenerおよびKeyEventなど)にマップしますstatic final intSwing ListDataサポート(ListDataListenerおよびListDataEventなど)にマップしますstatic final intSwing ListSelectionサポート(ListSelectionListenerおよびListSelectionEventなど)にマップしますstatic final intSwing Menuサポート(MenuListenerおよびMenuEventなど)にマップしますstatic final intAWT MouseMotionサポート(MouseMotionListenerおよびMouseMotionEventなど)にマップしますstatic final intAWT Mouseサポート(MouseListenerおよびMouseEventなど)にマップしますstatic final intSwing PopupMenuサポート(PopupMenuListenerおよびPopupMenuEventなど)にマップしますstatic final intBeans PropertyChangeサポート(PropertyChangeListenerおよびPropertyChangeEventなど)にマップしますstatic final intSwing TableModelサポート(TableModelListenerおよびTableModelEventなど)にマップしますstatic final intAWT Textサポート(TextListenerおよびTextEventなど)にマップしますstatic final intSwing TreeExpansionサポート(TreeExpansionListenerおよびTreeExpansionEventなど)にマップしますstatic final intSwing TreeModelサポート(TreeModelListenerおよびTreeModelEventなど)にマップしますstatic final intSwing TreeSelectionサポート(TreeSelectionListenerおよびTreeSelectionEventなど)にマップしますstatic final intSwing UndoableEditサポート(UndoableEditListenerおよびUndoableEditEventなど)にマップしますstatic final intBeans VetoableChangeサポート(VetoableChangeListenerおよびVetoableChangeEventなど)にマップしますstatic final intAWT Windowサポート(WindowListenerおよびWindowEventなど)にマップします
- 
コンストラクタのサマリーコンストラクタ
- 
メソッドのサマリー
- 
フィールド詳細- 
ACTIONpublic static final int ACTIONAWTアクション・サポート(ActionListenerおよびActionEventなど)にマップします- 関連項目:
 
- 
ADJUSTMENTpublic static final int ADJUSTMENTAWT Adjustmentサポート(AdjustmentListenerおよびAdjustmentEventなど)にマップします- 関連項目:
 
- 
COMPONENTpublic static final int COMPONENTAWT Componentサポート(ComponentListenerおよびComponentEventなど)にマップします- 関連項目:
 
- 
CONTAINERpublic static final int CONTAINERAWT Containerサポート(ContainerListenerおよびContainerEventなど)にマップします- 関連項目:
 
- 
FOCUSpublic static final int FOCUSAWT Focusサポート(FocusListenerおよびFocusEventなど)にマップします- 関連項目:
 
- 
ITEMpublic static final int ITEMAWT Itemサポート(ItemListenerおよびItemEventなど)にマップします- 関連項目:
 
- 
KEYpublic static final int KEYAWT Keyサポート(KeyListenerおよびKeyEventなど)にマップします- 関連項目:
 
- 
MOUSEpublic static final int MOUSEAWT Mouseサポート(MouseListenerおよびMouseEventなど)にマップします- 関連項目:
 
- 
MOTIONpublic static final int MOTIONAWT MouseMotionサポート(MouseMotionListenerおよびMouseMotionEventなど)にマップします- 関連項目:
 
- 
TEXTpublic static final int TEXTAWT Textサポート(TextListenerおよびTextEventなど)にマップします- 関連項目:
 
- 
WINDOWpublic static final int WINDOWAWT Windowサポート(WindowListenerおよびWindowEventなど)にマップします- 関連項目:
 
- 
ANCESTORpublic static final int ANCESTORSwing Ancestorサポート(AncestorListenerおよびAncestorEventなど)にマップします- 関連項目:
 
- 
CARETpublic static final int CARETSwing Text Caretサポート(CaretListenerおよびCaretEventなど)にマップします- 関連項目:
 
- 
CELLEDITORpublic static final int CELLEDITORSwing CellEditorサポート(CellEditorListenerおよびCellEditorEventなど)にマップします- 関連項目:
 
- 
CHANGEpublic static final int CHANGESwing Changeサポート(ChangeListenerおよびChangeEventなど)にマップします- 関連項目:
 
- 
COLUMNMODELpublic static final int COLUMNMODELSwing TableColumnModelサポート(TableColumnModelListenerおよびTableColumnModelEventなど)にマップします- 関連項目:
 
- 
DOCUMENTpublic static final int DOCUMENTSwing Documentlサポート(DocumentListenerおよびDocumentEventなど)にマップします- 関連項目:
 
- 
LISTDATApublic static final int LISTDATASwing ListDataサポート(ListDataListenerおよびListDataEventなど)にマップします- 関連項目:
 
- 
LISTSELECTIONpublic static final int LISTSELECTIONSwing ListSelectionサポート(ListSelectionListenerおよびListSelectionEventなど)にマップします- 関連項目:
 
- 
MENUpublic static final int MENUSwing Menuサポート(MenuListenerおよびMenuEventなど)にマップします- 関連項目:
 
- 
POPUPMENUpublic static final int POPUPMENUSwing PopupMenuサポート(PopupMenuListenerおよびPopupMenuEventなど)にマップします- 関連項目:
 
- 
TABLEMODELpublic static final int TABLEMODELSwing TableModelサポート(TableModelListenerおよびTableModelEventなど)にマップします- 関連項目:
 
- 
TREEEXPANSIONpublic static final int TREEEXPANSIONSwing TreeExpansionサポート(TreeExpansionListenerおよびTreeExpansionEventなど)にマップします- 関連項目:
 
- 
TREEMODELpublic static final int TREEMODELSwing TreeModelサポート(TreeModelListenerおよびTreeModelEventなど)にマップします- 関連項目:
 
- 
TREESELECTIONpublic static final int TREESELECTIONSwing TreeSelectionサポート(TreeSelectionListenerおよびTreeSelectionEventなど)にマップします- 関連項目:
 
- 
UNDOABLEEDITpublic static final int UNDOABLEEDITSwing UndoableEditサポート(UndoableEditListenerおよびUndoableEditEventなど)にマップします- 関連項目:
 
- 
PROPERTYCHANGEpublic static final int PROPERTYCHANGEBeans PropertyChangeサポート(PropertyChangeListenerおよびPropertyChangeEventなど)にマップします- 関連項目:
 
- 
VETOABLECHANGEpublic static final int VETOABLECHANGEBeans VetoableChangeサポート(VetoableChangeListenerおよびVetoableChangeEventなど)にマップします- 関連項目:
 
- 
INTERNALFRAMEpublic static final int INTERNALFRAMESwing InternalFrameサポート(InternalFrameListenerなど)にマップします- 関連項目:
 
 
- 
- 
コンストラクタの詳細- 
EventIDpublic EventID()EventIDを構築します。
 
-