Bug 265947 - [Browser] events not reusable outside org.eclipse.swt.browser pkg
Summary: [Browser] events not reusable outside org.eclipse.swt.browser pkg
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: 3.5 M6   Edit
Assignee: Grant Gayed CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-24 07:55 EST by Wayne Parrott CLA
Modified: 2009-03-09 15:17 EDT (History)
2 users (show)

See Also:


Attachments
Patch that makes SWT browser event constructors public (3.88 KB, patch)
2009-02-24 07:55 EST, Wayne Parrott CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wayne Parrott CLA 2009-02-24 07:55:55 EST
Created attachment 126546 [details]
Patch that makes SWT browser event constructors public

Build ID: M20080911-1700

Steps To Reproduce:
The SWT browser events have package scoped constructors that prevents their reuse. I am prototyping a WebKit browser outside of the org.eclipse.swt.browser package atm. My design closely follows the SWT browser and it would really be helpful if the following constructors on the following events were public:

WindowEvent
LocationEvent
ProgressEvent
StatusTextEvent
TitleEvent
Comment 1 Grant Gayed CLA 2009-03-09 15:17:30 EDT
fixed > 20090309