Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » alternate APIs for Deprecated APIs(alternate APIs)
alternate APIs for Deprecated APIs [message #1830904] Thu, 06 August 2020 06:44 Go to next message
Eclipse UserFriend
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 07:31 Go to previous message
Eclipse UserFriend
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 May 20 09:00:42 EDT 2025

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

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

Back to the top