Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Deprecated API

Deprecated Classes
org.eclipse.jface.text.PropagatingFontFieldEditor
          since 3.0 not longer in use, no longer supported 
 

Deprecated Interfaces
org.eclipse.jface.text.IAutoIndentStrategy
          since 3.0, use IAutoEditStrategy directly 
org.eclipse.jface.text.ITextViewerExtension3
          replaced by ITextViewerExtension5 
 

Deprecated Fields
org.eclipse.jface.text.TextUtilities.fgDelimiters
          use DELIMITERS instead 
 

Deprecated Methods
org.eclipse.jface.text.TextViewer.deleteText()
          use StyledText.invokeAction instead 
org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged(DocumentEvent, boolean, IRegion)
          as of 3.0. Use doFireDocumentChanged2(DocumentEvent) instead; this method will be removed. 
org.eclipse.jface.text.TextViewer.findAndSelect(int, String, boolean, boolean, boolean)
          as of 3.0 use TextViewer.findAndSelect(int, String, boolean, boolean, boolean, boolean) 55  
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged()
          as of 2.0. Use fireDocumentPartitioningChanged(IRegion) instead. 
org.eclipse.jface.text.AbstractDocument.fireDocumentPartitioningChanged(IRegion)
          as of 3.0. Use fireDocumentPartitioningChanged(DocumentPartitioningChangedEvent) instead. 
org.eclipse.jface.text.TextViewer.getWidthInPixels(String)
          use getWidthInPixels(int, int) instead 
org.eclipse.jface.text.IDocument.search(int, String, boolean, boolean, boolean)
          as of 3.0 search is provided by FindReplaceDocumentAdapter 
org.eclipse.jface.text.AbstractInformationControlManager.setEnabled(boolean)
          visibility will be changed to protected 
org.eclipse.jface.text.TextViewer.shift(boolean, boolean)
          use shift(boolean, boolean, boolean) instead 
org.eclipse.jface.text.TextViewer.updateVisibleDocument(IDocument, int, int)
          use updateSlaveDocument instead