jdk/src/java.desktop/share/classes/java/awt/event
Maurizio Cimadamore 20d8f58c92 8331671: Implement JEP 472: Prepare to Restrict the Use of JNI
Reviewed-by: jpai, prr, ihse, kcr, alanb
2024-08-26 09:17:45 +00:00
..
ActionEvent.java 8259522: Apply java.io.Serial annotations in java.desktop 2021-01-15 00:28:08 +00:00
ActionListener.java
AdjustmentEvent.java 8259522: Apply java.io.Serial annotations in java.desktop 2021-01-15 00:28:08 +00:00
AdjustmentListener.java
AWTEventListener.java
AWTEventListenerProxy.java
ComponentAdapter.java 8250856: Address reliance on default constructors in the AWT APIs 2020-08-11 05:30:52 +01:00
ComponentEvent.java 8259522: Apply java.io.Serial annotations in java.desktop 2021-01-15 00:28:08 +00:00
ComponentListener.java
ContainerAdapter.java 8250856: Address reliance on default constructors in the AWT APIs 2020-08-11 05:30:52 +01:00
ContainerEvent.java 8259522: Apply java.io.Serial annotations in java.desktop 2021-01-15 00:28:08 +00:00
ContainerListener.java
FocusAdapter.java 8250856: Address reliance on default constructors in the AWT APIs 2020-08-11 05:30:52 +01:00
FocusEvent.java 8284613: invalid use of @serial tag 2022-05-08 21:22:08 +00:00
FocusListener.java
HierarchyBoundsAdapter.java 8250856: Address reliance on default constructors in the AWT APIs 2020-08-11 05:30:52 +01:00
HierarchyBoundsListener.java
HierarchyEvent.java 8259522: Apply java.io.Serial annotations in java.desktop 2021-01-15 00:28:08 +00:00
HierarchyListener.java
InputEvent.java 8297210: Add a @sealedGraph tag to selected java.desktop classes 2022-11-29 21:51:15 +00:00
InputMethodEvent.java 8282602: Refactor awt classes javadoc to use @throws instead of @exception 2022-03-17 09:15:54 +00:00
InputMethodListener.java
InvocationEvent.java 8272756: Remove unnecessary explicit initialization of volatile variables in java.desktop 2021-10-08 15:58:36 +00:00
ItemEvent.java 8259522: Apply java.io.Serial annotations in java.desktop 2021-01-15 00:28:08 +00:00
ItemListener.java
KeyAdapter.java 8250856: Address reliance on default constructors in the AWT APIs 2020-08-11 05:30:52 +01:00
KeyEvent.java 8284613: invalid use of @serial tag 2022-05-08 21:22:08 +00:00
KeyListener.java
MouseAdapter.java 8250856: Address reliance on default constructors in the AWT APIs 2020-08-11 05:30:52 +01:00
MouseEvent.java 8284613: invalid use of @serial tag 2022-05-08 21:22:08 +00:00
MouseListener.java
MouseMotionAdapter.java 8250856: Address reliance on default constructors in the AWT APIs 2020-08-11 05:30:52 +01:00
MouseMotionListener.java
MouseWheelEvent.java 8259522: Apply java.io.Serial annotations in java.desktop 2021-01-15 00:28:08 +00:00
MouseWheelListener.java
NativeLibLoader.java 8331671: Implement JEP 472: Prepare to Restrict the Use of JNI 2024-08-26 09:17:45 +00:00
package-info.java
PaintEvent.java 8259522: Apply java.io.Serial annotations in java.desktop 2021-01-15 00:28:08 +00:00
TextEvent.java 8259522: Apply java.io.Serial annotations in java.desktop 2021-01-15 00:28:08 +00:00
TextListener.java
WindowAdapter.java 8250856: Address reliance on default constructors in the AWT APIs 2020-08-11 05:30:52 +01:00
WindowEvent.java 8259522: Apply java.io.Serial annotations in java.desktop 2021-01-15 00:28:08 +00:00
WindowFocusListener.java
WindowListener.java
WindowStateListener.java