Bug 256749 - [OLE] OLE should be independent of SWT
Summary: [OLE] OLE should be independent of SWT
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 68194
Blocks:
  Show dependency tree
 
Reported: 2008-11-27 05:24 EST by Carsten Drossel CLA
Modified: 2009-05-08 15:05 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carsten Drossel CLA 2008-11-27 05:24:19 EST
I want to use the OLE support of Eclipse in a RCP application without a SWT UI. To use org.eclipse.swt.ole.win32.OleAutomation I need SWT UI classes like org.eclipse.swt.widgets.Display. This is the subject of enhancement request 68194.

If that issue is resolved I would still have a dependency on the org.eclipse.swt (org.eclipse.swt.win32.win32.x86) Plug-in in my application. The OLE classes should be moved to a separate bundle to avoid such dependencies.
Comment 1 Felipe Heidrich CLA 2009-05-08 15:05:54 EDT
OleFrame and OleClientSite is a subclass of Composite.
OleEvent has references to Widget.
OleEventSink has references to SWT.
just to name a fill.

SWT also uses OLE in a bunch of places (Browser, Accessibility, MLang for TextLayout, etc).

I'm closing this as wont fix. Sorry.