-
For Removal Element Description org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor.FORMAT_PACKED See bug for details.org.eclipse.search.ui.IActionGroupFactory Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages (seeISearchResultPage
), leaving it up to the page how to create actions. This class will be removed after 2023-09 release. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=487303 for more information.org.eclipse.search.ui.IContextMenuContributor Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages (seeISearchResultPage
), leaving it up to the page how to create actions in context menus. This class will be removed after 2023-09 release. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=487303 for more information.org.eclipse.search.ui.IGroupByKeyComputer Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages (seeISearchResultPage
), leaving it up to the page how to group search results. This class will be removed after 2023-09 release. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=487303 for more information.org.eclipse.search.ui.ISearchResultView Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages. To access the parent view,ISearchResultViewPart
is used instead. This class will be removed after 2023-09 release. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=487303 for more information.org.eclipse.search.ui.ISearchResultViewEntry Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages (seeISearchResultPage
), leaving it up to the search how to model search results.AbstractTextSearchResult
andMatch
can be used to port old searches to the new API design. This class will be removed after 2023-09 release. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=487303 for more information.org.eclipse.search.ui.SearchUI Part of the old ('classic') search. Since 3.0 clients can create their own search result view pages and useNewSearchUI
instead. This class will be removed after 2023-09 release. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=487303 for more information.org.eclipse.ui.editors.text.EncodingActionGroup As of 3.1, encoding needs to be changed via properties dialog. This class is planned for removal after March 2021 (see bug#544309 for details).org.eclipse.ui.editors.text.IEncodingActionsConstants As of 3.1, encoding needs to be changed via properties dialog. This interface is planned for removal after March 2021 (see bug#544309 for details).org.eclipse.ui.editors.text.IEncodingActionsDefinitionIds As of 3.1, encoding needs to be changed via properties dialog. This interface is planned for removal after March 2021 (see bug#544309 for details).org.eclipse.ui.editors.text.IEncodingActionsHelpContextIds As of 3.1, encoding needs to be changed via properties dialog. This interface is planned for removal after March 2021 (see bug#544309 for details).org.eclipse.ui.part.MultiPageEditor Use the classMultiPageEditorPart
instead
-
Interfaces Interface Description org.eclipse.compare.IStreamMerger Clients should useorg.eclipse.team.core.mapping.IStorageMerger
instead.org.eclipse.core.filebuffers.IDocumentFactory As of 3.2 the"org.eclipse.core.filebuffers.documentCreation"
extension point has been deprecated. See the extension point documentation for more details.org.eclipse.core.resources.IFileModificationValidator clients should subclassFileModificationValidator
instead of implementing this interfaceorg.eclipse.core.runtime.IProgressMonitorWithBlocking org.eclipse.debug.core.model.IFilteredStep clients should implementIStepFilters
insteadorg.eclipse.debug.ui.console.IConsoleHyperlink replaced by org.eclipse.ui.console.IHyperlinkorg.eclipse.e4.ui.model.application.ui.basic.MDialog org.eclipse.e4.ui.model.application.ui.basic.MWizardDialog org.eclipse.equinox.p2.query.IMatchQuery If possible, use one of the predefined queries inQueryUtil
or use theQueryUtil.createMatchQuery(String, Object...)
to create a custom expression based query. If the query cannot be expressed using the p2QL, then use a predefined or custom expression query as a first filter (in worst case, useQueryUtil.createIUAnyQuery()
) and then provide further filtering like so:for(iter = queryable.query(someExpressionQuery).iterator(); iter.hasNext();) { // do your match here }
org.eclipse.help.IHelp marked for deletion, see Bug 442959. This interface became obsolete in 3.0, along with the extension point that it was associated with. The functionality provided by this interface is available elsewhere. UseHelpSystem.getTocs()
andHelpSystem.getContext(String)
to obtain help resources. Use various display methods ofIWorkbenchHelpSystem
to display help resources.org.eclipse.jface.contentassist.ISubjectControlContentAssistant As of 3.2, replaced by Platform UI's field assist supportorg.eclipse.jface.contentassist.ISubjectControlContentAssistProcessor As of 3.2, replaced by Platform UI's field assist supportorg.eclipse.jface.contentassist.ISubjectControlContextInformationPresenter As of 3.2, replaced by Platform UI's field assist supportorg.eclipse.jface.contentassist.ISubjectControlContextInformationValidator As of 3.2, replaced by Platform UI's field assist supportorg.eclipse.jface.fieldassist.IControlCreator As of 3.3, clients should useControlDecoration
instead ofDecoratedField
.org.eclipse.jface.text.IAutoIndentStrategy since 3.0, useIAutoEditStrategy
directlyorg.eclipse.jface.text.ITextViewerExtension3 replaced byITextViewerExtension5
org.eclipse.search.ui.IActionGroupFactory Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages (seeISearchResultPage
), leaving it up to the page how to create actions. This class will be removed after 2023-09 release. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=487303 for more information.org.eclipse.search.ui.IContextMenuContributor Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages (seeISearchResultPage
), leaving it up to the page how to create actions in context menus. This class will be removed after 2023-09 release. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=487303 for more information.org.eclipse.search.ui.IGroupByKeyComputer Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages (seeISearchResultPage
), leaving it up to the page how to group search results. This class will be removed after 2023-09 release. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=487303 for more information.org.eclipse.search.ui.ISearchResultView Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages. To access the parent view,ISearchResultViewPart
is used instead. This class will be removed after 2023-09 release. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=487303 for more information.org.eclipse.search.ui.ISearchResultViewEntry Part of the old ('classic') search result view. Since 3.0 clients can create their own search result view pages (seeISearchResultPage
), leaving it up to the search how to model search results.AbstractTextSearchResult
andMatch
can be used to port old searches to the new API design. This class will be removed after 2023-09 release. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=487303 for more information.org.eclipse.team.core.IFileTypeInfo Use theIFileContentManager
API instead.org.eclipse.team.core.IProjectSetSerializer UseRepositoryProviderType.getProjectSetCapability()
to obtain an instance ofProjectSetCapability
instead.org.eclipse.team.ui.ISaveableWorkbenchPart Clients should use a subclass ofCompareEditorInput
andCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
org.eclipse.ui.commands.ICategory Please use the "org.eclipse.core.commands" plug-in instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.commands.ICategoryListener Please use the "org.eclipse.core.commands" plug-in instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.commands.ICommand Please use the "org.eclipse.core.commands" plug-in instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.commands.ICommandListener Please use the "org.eclipse.core.commands" plug-in instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.commands.ICommandManager Please use the "org.eclipse.core.commands" plug-in instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.commands.ICommandManagerListener Please use the "org.eclipse.core.commands" plug-in instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.commands.IHandler Please use the "org.eclipse.core.commands" plug-in instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.commands.IHandlerListener Please use the "org.eclipse.core.commands" plug-in instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.commands.IKeyConfiguration Please use the bindings support in the "org.eclipse.jface" plug-in instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.commands.IKeyConfigurationListener Please use the bindings support in the "org.eclipse.jface" plug-in instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.commands.IKeySequenceBinding Please use the bindings support in the "org.eclipse.jface" plug-in instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.commands.IWorkbenchCommandSupport Please useICommandService
andIHandlerService
instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.contexts.IContext Please use the "org.eclipse.core.commands" plug-in instead.org.eclipse.ui.contexts.IContextListener Please use the "org.eclipse.core.commands" plug-in instead.org.eclipse.ui.contexts.IContextManager Please use the "org.eclipse.core.commands" plug-in instead.org.eclipse.ui.contexts.IContextManagerListener Please use the "org.eclipse.core.commands" plug-in instead.org.eclipse.ui.contexts.IWorkbenchContextSupport Please useIBindingService
andIContextService
instead.org.eclipse.ui.editors.text.IEncodingActionsConstants As of 3.1, encoding needs to be changed via properties dialog. This interface is planned for removal after March 2021 (see bug#544309 for details).org.eclipse.ui.editors.text.IEncodingActionsDefinitionIds As of 3.1, encoding needs to be changed via properties dialog. This interface is planned for removal after March 2021 (see bug#544309 for details).org.eclipse.ui.editors.text.IEncodingActionsHelpContextIds As of 3.1, encoding needs to be changed via properties dialog. This interface is planned for removal after March 2021 (see bug#544309 for details).org.eclipse.ui.IActionDelegateWithEvent Use org.eclipse.ui.IActionDelegate2 instead.org.eclipse.ui.IKeyBindingService See IContextService to manage scopes and IHandlerService to manage handlers. IAction can be proxied by org.eclipse.jface.commands.ActionHandler.org.eclipse.ui.INestableKeyBindingService This is now handled byIServiceLocator
which can be nested.org.eclipse.ui.keys.IKeyFormatter Please use org.eclipse.jface.bindings.keys.IKeyFormatterorg.eclipse.ui.views.navigator.IResourceNavigator as of 3.5, use the Common Navigator Framework classes insteadorg.eclipse.update.configurator.IPlatformConfiguration The org.eclipse.update component has been replaced by Equinox p2. This API will be deleted in a future release. See bug 311590 for details.org.eclipse.update.configurator.IPlatformConfigurationFactory The org.eclipse.update component has been replaced by Equinox p2. This API will be deleted in a future release. See bug 311590 for details.
-
Classes Class Description org.eclipse.compare.EditionSelectionDialog Use anorg.eclipse.team.ui.history.IHistoryPageSource
in conjunction with theorg.eclipse.team.ui.history.IHistoryView
or aHistoryPageCompareEditorInput
. For sub-file elements, aorg.eclipse.team.ui.history.ElementLocalHistoryPageSource
can be used.org.eclipse.core.commands.util.Tracing org.eclipse.core.databinding.beans.BeanProperties This class will be removed in a future release. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=546822 for more information. It has been replaced by the classBeanProperties
. That class creates typed property objects, while this class creates raw property objects.org.eclipse.core.databinding.beans.BeansObservables This class will be removed in a future release. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=546820 for more information. UseBeanProperties
instead.org.eclipse.core.databinding.beans.PojoObservables This class will be removed in a future release. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=546820 for more information. UsePojoProperties
instead.org.eclipse.core.databinding.beans.PojoProperties This class will be removed in a future release. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=546822 for more information. It has been replaced by the classPojoProperties
. That class creates typed property objects, while this class creates raw property objects.org.eclipse.core.databinding.conversion.NumberToStringConverter UseNumberToStringConverter
instead, which does not usecom.ibm.icu
as that package may be removed in the future from platform.org.eclipse.core.databinding.conversion.StringToNumberConverter UseStringToNumberConverter
instead, which does not usecom.ibm.icu
as that package may be removed in the future from platform.org.eclipse.core.databinding.observable.map.BidirectionalMap This class is deprecated; useBidiObservableMap
instead.org.eclipse.core.databinding.observable.set.MappedSet This class is deprecated.org.eclipse.core.runtime.content.XMLRootElementContentDescriber UseXMLRootElementContentDescriber2
insteadorg.eclipse.core.runtime.PluginVersionIdentifier clients should useVersion
insteadorg.eclipse.core.runtime.Preferences This class is replaced byIEclipsePreferences
. Setting a default value is accomplished by a setting a value in theDefaultScope
, and setting an explicit non-default value is accomplished by setting a value in theInstanceScope
. To obtain a preference value, use the preference accessor methods onIPreferencesService
.org.eclipse.core.runtime.SubProgressMonitor useSubMonitor
insteadorg.eclipse.debug.ui.actions.LaunchAsAction The use of perspective based launch shortcuts has been deprecated in the 3.1 release. Instead, selection sensitive launch is supported in the top level menus. UseLaunchShorcutsAction
instead.org.eclipse.debug.ui.actions.RulerBreakpointTypesActionDelegate Should use BreakpointTypesContribution instead.org.eclipse.debug.ui.DebugElementWorkbenchAdapter Custom content in the debug views is no longer supported byIWorkbenchAdapter
. Custom content is currently supported by a provisional internal viewer framework.org.eclipse.debug.ui.DeferredDebugElementWorkbenchAdapter deferred custom content in the debug views is no longer supported byIDeferredWorkbenchAdapter
. Deferred custom content is currently supported by a provisional internal viewer framework.org.eclipse.equinox.http.servlet.HttpServiceMultipartServlet No longer required.org.eclipse.equinox.p2.query.MatchQuery If possible, use one of the predefined queries inQueryUtil
or use theQueryUtil.createMatchQuery(String, Object...)
to create a custom expression based query. If the query cannot be expressed using the p2QL, then use a predefined or custom expression query as a first filter (in worst case, useQueryUtil.createIUAnyQuery()
) and then provide further filtering like so:for(iter = queryable.query(someExpressionQuery).iterator(); iter.hasNext();) { // do your match here }
org.eclipse.jface.contentassist.AbstractControlContentAssistSubjectAdapter As of 3.2, replaced by Platform UI's field assist supportorg.eclipse.jface.contentassist.ComboContentAssistSubjectAdapter As of 3.2, replaced by Platform UI's field assist supportorg.eclipse.jface.contentassist.SubjectControlContentAssistant As of 3.2, replaced by Platform UI's field assist support *org.eclipse.jface.contentassist.SubjectControlContextInformationValidator As of 3.2, replaced by Platform UI's field assist supportorg.eclipse.jface.contentassist.TextContentAssistSubjectAdapter As of 3.2, replaced by Platform UI's field assist supportorg.eclipse.jface.databinding.swt.SWTObservables This class will be removed in a future release. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=546820 for more information. UseWidgetProperties
instead.org.eclipse.jface.databinding.swt.WidgetProperties This class will be removed in a future release. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=546822 for more information. It has been replaced by the classWidgetProperties
. That class creates typed property objects, while this class creates raw property objects.org.eclipse.jface.databinding.viewers.ViewerProperties This class will be removed in a future release. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=546822 for more information. It has been replaced by the classViewerProperties
. That class creates typed property objects, while this class creates raw property objects.org.eclipse.jface.databinding.viewers.ViewersObservables This class will be removed in a future release. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=546820 for more information. UseViewerProperties
instead.org.eclipse.jface.dialogs.AnimatorFactory as of 3.3, this class is no longer used.org.eclipse.jface.fieldassist.DecoratedField As of 3.3, clients should useControlDecoration
instead.org.eclipse.jface.fieldassist.FieldAssistColors As of 3.3, this class is no longer necessary.org.eclipse.jface.fieldassist.TextControlCreator As of 3.3, clients should useControlDecoration
instead ofDecoratedField
.org.eclipse.jface.text.DefaultAutoIndentStrategy since 3.1 useDefaultIndentLineAutoEditStrategy
insteadorg.eclipse.jface.text.DefaultUndoManager As of 3.2, replaced byTextViewerUndoManager
org.eclipse.jface.text.PropagatingFontFieldEditor since 3.0 not longer in use, no longer supportedorg.eclipse.jface.text.rules.DefaultPartitioner As of 3.1, replaced byFastPartitioner
insteadorg.eclipse.jface.text.rules.RuleBasedDamagerRepairer useDefaultDamagerRepairer
org.eclipse.jface.text.rules.RuleBasedPartitioner useFastPartitioner
insteadorg.eclipse.jface.text.SequentialRewriteTextStore since 3.3 asGapTextStore
performs better even for sequential rewrite scenariosorg.eclipse.jface.text.source.AnnotationBarHoverManager.Closer As of 3.4, no longer used as closer from super class is usedorg.eclipse.jface.text.source.AnnotationColumn useAnnotationRulerColumn(int)
instead.org.eclipse.jface.text.source.AnnotationPainter.SquigglesStrategy As of 3.4, replaced byAnnotationPainter.UnderlineStrategy
org.eclipse.jface.text.templates.ContextTypeRegistry SeeContextTypeRegistry
org.eclipse.jface.text.templates.persistence.TemplatePersistenceData SeeTemplatePersistenceData
org.eclipse.jface.text.templates.persistence.TemplateReaderWriter SeeTemplateReaderWriter
org.eclipse.jface.viewers.ViewerSorter useViewerComparator
instead.org.eclipse.ltk.ui.refactoring.RedoRefactoringAction This action is now longer needed. Undo is now performed via the global undo/redo stack provided byorg.eclipse.core.commands
.org.eclipse.ltk.ui.refactoring.UndoRefactoringAction This action is now longer needed. Undo is now performed via the global undo/redo stack provided byorg.eclipse.core.commands
.org.eclipse.osgi.framework.eventmgr.EventListeners As of 3.5. Replaced by CopyOnWriteIdentityMap.org.eclipse.search.ui.SearchUI Part of the old ('classic') search. Since 3.0 clients can create their own search result view pages and useNewSearchUI
instead. This class will be removed after 2023-09 release. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=487303 for more information.org.eclipse.swt.custom.AnimatedProgress As of Eclipse 2.1, use ProgressBar with the style SWT.INDETERMINATE- Styles:
- VERTICAL, HORIZONTAL, BORDER
org.eclipse.team.ui.history.HistoryPageSaveablePart org.eclipse.team.ui.PageSaveablePart Clients should use a subclass ofCompareEditorInput
andCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
org.eclipse.team.ui.SaveablePartAdapter Clients should use a subclass ofCompareEditorInput
andCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
org.eclipse.team.ui.SaveablePartDialog Clients should use a subclass ofCompareEditorInput
andCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
org.eclipse.team.ui.synchronize.ParticipantPageDialog org.eclipse.team.ui.synchronize.ParticipantPageSaveablePart Clients should use a subclass ofPageCompareEditorInput
andCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
org.eclipse.ui.actions.CreateFileAction should use NewWizardMenu to populate a New submenu instead (see Navigator view)org.eclipse.ui.actions.CreateFolderAction should use NewWizardMenu to populate a New submenu instead (see Navigator view)org.eclipse.ui.actions.OpenNewPageMenu Workbench no longer exposes the concept of "pages" in the user ui model. See IWorkbench.showPerspective methods.org.eclipse.ui.actions.OpenNewWindowMenu See IWorkbench.showPerspective methods.org.eclipse.ui.actions.OpenPerspectiveMenu See IWorkbench.showPerspective methods.org.eclipse.ui.actions.QuickStartAction the IDE now uses the new intro mechanismorg.eclipse.ui.actions.ScrubLocalAction This class is obsolete; there is no support in the workspace for scrubbing local content.org.eclipse.ui.commands.AbstractHandler Please use the "org.eclipse.core.commands" plug-in instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.commands.ActionHandler Please use the "org.eclipse.core.commands" plug-in instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.commands.CategoryEvent Please use the "org.eclipse.core.commands" plug-in instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.commands.CommandEvent Please use the "org.eclipse.core.commands" plug-in instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.commands.CommandManagerEvent Please use the "org.eclipse.core.commands" plug-in instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.commands.HandlerEvent Please use the "org.eclipse.core.commands" plug-in instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.commands.HandlerSubmission Please useIHandlerService.activateHandler
instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.commands.KeyConfigurationEvent Please use the bindings support in the "org.eclipse.jface" plug-in instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.commands.Priority This concept is now captured in theISources
integer constants. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.contentassist.ContentAssistHandler As of 3.2, replaced by JFace field assist supportorg.eclipse.ui.contexts.ContextEvent Please use the "org.eclipse.core.commands" plug-in instead.org.eclipse.ui.contexts.ContextManagerEvent Please use the "org.eclipse.core.commands" plug-in instead.org.eclipse.ui.contexts.EnabledSubmission Please useIContextService.activateContext
instead.org.eclipse.ui.databinding.WorkbenchObservables This class will be removed in a future release. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=546820 for more information. UseWorkbenchProperties
instead.org.eclipse.ui.databinding.WorkbenchProperties This class will be removed in a future release. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=546822 for more information. It has been replaced by the classWorkbenchProperties
. That class creates typed property objects, while this class creates raw property objects.org.eclipse.ui.dialogs.FileSelectionDialog Use org.eclipse.swt.widgets.FileDialog,org.eclipse.ui.dialogs.WizardExportPage use WizardExportResourcePageorg.eclipse.ui.dialogs.WizardImportPage use WizardResourceImportPageorg.eclipse.ui.dialogs.YesNoCancelListSelectionDialog Providing Cancel in addition to Yes/No is confusing. It is better to subclass the regular ListSelectionDialog, which uses OK/Cancel, and provide a separate checkbox if necessary.org.eclipse.ui.editors.text.EncodingActionGroup As of 3.1, encoding needs to be changed via properties dialog. This class is planned for removal after March 2021 (see bug#544309 for details).org.eclipse.ui.editors.text.TextEditorPreferencePage As of 2.1, fonts are managed by the workbench, no longer supportedorg.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider As of 3.3 - do not useorg.eclipse.ui.fieldassist.ContentAssistField As of 3.3, clients should useControlDecoration
andContentAssistCommandAdapter
instead of this class.org.eclipse.ui.keys.CharacterKey Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactoryorg.eclipse.ui.keys.Key Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactoryorg.eclipse.ui.keys.KeyFormatterFactory Please use org.eclipse.jface.bindings.keys.KeyFormatterFactoryorg.eclipse.ui.keys.KeySequence Please use org.eclipse.jface.bindings.keys.KeySequenceorg.eclipse.ui.keys.KeyStroke Please use org.eclipse.jface.bindings.keys.KeyStrokeorg.eclipse.ui.keys.ModifierKey Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactoryorg.eclipse.ui.keys.NaturalKey Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactoryorg.eclipse.ui.keys.SpecialKey Please use org.eclipse.jface.bindings.keys.KeyStroke and org.eclipse.jface.bindings.keys.KeyLookupFactoryorg.eclipse.ui.keys.SWTKeySupport Please useSWTKeySupport
org.eclipse.ui.model.WorkbenchViewerSorter as of 3.3, useWorkbenchViewerComparator
insteadorg.eclipse.ui.part.MultiPageEditor Use the classMultiPageEditorPart
insteadorg.eclipse.ui.texteditor.ConvertLineDelimitersAction since 3.1. Line delimiter conversion has been modified to work on groups of files rather than being editor specificorg.eclipse.ui.texteditor.ImageUtilities As of 3.0, replaced byImageUtilities
org.eclipse.ui.texteditor.InfoForm since 3.0. there is no replacement, use org.eclipse.ui.forms to define a component with a similar look and function.org.eclipse.ui.texteditor.MarkerRulerInfoAction useMarkerRulerAction
insteadorg.eclipse.ui.texteditor.PropagatingFontFieldEditor no longer supportedorg.eclipse.ui.texteditor.SaveAction As of 3.5, replaced byActionFactory.SAVE
org.eclipse.ui.texteditor.SelectMarkerRulerInfoAction As of 2.1, replaced bySelectMarkerRulerAction
org.eclipse.ui.texteditor.WorkbenchChainedTextFontFieldEditor since 3.0 not longer in use, no longer supported, use aChainedPreferenceStore
to access preferences from theorg.eclipse.ui.editors
plug-in.org.eclipse.ui.views.navigator.CollapseAllAction as of 3.5, use the Common Navigator Framework classes insteadorg.eclipse.ui.views.navigator.FilterSelectionAction as of 3.5, use the Common Navigator Framework classes insteadorg.eclipse.ui.views.navigator.GotoActionGroup as of 3.5, use the Common Navigator Framework classes insteadorg.eclipse.ui.views.navigator.GotoResourceAction as of 3.5, use the Common Navigator Framework classes insteadorg.eclipse.ui.views.navigator.LocalSelectionTransfer as of 3.5, useLocalSelectionTransfer
insteadorg.eclipse.ui.views.navigator.MainActionGroup as of 3.5, use the Common Navigator Framework classes insteadorg.eclipse.ui.views.navigator.NavigatorDragAdapter as of 3.5, use the Common Navigator Framework classes insteadorg.eclipse.ui.views.navigator.NavigatorDropAdapter as of 3.5, use the Common Navigator Framework classes insteadorg.eclipse.ui.views.navigator.NavigatorFrameSource as of 3.5, use the Common Navigator Framework classes insteadorg.eclipse.ui.views.navigator.OpenActionGroup as of 3.5, use the Common Navigator Framework classes insteadorg.eclipse.ui.views.navigator.RefactorActionGroup as of 3.5, use the Common Navigator Framework classes insteadorg.eclipse.ui.views.navigator.ResourceNavigator as of 3.5, use the Common Navigator Framework classes insteadorg.eclipse.ui.views.navigator.ResourceNavigatorAction as of 3.5, use the Common Navigator Framework classes insteadorg.eclipse.ui.views.navigator.ResourceNavigatorActionGroup as of 3.5, use the Common Navigator Framework classes insteadorg.eclipse.ui.views.navigator.ResourceNavigatorMessages These messages are not API and should not be referenced outside of this plug-in.org.eclipse.ui.views.navigator.ResourceNavigatorMoveAction as of 3.5, use the Common Navigator Framework classes insteadorg.eclipse.ui.views.navigator.ResourceNavigatorRenameAction as of 3.5, use the Common Navigator Framework classes insteadorg.eclipse.ui.views.navigator.ResourcePatternFilter as of 3.5, use the Common Navigator Framework classes insteadorg.eclipse.ui.views.navigator.ResourceSelectionUtil as of 3.5, useResourceSelectionUtil
instead.org.eclipse.ui.views.navigator.ResourceSorter as of 3.3, useResourceComparator
insteadorg.eclipse.ui.views.navigator.ShowInNavigatorAction as of 3.5, use the Common Navigator Framework classes insteadorg.eclipse.ui.views.navigator.SortAndFilterActionGroup as of 3.5, use the Common Navigator Framework classes insteadorg.eclipse.ui.views.navigator.SortViewAction as of 3.5, use the Common Navigator Framework classes insteadorg.eclipse.ui.views.navigator.ToggleLinkingAction as of 3.5, use the Common Navigator Framework classes insteadorg.eclipse.ui.views.navigator.WorkspaceActionGroup as of 3.5, use the Common Navigator Framework classes insteadorg.eclipse.update.configurator.ConfiguratorUtils The org.eclipse.update component has been replaced by Equinox p2. This API will be deleted in a future release. See bug 311590 for details.
-
Exceptions Exceptions Description org.eclipse.ui.commands.CommandException Please use the "org.eclipse.core.commands" plug-in instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.commands.ExecutionException Please use the "org.eclipse.core.commands" plug-in instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.commands.NotDefinedException Please use the "org.eclipse.core.commands" plug-in instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.commands.NotHandledException Please use the "org.eclipse.core.commands" plug-in instead. This API is scheduled for deletion, see Bug 431177 for detailsorg.eclipse.ui.contexts.ContextException Please use the "org.eclipse.core.commands" plug-in instead.org.eclipse.ui.contexts.NotDefinedException Please use the "org.eclipse.core.commands" plug-in instead.org.eclipse.ui.keys.ParseException Please use org.eclipse.jface.bindings.keys.ParseExceptionorg.eclipse.ui.texteditor.ValidateStateException No longer used, create aCoreException
instead