-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
b123
Currently, these methods are all listed as deprecated and are hidden from javadoc with an "@treatAsPrivate" annotation. However, they are still publicly visible and applications could (and some do) rely on these implementation details.
We need to encapsulate these implementation methods as well.
- blocks
-
JDK-8158004 Node, Shape and Shape3D need meaningful runtime exception message when application directly extends these classes
-
- Resolved
-
-
JDK-8158006 Improve javadoc for abstract classes that application should not directly extend
-
- Resolved
-
- is blocked by
-
JDK-8156809 Remove obsolete com.sun.javafx.robot package
-
- Resolved
-
-
JDK-8091874 Need API in GridPane to get row count, column count, and cell bounds
-
- Resolved
-
-
JDK-8154509 Remove the word impl_ in the name of private and package scope methods and fields
-
- Resolved
-
-
JDK-8155053 Encapsulate impl_ methods in Effect and on the setting of TraversalEngine
-
- Resolved
-
-
JDK-8155757 Encapsulate impl_ methods in animation, canvas, image, input, layout, paint, and text packages
-
- Resolved
-
-
JDK-8155762 Encapsulate JavaFX impl_* implementation methods in transform package
-
- Resolved
-
-
JDK-8155998 Encapsulate JavaFX impl_* implementation methods in stage package
-
- Resolved
-
-
JDK-8157295 Encapsulate impl_ methods in Scene and KeyValue classes
-
- Resolved
-
-
JDK-8157350 Encapsulate impl_ methods in Shapes related classes
-
- Resolved
-
-
JDK-8157900 Encapsulate JavaFX impl_* implementation methods in Node (peer and dirty)
-
- Resolved
-
-
JDK-8158659 Encapsulate impl_ methods in Node and its subclasses
-
- Resolved
-
- relates to
-
JDK-8144868 Rename non-public Dialog.impl_setResultAndClose API to Dialog.setResultAndClose
-
- Resolved
-
-
JDK-8144872 Remove ContextMenu.impl_showRelativeToWindow API
-
- Resolved
-
-
JDK-8145140 Remove TableColumnBase.impl_fixedProperty (and getter / setter)
-
- Resolved
-
-
JDK-8156089 Provide official API so subclasses can override layout bounds computation
-
- Open
-