JDK-8100005 : Create new higher level API for menus to be used by controls and Toolkit
Type:Sub-task
Component:javafx
Sub-Component:controls
Affected Version:fx2.1
Priority:P3
Status:Closed
Resolution:Fixed
Submitted:2011-12-15
Updated:2015-06-16
Resolved:2011-12-21
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
To support implementation of RT-5842, we need to refactor the existing javafx.scene.control.Menu* classes to extend base classes defined in a javafx-ui-common package. A proposed API spec will follow.
Comments
Do I need, as sqe, to do some verification about this?
12-02-2012
Adding interfaces in rt-closed/javafx-ui-common:
com.sun.javafx.menu.CheckMenuItemBase
com.sun.javafx.menu.CustomMenuItemBase
com.sun.javafx.menu.MenuBase
com.sun.javafx.menu.MenuItemBase
com.sun.javafx.menu.RadioMenuItemBase
com.sun.javafx.menu.SeparatorMenuItemBase
Plus an adapter class in rt/javafx-ui-controls:
com.sun.javafx.scene.control.GlobalMenuAdapter