java.lang.Object
com.sun.java.accessibility.util.EventID
public class EventID extends Object
EventIDには、AWTとSwingのイベント・サポートにマップする整数型定数が含まれます。 それらは、AWTEventMonitor、AWTEventsListener、SwingEventMonitorおよびSwingEventListenerで主に使用されますが、他のどのクラスでも自由に使用できます。
-
フィールドのサマリー
修飾子と型フィールド説明static final int
AWTアクション・サポート(ActionListenerおよびActionEventなど)にマップしますstatic final int
AWT Adjustmentサポート(AdjustmentListenerおよびAdjustmentEventなど)にマップしますstatic final int
Swing Ancestorサポート(AncestorListenerおよびAncestorEventなど)にマップしますstatic final int
Swing Text Caretサポート(CaretListenerおよびCaretEventなど)にマップしますstatic final int
Swing CellEditorサポート(CellEditorListenerおよびCellEditorEventなど)にマップしますstatic final int
Swing Changeサポート(ChangeListenerおよびChangeEventなど)にマップしますstatic final int
Swing TableColumnModelサポート(TableColumnModelListenerおよびTableColumnModelEventなど)にマップしますstatic final int
AWT Componentサポート(ComponentListenerおよびComponentEventなど)にマップしますstatic final int
AWT Containerサポート(ContainerListenerおよびContainerEventなど)にマップしますstatic final int
Swing Documentlサポート(DocumentListenerおよびDocumentEventなど)にマップしますstatic final int
AWT Focusサポート(FocusListenerおよびFocusEventなど)にマップしますstatic final int
Swing InternalFrameサポート(InternalFrameListenerなど)にマップしますstatic final int
AWT Itemサポート(ItemListenerおよびItemEventなど)にマップしますstatic final int
AWT Keyサポート(KeyListenerおよびKeyEventなど)にマップしますstatic final int
Swing ListDataサポート(ListDataListenerおよびListDataEventなど)にマップしますstatic final int
Swing ListSelectionサポート(ListSelectionListenerおよびListSelectionEventなど)にマップしますstatic final int
Swing Menuサポート(MenuListenerおよびMenuEventなど)にマップしますstatic final int
AWT MouseMotionサポート(MouseMotionListenerおよびMouseMotionEventなど)にマップしますstatic final int
AWT Mouseサポート(MouseListenerおよびMouseEventなど)にマップしますstatic final int
Swing PopupMenuサポート(PopupMenuListenerおよびPopupMenuEventなど)にマップしますstatic final int
Beans PropertyChangeサポート(PropertyChangeListenerおよびPropertyChangeEventなど)にマップしますstatic final int
Swing TableModelサポート(TableModelListenerおよびTableModelEventなど)にマップしますstatic final int
AWT Textサポート(TextListenerおよびTextEventなど)にマップしますstatic final int
Swing TreeExpansionサポート(TreeExpansionListenerおよびTreeExpansionEventなど)にマップしますstatic final int
Swing TreeModelサポート(TreeModelListenerおよびTreeModelEventなど)にマップしますstatic final int
Swing TreeSelectionサポート(TreeSelectionListenerおよびTreeSelectionEventなど)にマップしますstatic final int
Swing UndoableEditサポート(UndoableEditListenerおよびUndoableEditEventなど)にマップしますstatic final int
Beans VetoableChangeサポート(VetoableChangeListenerおよびVetoableChangeEventなど)にマップしますstatic final int
AWT Windowサポート(WindowListenerおよびWindowEventなど)にマップします -
コンストラクタのサマリー
-
メソッドのサマリー
-
フィールド詳細
-
ACTION
public static final int ACTIONAWTアクション・サポート(ActionListenerおよびActionEventなど)にマップします- 関連項目:
-
ADJUSTMENT
public static final int ADJUSTMENTAWT Adjustmentサポート(AdjustmentListenerおよびAdjustmentEventなど)にマップします- 関連項目:
-
COMPONENT
public static final int COMPONENTAWT Componentサポート(ComponentListenerおよびComponentEventなど)にマップします- 関連項目:
-
CONTAINER
public static final int CONTAINERAWT Containerサポート(ContainerListenerおよびContainerEventなど)にマップします- 関連項目:
-
FOCUS
public static final int FOCUSAWT Focusサポート(FocusListenerおよびFocusEventなど)にマップします- 関連項目:
-
ITEM
public static final int ITEMAWT Itemサポート(ItemListenerおよびItemEventなど)にマップします- 関連項目:
-
KEY
public static final int KEYAWT Keyサポート(KeyListenerおよびKeyEventなど)にマップします- 関連項目:
-
MOUSE
public static final int MOUSEAWT Mouseサポート(MouseListenerおよびMouseEventなど)にマップします- 関連項目:
-
MOTION
public static final int MOTIONAWT MouseMotionサポート(MouseMotionListenerおよびMouseMotionEventなど)にマップします- 関連項目:
-
TEXT
public static final int TEXTAWT Textサポート(TextListenerおよびTextEventなど)にマップします- 関連項目:
-
WINDOW
public static final int WINDOWAWT Windowサポート(WindowListenerおよびWindowEventなど)にマップします- 関連項目:
-
ANCESTOR
public static final int ANCESTORSwing Ancestorサポート(AncestorListenerおよびAncestorEventなど)にマップします- 関連項目:
-
CARET
public static final int CARETSwing Text Caretサポート(CaretListenerおよびCaretEventなど)にマップします- 関連項目:
-
CELLEDITOR
public static final int CELLEDITORSwing CellEditorサポート(CellEditorListenerおよびCellEditorEventなど)にマップします- 関連項目:
-
CHANGE
public static final int CHANGESwing Changeサポート(ChangeListenerおよびChangeEventなど)にマップします- 関連項目:
-
COLUMNMODEL
public static final int COLUMNMODELSwing TableColumnModelサポート(TableColumnModelListenerおよびTableColumnModelEventなど)にマップします- 関連項目:
-
DOCUMENT
public static final int DOCUMENTSwing Documentlサポート(DocumentListenerおよびDocumentEventなど)にマップします- 関連項目:
-
LISTDATA
public static final int LISTDATASwing ListDataサポート(ListDataListenerおよびListDataEventなど)にマップします- 関連項目:
-
LISTSELECTION
public static final int LISTSELECTIONSwing ListSelectionサポート(ListSelectionListenerおよびListSelectionEventなど)にマップします- 関連項目:
-
MENU
public static final int MENUSwing Menuサポート(MenuListenerおよびMenuEventなど)にマップします- 関連項目:
-
POPUPMENU
public static final int POPUPMENUSwing PopupMenuサポート(PopupMenuListenerおよびPopupMenuEventなど)にマップします- 関連項目:
-
TABLEMODEL
public static final int TABLEMODELSwing TableModelサポート(TableModelListenerおよびTableModelEventなど)にマップします- 関連項目:
-
TREEEXPANSION
public static final int TREEEXPANSIONSwing TreeExpansionサポート(TreeExpansionListenerおよびTreeExpansionEventなど)にマップします- 関連項目:
-
TREEMODEL
public static final int TREEMODELSwing TreeModelサポート(TreeModelListenerおよびTreeModelEventなど)にマップします- 関連項目:
-
TREESELECTION
public static final int TREESELECTIONSwing TreeSelectionサポート(TreeSelectionListenerおよびTreeSelectionEventなど)にマップします- 関連項目:
-
UNDOABLEEDIT
public static final int UNDOABLEEDITSwing UndoableEditサポート(UndoableEditListenerおよびUndoableEditEventなど)にマップします- 関連項目:
-
PROPERTYCHANGE
public static final int PROPERTYCHANGEBeans PropertyChangeサポート(PropertyChangeListenerおよびPropertyChangeEventなど)にマップします- 関連項目:
-
VETOABLECHANGE
public static final int VETOABLECHANGEBeans VetoableChangeサポート(VetoableChangeListenerおよびVetoableChangeEventなど)にマップします- 関連項目:
-
INTERNALFRAME
public static final int INTERNALFRAMESwing InternalFrameサポート(InternalFrameListenerなど)にマップします- 関連項目:
-
-
コンストラクタの詳細
-
EventID
public EventID()EventID
を構築します。
-