Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Non-modal dialogs, API to determine if dialog is already open

I am not aware of such an api. I used to check the shell title or something similar to determine if a specific dialog is currently open.


Am 07.11.2016 09:00 schrieb "Mickael Istria" <mistria@xxxxxxxxxx>:
On 11/07/2016 08:07 AM, Lars Vogel wrote:
Do we have API to determine if a dialog is currently open?
Once you have a dialog, invoking dialog.getShell().isDisposed() can tell whether a dialog is still open or not.
So I guess your question is about how to identify which dialog is associated to a given shell? I don't know an answer for this one ATM.
--
Mickael Istria
Eclipse developer for Red Hat Developers
My blog - My Tweets

_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-ui-dev

Back to the top