Community
Participate
Working Groups
The PropertyEditorAssistContributor class uses SWT Image class as part of its API. This need to be changed to use Sapphire's ImageData class.
Done. Also removed dependency on JFace's IHyperlinkListener and made the contributor immutable once created. Details of the change in the migration guide.
Verified the removal of dependency on SWT image class and IHyperlinkListener from PropertyEditorAssistContribution class.