Deprecated Methods |
org.eclipse.jface.text.source.VerticalRuler.addMouseListener(MouseListener)
will be removed |
org.eclipse.team.core.Team.addNatureToProject(IProject, String, IProgressMonitor)
|
org.eclipse.ui.IWorkbenchPage.addPropertyChangeListener(IPropertyChangeListener)
individual views should store a working set if needed and
register a property change listener directly with the working set manager
to receive notification when the view working set is removed. |
org.eclipse.jface.viewers.AbstractTreeViewer.addSelectionListener(Control, SelectionListener)
|
org.eclipse.jface.resource.FontRegistry.bestData(FontData[], Display)
use bestDataArray in order to support
Motif multiple entry fonts. |
org.eclipse.core.resources.IWorkspace.computePrerequisiteOrder(IProject[])
Replaced by IWorkspace.computeProjectOrder , which
produces a more usable result when there are cycles in project reference
graph. |
org.eclipse.team.core.RepositoryProvider.convertNatureToProperty(IProject, boolean)
|
org.eclipse.update.core.Site.createFeature(String, URL)
|
org.eclipse.update.core.ISite.createFeature(String, URL)
use createFeature(String,URL,IProgressMonitor) instead |
org.eclipse.update.core.BaseFeatureFactory.createFeature(URL, ISite)
implement createFeature(URL, ISite, IProgressMonitor) instead |
org.eclipse.update.core.IFeatureFactory.createFeature(URL, ISite)
use createFeature(URL, ISite, IProgressMonitor) instead |
org.eclipse.jface.action.MenuManager.createMenuBar(Shell)
use createMenuBar(Decorations) instead. |
org.eclipse.ui.IWorkingSetManager.createWorkingSetSelectionDialog(Shell)
use createWorkingSetSelectionDialog(parent, true) instead |
org.eclipse.jface.text.TextViewer.deleteText()
use StyledText.invokeAction instead |
org.eclipse.ui.actions.NewWizardMenu.deregisterListeners()
|
org.eclipse.help.IHelp.displayHelp(IContext, int, int)
use displayContext(context, x, y) |
org.eclipse.help.IHelp.displayHelp(String)
use displayHelpResource(toc) instead |
org.eclipse.help.IHelp.displayHelp(String, int, int)
use displayContext(contextId, x, y) |
org.eclipse.help.IHelp.displayHelp(String, String)
use displayHelpResource(selectedTopic). |
org.eclipse.ui.IKeyBindingService.enable(boolean)
|
org.eclipse.ui.dialogs.WizardExportPage.ensureResourcesLocal(List)
Only retained for backwards compatibility. |
org.eclipse.ui.dialogs.WizardExportResourcesPage.ensureResourcesLocal(List)
Only retained for backwards compatibility. |
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged()
use fireDocumentPartitioningChanged(IRegion) instead |
org.eclipse.ui.IKeyBindingService.getActiveAcceleratorConfigurationId()
|
org.eclipse.ui.IKeyBindingService.getActiveAcceleratorScopeId()
|
org.eclipse.swt.custom.StyledText.getBidiColoring()
use BidiSegmentListener instead.
|
org.eclipse.jface.dialogs.Dialog.getCancelButton()
Use getButton(IDialogConstants.CANCEL_ID) instead.
This method will be removed soon. |
org.eclipse.debug.ui.AbstractDebugView.getContextMenuManager()
@see AbstractDebugView.getContextMenuManagers() |
org.eclipse.debug.ui.IDebugView.getContextMenuManager()
See AbstractDebugView#getContextMenuManagers() |
org.eclipse.ui.part.MultiPageEditorSite.getDecoratorManager()
use IWorkbench.getDecoratorManager() |
org.eclipse.ui.IWorkbenchPage.getEditorReuseThreshold()
|
org.eclipse.ui.IPageLayout.getEditorReuseThreshold()
|
org.eclipse.ui.IWorkbenchPage.getEditors()
use getEditorReferences() instead |
org.eclipse.update.core.FeatureReference.getFeature()
|
org.eclipse.update.core.IncludedFeatureReference.getFeature()
|
org.eclipse.update.core.IIncludedFeatureReference.getFeature()
use getFeature(IProgressMonitor) instead |
org.eclipse.update.core.IFeatureReference.getFeature()
use getFeature(IProgressMonitor) instead |
org.eclipse.update.core.IncludedFeatureReference.getFeature(boolean, IConfiguredSite)
|
org.eclipse.update.core.IIncludedFeatureReference.getFeature(boolean, IConfiguredSite)
use getFeature(boolean,IConfiguredSite,IProgressMonitor)
instead |
org.eclipse.update.core.model.FeatureModel.getFeatureIncludeVersionedIdentifier()
use getFeatureIncludeIdentifier instead. |
org.eclipse.swt.widgets.FontDialog.getFontData()
use #getFontList () |
org.eclipse.ui.help.WorkbenchHelp.getHelp(Control)
as context computers are no longer supported |
org.eclipse.ui.help.WorkbenchHelp.getHelp(Menu)
as context computers are no longer supported |
org.eclipse.ui.help.WorkbenchHelp.getHelp(MenuItem)
as context computers are no longer supported |
org.eclipse.jface.text.information.IInformationProvider.getInformation(ITextViewer, IRegion)
As of 2.1, replaced by IInformationProviderExtension.getInformation2(ITextViewer, IRegion) |
org.eclipse.ui.dialogs.SelectionDialog.getInitialSelections()
use getInitialElementSelections() instead |
org.eclipse.ui.IDecoratorManager.getLightweightLabelDecorator(String)
use getBaseLabelProvider(String) instead. |
org.eclipse.core.runtime.model.PluginPrerequisiteModel.getMatch()
- use getMatchByte |
org.eclipse.jface.dialogs.Dialog.getOKButton()
Use getButton(IDialogConstants.OK_ID) instead.
This method will be removed soon. |
org.eclipse.update.core.model.ImportModel.getPluginIdentifier()
use getIdentifier() instead |
org.eclipse.update.core.model.ImportModel.getPluginVersion()
use getVersion() instead |
org.eclipse.ui.views.navigator.ResourceNavigator.getShell()
use getViewSite().getShell() |
org.eclipse.update.core.SiteManager.getSite(URL)
use getSite(URL,IPogressMonitor) instead |
org.eclipse.update.core.SiteManager.getSite(URL, boolean)
use getSite(URL,boolean,IPogressMonitor) instead |
org.eclipse.jface.dialogs.TitleAreaDialog.getTitleArea()
|
org.eclipse.jface.dialogs.DialogPage.getToolTipText(int)
will be removed |
org.eclipse.ui.texteditor.MarkerRulerAction.getVerticalRuler()
use getVerticalRulerInfo instead |
org.eclipse.jface.resource.JFaceResources.getViewerFont()
This font is not in use |
org.eclipse.ui.IWorkbenchPage.getViews()
use getViewReferences() instead. |
org.eclipse.jface.text.TextViewer.getWidthInPixels(String)
use getWidthInPixels(int, int) instead |
org.eclipse.ui.IWorkbenchPage.getWorkingSet()
individual views should store a working set if needed |
org.eclipse.team.core.Team.isIgnored(IFile)
use isIgnoredHint instead |
org.eclipse.team.core.Team.isIgnoredHint(IFile)
use isIgnoredHint(IResource) instead |
org.eclipse.jface.action.SubContributionManager.items()
Use getItems(String value) instead. |
org.eclipse.ui.plugin.AbstractUIPlugin.loadPreferenceStore()
As of Eclipse 2.0, a basic preference store exists for all
plug-ins. This method now exists only for backwards compatibility.
It is called as the plug-in's preference store is being initialized.
The plug-ins preferences are loaded from the file regardless of what
this method does. |
org.eclipse.ui.IKeyBindingService.processKey(KeyEvent)
|
org.eclipse.swt.ole.win32.OleControlSite.removeEventListener(OleAutomation, GUID, int, OleListener)
- use OleControlSite.removeEventListener(OleAutomation, int, OleListener) |
org.eclipse.jface.text.source.VerticalRuler.removeMouseListener(MouseListener)
will be removed |
org.eclipse.team.core.Team.removeNatureFromProject(IProject, String, IProgressMonitor)
|
org.eclipse.ui.IWorkbenchPage.removePropertyChangeListener(IPropertyChangeListener)
individual views should store a working set if needed and
register a property change listener directly with the working set manager
to receive notification when the view working set is removed. |
org.eclipse.ui.IActionDelegateWithEvent.runWithEvent(IAction, Event)
Use org.eclipse.ui.IActionDelegate2 instead. |
org.eclipse.compare.CompareEditorInput.save(IProgressMonitor)
Override method saveChanges instead. |
org.eclipse.ui.plugin.AbstractUIPlugin.savePreferenceStore()
As of Eclipse 2.0, preferences exist for all plug-ins. The
equivalent of this method is Plugin.savePluginPreferences .
This method now calls savePluginPreferences , and exists only for
backwards compatibility. |
org.eclipse.search.ui.ISearchResultView.searchStarted(String, String, ImageDescriptor, IContextMenuContributor, ILabelProvider, IAction, IGroupByKeyComputer, IRunnableWithProgress)
As of build > 20011107, replaced by the new version with additonal parameter |
org.eclipse.search.ui.ISearchResultView.searchStarted(String, String, String, ImageDescriptor, IContextMenuContributor, ILabelProvider, IAction, IGroupByKeyComputer, IRunnableWithProgress)
As of build > 20020514, replaced by the new version which provides an action group factory |
org.eclipse.jface.action.IAction.setAccelerator(int)
|
org.eclipse.ui.texteditor.TextNavigationAction.setAccelerator(int)
|
org.eclipse.ui.IKeyBindingService.setActiveAcceleratorScopeId(String)
|
org.eclipse.swt.custom.StyledText.setBidiColoring(boolean)
use BidiSegmentListener instead.
|
org.eclipse.ui.editors.text.StorageDocumentProvider.setDocumentContent(IDocument, IEditorInput)
use the encoding based version instead |
org.eclipse.ui.editors.text.FileDocumentProvider.setDocumentContent(IDocument, IEditorInput)
use file encoding based version |
org.eclipse.ui.editors.text.StorageDocumentProvider.setDocumentContent(IDocument, InputStream)
use encoding based version instead |
org.eclipse.ui.IWorkbenchPage.setEditorReuseThreshold(int)
use IPageLayout.setEditorReuseThreshold(int openEditors) instead. |
org.eclipse.ui.IPageLayout.setEditorReuseThreshold(int)
|
org.eclipse.jface.text.AbstractInformationControlManager.setEnabled(boolean)
visibility will be changed to protected |
org.eclipse.swt.widgets.FontDialog.setFontData(FontData)
use #setFontList (FontData []) |
org.eclipse.ui.help.WorkbenchHelp.setHelp(Control, IContextComputer)
context computers are no longer supported, clients should implement
their own help listener |
org.eclipse.ui.help.WorkbenchHelp.setHelp(Control, Object[])
use setHelp with single context id parameter |
org.eclipse.ui.help.WorkbenchHelp.setHelp(IAction, IContextComputer)
context computers are no longer supported, clients should implement
their own help listener |
org.eclipse.ui.help.WorkbenchHelp.setHelp(IAction, Object[])
use setHelp with a single context id parameter |
org.eclipse.ui.help.WorkbenchHelp.setHelp(Menu, IContextComputer)
context computers are no longer supported, clients should implement
their own help listener |
org.eclipse.ui.help.WorkbenchHelp.setHelp(MenuItem, IContextComputer)
context computers are no longer supported, clients should implement
their own help listener |
org.eclipse.ui.help.WorkbenchHelp.setHelp(MenuItem, Object[])
use setHelp with single context id parameter |
org.eclipse.ui.help.WorkbenchHelp.setHelp(Menu, Object[])
use setHelp with single context id parameter |
org.eclipse.ui.views.navigator.ResourceNavigator.setLabelDecorator(ILabelDecorator)
use the decorators extension point instead; see IWorkbench.getDecoratorManager() |
org.eclipse.core.runtime.model.PluginPrerequisiteModel.setMatch(boolean)
use setMatchByte |
org.eclipse.update.core.model.ImportModel.setPluginIdentifier(String)
use setIdentifier() |
org.eclipse.update.core.model.ImportModel.setPluginVersion(String)
use setVersion() |
org.eclipse.ui.actions.ExportResourcesAction.setSelection(IStructuredSelection)
|
org.eclipse.ui.actions.ImportResourcesAction.setSelection(IStructuredSelection)
|
org.eclipse.jface.text.TextViewer.shift(boolean, boolean)
use shift(boolean, boolean, boolean) instead |
org.eclipse.jface.viewers.AbstractTreeViewer.updateChildren(Widget, Object, Object[])
this is no longer called by the framework |
Deprecated Constructors |
org.eclipse.jface.text.source.AnnotationBarHoverManager(ISourceViewer, IVerticalRuler, IAnnotationHover, IInformationControlCreator)
As of 2.1, replaced by AnnotationBarHoverManager.AnnotationBarHoverManager(IVerticalRulerInfo, ISourceViewer, IAnnotationHover, IInformationControlCreator) |
org.eclipse.jface.text.source.AnnotationColumn(int)
|
org.eclipse.jface.viewers.CheckboxTableViewer(Composite)
use newCheckList(Composite, int) or new CheckboxTableViewer(Table)
instead (see below for details) |
org.eclipse.jface.viewers.CheckboxTableViewer(Composite, int)
use newCheckList(Composite, int) or new CheckboxTableViewer(Table)
instead (see above for details) |
org.eclipse.ui.actions.CreateFileAction(Shell)
see deprecated tag on class |
org.eclipse.ui.actions.CreateFolderAction(Shell)
see deprecated tag on class |
org.eclipse.jface.text.rules.DefaultDamagerRepairer(ITokenScanner, TextAttribute)
use DefaultDamagerRepairer(ITokenScanner) instead |
org.eclipse.ui.actions.ExportResourcesAction(IWorkbench)
use the constructor ExportResourcesAction(IWorkbenchWindow) |
org.eclipse.ui.actions.ExportResourcesAction(IWorkbench, String)
use the constructor ExportResourcesAction(IWorkbenchWindow, String) |
org.eclipse.ui.editors.text.FileDocumentProvider.FileSynchronizer(FileDocumentProvider, FileEditorInput)
use FileSynchronizer(IFileEditorInput) |
org.eclipse.ui.texteditor.FindNextAction(ResourceBundle, String, IWorkbenchWindow, boolean)
use FindReplaceAction(ResourceBundle, String, IWorkbenchPart, boolean) instead |
org.eclipse.ui.texteditor.FindReplaceAction(ResourceBundle, String, IWorkbenchWindow)
use FindReplaceAction(ResourceBundle, String, IWorkbenchPart) instead |
org.eclipse.ui.actions.GlobalBuildAction(IWorkbench, Shell, int)
use GlobalBuildAction(IWorkbenchWindow, type) instead |
org.eclipse.ui.actions.ImportResourcesAction(IWorkbench)
use the constructor ImportResourcesAction(IWorkbenchWindow) |
org.eclipse.ui.texteditor.IncrementalFindAction(ResourceBundle, String, IWorkbenchWindow, boolean)
use FindReplaceAction(ResourceBundle, String, IWorkbenchPart, boolean) instead |
org.eclipse.ui.texteditor.MarkerRulerAction(ResourceBundle, String, IVerticalRuler, ITextEditor, String, boolean)
use MarkerRulerAction(ResourceBundle, String, ITextEditor, IVerticalRulerInfo, String, boolean) instead |
org.eclipse.ui.texteditor.MarkerRulerInfoAction(ResourceBundle, String, IVerticalRulerInfo, ITextEditor, String, boolean)
use super class instead |
org.eclipse.ui.part.MultiPageEditor()
Use the class MultiPageEditorPart instead |
org.eclipse.ui.actions.NewWizardAction()
use the constructor NewWizardAction(IWorkbenchWindow) |
org.eclipse.ui.texteditor.PropagatingFontFieldEditor(String, String, Composite)
use WorkbenchChainedTextFontFieldEditor |
org.eclipse.jface.text.rules.RuleBasedDamagerRepairer(RuleBasedScanner, TextAttribute)
use RuleBasedDamagerRepairer(RuleBasedScanner) instead |
org.eclipse.ui.texteditor.SelectMarkerRulerAction(ResourceBundle, String, IVerticalRuler, ITextEditor)
use SelectMarkerRulerInfoAction(ResourceBundle, String, IVerticalRulerInfo, ITextEditor) |
org.eclipse.ui.texteditor.SelectMarkerRulerInfoAction(ResourceBundle, String, IVerticalRulerInfo, ITextEditor)
use super class instead |
org.eclipse.ui.dialogs.YesNoCancelListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String)
see class comment |