Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
JDK 17 jdk.accessibility.jmod - Accessibility Module
JDK 17 jdk.accessibility.jmod is the JMOD file for JDK 17 Accessibility module.
JDK 17 Accessibility module compiled class files are stored in \fyicenter\jdk-17.0.5\jmods\jdk.accessibility.jmod.
JDK 17 Accessibility module compiled class files are also linked and stored in the \fyicenter\jdk-17.0.5\lib\modules JImage file.
JDK 17 Accessibility module source code files are stored in \fyicenter\jdk-17.0.5\lib\src.zip\jdk.accessibility.
You can click and view the content of each source code file in the list below.
✍: FYIcenter
⏎ com/sun/java/accessibility/util/EventID.java
/* * Copyright (c) 2002, 2020, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.java.accessibility.util; /** * EventID contains integer constants that map to event support in * AWT and Swing. They are used by primarily by AWTEventMonitor, * AWTEventsListener, SwingEventMonitor, and SwingEventListener, but * can be freely used by any other class. * * @see AWTEventMonitor * @see SwingEventMonitor * */ public class EventID { /** * Constructs an {@code EventID}. */ public EventID() {} /** * Maps to AWT Action support (i.e., ActionListener and ActionEvent) */ static public final int ACTION = 0; /** * Maps to AWT Adjustment support (i.e., AdjustmentListener * and AdjustmentEvent) */ static public final int ADJUSTMENT = 1; /** * Maps to AWT Component support (i.e., ComponentListener * and ComponentEvent) */ static public final int COMPONENT = 2; /** * Maps to AWT Container support (i.e., ContainerListener * and ContainerEvent) */ static public final int CONTAINER = 3; /** * Maps to AWT Focus support (i.e., FocusListener and FocusEvent) */ static public final int FOCUS = 4; /** * Maps to AWT Item support (i.e., ItemListener and ItemEvent) */ static public final int ITEM = 5; /** * Maps to AWT Key support (i.e., KeyListener and KeyEvent) */ static public final int KEY = 6; /** * Maps to AWT Mouse support (i.e., MouseListener and MouseEvent) */ static public final int MOUSE = 7; /** * Maps to AWT MouseMotion support (i.e., MouseMotionListener * and MouseMotionEvent) */ static public final int MOTION = 8; /** * Maps to AWT Text support (i.e., TextListener and TextEvent) */ static public final int TEXT = 10; /** * Maps to AWT Window support (i.e., WindowListener and WindowEvent) */ static public final int WINDOW = 11; /** * Maps to Swing Ancestor support (i.e., AncestorListener and * AncestorEvent) */ static public final int ANCESTOR = 12; /** * Maps to Swing Text Caret support (i.e., CaretListener and * CaretEvent) */ static public final int CARET = 13; /** * Maps to Swing CellEditor support (i.e., CellEditorListener and * CellEditorEvent) */ static public final int CELLEDITOR = 14; /** * Maps to Swing Change support (i.e., ChangeListener and * ChangeEvent) */ static public final int CHANGE = 15; /** * Maps to Swing TableColumnModel support (i.e., * TableColumnModelListener and TableColumnModelEvent) */ static public final int COLUMNMODEL = 16; /** * Maps to Swing Document support (i.e., DocumentListener and * DocumentEvent) */ static public final int DOCUMENT = 17; /** * Maps to Swing ListData support (i.e., ListDataListener and * ListDataEvent) */ static public final int LISTDATA = 18; /** * Maps to Swing ListSelection support (i.e., ListSelectionListener and * ListSelectionEvent) */ static public final int LISTSELECTION = 19; /** * Maps to Swing Menu support (i.e., MenuListener and * MenuEvent) */ static public final int MENU = 20; /** * Maps to Swing PopupMenu support (i.e., PopupMenuListener and * PopupMenuEvent) */ static public final int POPUPMENU = 21; /** * Maps to Swing TableModel support (i.e., TableModelListener and * TableModelEvent) */ static public final int TABLEMODEL = 22; /** * Maps to Swing TreeExpansion support (i.e., TreeExpansionListener and * TreeExpansionEvent) */ static public final int TREEEXPANSION = 23; /** * Maps to Swing TreeModel support (i.e., TreeModelListener and * TreeModelEvent) */ static public final int TREEMODEL = 24; /** * Maps to Swing TreeSelection support (i.e., TreeSelectionListener and * TreeSelectionEvent) */ static public final int TREESELECTION = 25; /** * Maps to Swing UndoableEdit support (i.e., UndoableEditListener and * UndoableEditEvent) */ static public final int UNDOABLEEDIT = 26; /** * Maps to Beans PropertyChange support (i.e., PropertyChangeListener * and PropertyChangeEvent) */ static public final int PROPERTYCHANGE = 27; /** * Maps to Beans VetoableChange support (i.e., VetoableChangeListener * and VetoableChangeEvent) */ static public final int VETOABLECHANGE = 28; /** * Maps to Swing InternalFrame support (i.e., InternalFrameListener) */ static public final int INTERNALFRAME = 29; }
⏎ com/sun/java/accessibility/util/EventID.java
Or download all of them as a single archive file:
File name: jdk.accessibility-17.0.5-src.zip File size: 42191 bytes Release date: 2022-09-13 Download
⇒ JDK 17 jdk.attach.jmod - Attach Module
2023-07-01, ∼3205🔥, 0💬
Popular Posts:
What Is in Xerces-J-bin.2.12.2.zip? Xerces-J-bin.2.12.2.zip file is the distribution package ZIP fil...
The JSR 105 XML Digital Signature 1.0.1 FCS implementation provides an API and implementation that a...
JAX-RPC is an API for building Web services and clients that used remote procedure calls (RPC) and X...
The JMX technology provides the tools for building distributed, Web-based, modular and dynamic solut...
iText is an ideal library for developers looking to enhance web- and other applications with dynamic...