Public way to monitor JavaFX Windows
Matthieu BROUILLARD
matthieu at brouillard.fr
Tue Nov 25 16:22:53 UTC 2014
Thanks for the info Kevin, I commented the ticket and up-voted it.
Meanwhile we'll have to keep the polling on Window.impl_getWindows()
Matthieu
On Tue, Nov 25, 2014 at 4:50 PM, Kevin Rushforth <kevin.rushforth at oracle.com
> wrote:
> There is a JIRA already filed to track this request:
>
> https://javafx-jira.kenai.com/browse/RT-36196
>
> -- Kevin
>
>
> Matthieu BROUILLARD wrote:
>
>> Hi all,
>>
>> I'd like to know if there is a public way to monitor all "root" window
>> JavaFX objects (Window, Stage, PopupWindow).
>>
>> All what I have found until now is "private impl"
>>
>> - com.sun.javafx.stage.StageHelper.getStages(), observable but
>> relevant
>> only for Stages
>> - javafx.stage.Window.impl_getWindows(), used inside ScenicView but
>> not
>> listenable
>>
>> If there is not a public API, I'll create a JIRA for this.
>>
>> Matthieu
>>
>>
>
More information about the openjfx-dev
mailing list