Bug 64275 - [RCP] Allow subclassing of IDEApplication
Summary: [RCP] Allow subclassing of IDEApplication
Status: RESOLVED DUPLICATE of bug 64276
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Nick Edgar CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-26 23:42 EDT by Michael Scharf CLA
Modified: 2004-05-27 09:57 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 Michael Scharf CLA 2004-05-26 23:42:26 EDT
We have a product that needs the AWT and the SWT event loop to be the same 
(see Bug 39401).

In eclipse 2 we had to patch some code. With eclipse 3 we can simply run our 
own Application. In M8, IDEApplication was simple enough to copy it. In M9 
IDEApplication became more complex and we would prefer to subclass it instead 
of maintaining a copy. We simply nee two things:
- make the class non final
- extract the creation of the display into a protected method
Comment 1 Debbie Wilson CLA 2004-05-27 09:57:44 EDT

*** This bug has been marked as a duplicate of 64276 ***