Bug 576696 - NotificationBuilder should allow to set the parent shell
Summary: NotificationBuilder should allow to set the parent shell
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.22   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 575091
Blocks:
  Show dependency tree
 
Reported: 2021-10-18 06:32 EDT by Lars Vogel CLA
Modified: 2021-10-18 06:34 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2021-10-18 06:32:09 EDT
In the one use case in platform we set the parent shell for the notification to place it on the right corner for the current shell.

			setParentShell(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell());


This seems not possible with the new API. Could that be added?
Comment 1 Eclipse Genie CLA 2021-10-18 06:34:23 EDT
New Gerrit change created: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/186587