-
Bug
-
Resolution: Fixed
-
P2
-
9, jfx16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8270843 | jfx18 | Kevin Rushforth | P2 | Resolved | Fixed |
The following methods in Scene were former "impl_*" method that were intended to be encapsulated as part of JDK-8157295 in JDK 9, but were mistakenly left as public:
public void disposePeer()
public void enableInputMethodEvents(boolean enable)
public void processKeyEvent(KeyEvent e)
In the fix forJDK-8157295, the "impl_" prefix was removed, and the necessary accessors were added, but the "public" modifier was not removed.
We will deprecate these methods for removal with the intention to remove them from the public API in a future version of JavaFX.
public void disposePeer()
public void enableInputMethodEvents(boolean enable)
public void processKeyEvent(KeyEvent e)
In the fix for
We will deprecate these methods for removal with the intention to remove them from the public API in a future version of JavaFX.
- backported by
-
JDK-8270843 Deprecate for removal implementation methods in Scene
- Resolved
- blocks
-
JDK-8270839 Remove deprecated implementation methods from Scene
- Resolved
- csr for
-
JDK-8270310 Deprecate for removal implementation methods in Scene
- Closed
- relates to
-
JDK-8157295 Encapsulate impl_ methods in Scene and KeyValue classes
- Resolved
(1 links to)