API REVIEW request for RT-19709: API to enable accelerators lazily.

Paru Somashekar parvathi.somashekar at oracle.com
Tue May 1 13:53:40 PDT 2012


Changed it to MENU_VALIDATION_EVENT.

thanks,
Paru.

On 5/1/12 1:12 PM, Richard Bair wrote:
>> Adding a onMenuValidation API that would be called automatically at the same time that onShowing handler
>> is called and when an accelerator is triggered.
>> /**
>> *<p>Called when a accelerator for the Menuitem is invoked</p>
>> */
>>     public static final EventType<Event>  MENUVALIDATION_EVENT = new EventType<Event>();
>> private ObjectProperty<EventHandler<Event>>  onMenuValidation;
> Should it be MENU_VALIDATION_EVENT?
>
> Otherwise looked OK to me.
>
> Richard



More information about the openjfx-dev mailing list