Bug 254873 - [New API] include link in eSWT
Summary: [New API] include link in eSWT
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: ERCP (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Gorkem Ercan CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
: 203563 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-11-11 07:59 EST by Gorkem Ercan CLA
Modified: 2021-07-15 12:17 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gorkem Ercan CLA 2008-11-11 07:59:11 EST
I would like to propose SWT's Link[1] as a new widget in eRCP 1.3 release. In eSWT we have a similar mobile extension called HyperLink. However, the result of Hyperlink activation is always fixed and it does not allow the applications to get selection events to perform their own actions. 

What I would like to propose is to get the Link API from SWT and change the Hyperlink specification so that it inherits Link instead of Control.

[1] http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Link.html
Comment 1 Gorkem Ercan CLA 2008-12-10 07:21:59 EST
+1 
This is a very natural extension. I would like to proceed with it.
Comment 2 Mark Rogalski CLA 2009-01-07 10:27:36 EST
+1. I would like to ensure that current HyperLink users are not broken by this change though.
Comment 3 Aleksi Uotila CLA 2009-01-08 10:26:35 EST
*** Bug 203563 has been marked as a duplicate of this bug. ***
Comment 4 Gorkem Ercan CLA 2009-01-22 09:04:25 EST
Specification is updated to include Link and HyperLink now inherits Link.