Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "23 DeprecatedAPI"

m
m
Line 1: Line 1:
 
[[Comparison SWT / RWT|Back to RWTOverview]]
 
[[Comparison SWT / RWT|Back to RWTOverview]]
  
Unless absolutely necessary or desired by greats part of the community we do not intend to implement API that is marked as deprecated in SWT.
+
Unless absolutely necessary or desired by great parts of the community we do not intend to implement API that is marked as deprecated in SWT.
  
 
As of now, the following classes propbably won't make it into RWT:
 
As of now, the following classes propbably won't make it into RWT:

Revision as of 11:19, 18 January 2007

Back to RWTOverview

Unless absolutely necessary or desired by great parts of the community we do not intend to implement API that is marked as deprecated in SWT.

As of now, the following classes propbably won't make it into RWT:

  • AnimatedProgress, superseded by ProgressBar with INDETERMINATE style
  • TableTree, since Tree provides columns this class is obsolete
  • CTabFolderListener, replaced by CTabFolder2Listener

Back to the top