Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] JFace Popup Dialog


Just a heads up to those who implement lightweight popup dialogs.
In M3, JFace introduces PopupDialog, a sibling to Dialog in the dialog framework that pulls together function from various popups.
If you've implemented a popup dialog (and wish to blame any multi-monitor, platform-specific issues on someone else), you can consider converting your popup to use this new dialog.

API is marked experimental until there are a few more clients, but I don't expect radical changes and we'll probably remove the experimental markings for M4 if we feel there have been enough adopters.

See this bug for more detail:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=72374

susan

Back to the top