Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » alternate APIs for Deprecated APIs(alternate APIs)
alternate APIs for Deprecated APIs [message #1830904] Thu, 06 August 2020 10:44 Go to next message
Ganesh Mising name is currently offline Ganesh Mising nameFriend
Messages: 26
Registered: July 2009
Junior Member
Hi,

We are in process of upgrading our plugin to latest eclipse. So when we do compatibility related changes, noticed following APIs were removed from Eclipse 4.12 onwards,
org.eclipse.swt.custom.TableTree
org.eclipse.swt.custom.TableTreeItem
org.eclipse.core.runtime.IPluginDescriptor

What is the alternate APIs suggested?

Can we use following as alternative?
org.eclipse.swt.widgets.Tree
org.eclipse.swt.widgets.TreeItem
??

Request to comment in it please.

Thank you,
Ganeshraj.S
Re: alternate APIs for Deprecated APIs [message #1830906 is a reply to message #1830904] Thu, 06 August 2020 11:31 Go to previous message
Rolf Theunissen is currently offline Rolf TheunissenFriend
Messages: 260
Registered: April 2012
Senior Member
Deprecated API removal is documented here:
https://help.eclipse.org/2020-06/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fporting%2Fremovals.html


This API has been deprecated since 2005 and marked for deletion since 2014.

From the Java documentation of TableTree:
@deprecated As of 3.1 use Tree, TreeItem and TreeColumn
Previous Topic:.metadata vs Workspace syncing
Next Topic:eclipsec.exe command line
Goto Forum:
  


Current Time: Tue Apr 16 23:08:08 GMT 2024

Powered by FUDForum. Page generated in 2.60944 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top