Bug 488043

Summary: Extension of ShellListener with shellShown() method
Product: [Eclipse Project] Platform Reporter: Kay Schröer <Dsn1>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 4.5.2   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

Description Kay Schröer CLA 2016-02-18 11:38:17 EST
Maybe it's a good idea to extend the ShellListener interface with a method to trigger the SWT.Show event like this:

void shellShown(ShellEvent e);

So I will be able to differ between an activation event which is always triggered after the focus is moved to the window and a show event which is only triggered once if the window is opened the first time.