Bug 488043 - Extension of ShellListener with shellShown() method
Summary: Extension of ShellListener with shellShown() method
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.5.2   Edit
Hardware: PC All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-18 11:38 EST by Kay Schröer CLA
Modified: 2016-07-04 10:48 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.