Deprecated Classes |
org.netbeans.editor.DialogSupport
See org.openide.spi.editor.lib2.DialogFactory. DialogSupport has
no public replacement. |
org.netbeans.editor.DocumentFinder
Without any replacement. |
org.netbeans.editor.DrawLayer.AbstractLayer
Please use Highlighting SPI instead, for details see
Editor Library 2. |
org.netbeans.editor.DrawLayerFactory
Please use Highlighting SPI instead, for details see
Editor Library 2. |
org.netbeans.editor.DrawLayerFactory.AnnotationLayer
Please use Highlighting SPI instead, for details see
Editor Library 2. |
org.netbeans.editor.DrawLayerFactory.BlockSearchLayer
Please use Highlighting SPI instead, for details see
Editor Library 2. |
org.netbeans.editor.DrawLayerFactory.CaretLayer
Please use Highlighting SPI instead, for details see
Editor Library 2. |
org.netbeans.editor.DrawLayerFactory.ColorLineLayer
Please use Highlighting SPI instead, for details see
Editor Library 2. |
org.netbeans.editor.DrawLayerFactory.HighlightSearchLayer
Please use Highlighting SPI instead, for details see
Editor Library 2. |
org.netbeans.editor.DrawLayerFactory.IncSearchLayer
Please use Highlighting SPI instead, for details see
Editor Library 2. |
org.netbeans.editor.DrawLayerFactory.StyleLayer
Please use Highlighting SPI instead, for details see
Editor Library 2. |
org.netbeans.editor.DrawLayerFactory.SyntaxLayer
Please use Highlighting SPI instead, for details see
Editor Library 2. |
org.netbeans.editor.DrawLayerFactory.WordColoringLayer
Please use Highlighting SPI instead, for details see
Editor Library 2. |
org.netbeans.editor.ext.ExtKit.CodeSelectAction
this action is deprecated and will be removed in future releases. |
org.netbeans.editor.ext.FindDialogPanel
Without any replacement. |
org.netbeans.editor.ext.FindDialogSupport
Without any replacement. |
org.netbeans.editor.FindSupport
Without any replacement. |
org.netbeans.editor.ImplementationProvider
See org.netbeans.spi.editor.lib2.EditorImplementationProvider |
org.netbeans.editor.LocaleSupport
this class is deprecated as the number of bundle queries is proportional
to the number of registered localizers which is not optimal from the performance
point of view. The queries through this class should be replaced
by queries to individual bundles. |
org.netbeans.editor.MarkFactory.SyntaxMark
syntax marks are no longer used to hold lexer states. |
org.netbeans.editor.Registry
Without any replacement. |
org.netbeans.editor.SegmentCache
The caching is no longer performed as the object creation
in the present JVMs is fast. Simply use new Segment() . |
org.netbeans.editor.SettingsUtil.FontStylePrintColoringEvaluator
Fonts and colors for printing are the same as those on screen.
Use Editor Settings and Editor Settings Storage API instead. |
org.netbeans.editor.SettingsUtil.ForeColorPrintColoringEvaluator
Fonts and colors for printing are the same as those on screen.
Use Editor Settings and Editor Settings Storage API instead. |
org.netbeans.editor.SettingsUtil.PrintColoringEvaluator
Fonts and colors for printing are the same as those on screen.
Use Editor Settings and Editor Settings Storage API instead. |
org.netbeans.editor.SettingsUtil.TokenColoringEvaluator
Use Editor Settings and Editor Settings Storage API instead. |
org.netbeans.editor.SettingsUtil.TokenColoringInitializer
Use Editor Settings and Editor Settings Storage API instead. |
Deprecated Methods |
org.netbeans.editor.EditorUI.addLayer(DrawLayer, int)
Please use Highlighting SPI instead, for details see
Editor Library 2. |
org.netbeans.editor.BaseDocument.addLayer(DrawLayer, int)
Please use Highlighting SPI instead, for details see
Editor Library 2. |
org.netbeans.editor.GuardedDocument.addStyledLayer(String, Style)
Please use Highlighting SPI instead, for details see
Editor Library 2. |
org.netbeans.editor.Utilities.annotateLoggable(Throwable)
Use java.util.logging.Logger instead with the proper name,
log level and message. |
org.netbeans.editor.EditorUI.caretMoveDot(int, Rectangle, int)
|
org.netbeans.editor.EditorUI.caretSetDot(int, Rectangle, int)
|
org.netbeans.editor.JumpList.checkAddEntry(JTextComponent, int)
Use JumpList.addEntry(JTextComponent, int) instead. |
org.netbeans.editor.EditorUI.createColoringMap()
Use Editor Settings or Editor Settings Storage API instead.
This method is never called. |
org.netbeans.editor.BaseKit.createPrintEditorUI(BaseDocument)
this method is no longer being called by EditorUI .
BaseKit.createPrintEditorUI(BaseDocument, boolean, boolean) is being
called instead. |
org.netbeans.editor.Analyzer.createWhiteSpaceFillBuffer(int, int, int)
|
org.netbeans.editor.EditorUI.findLayer(String)
Please use Highlighting SPI instead, for details see
Editor Library 2. |
org.netbeans.editor.BaseDocument.findLayer(String)
Please use Highlighting SPI instead, for details see
Editor Library 2. |
org.netbeans.editor.BaseAction.findValue(String)
this method is deprecated like the LocaleSupport which it uses by default.
It should be replaced by implementing BaseAction.getShortDescriptionBundleClass() |
org.netbeans.editor.BaseDocumentEvent.getChars()
|
org.netbeans.editor.SettingsUtil.getColoring(Class, String, boolean)
Use Editor Settings API instead. |
org.netbeans.editor.SettingsUtil.getColoring(Class, String, boolean, boolean)
Use Editor Settings API instead. |
org.netbeans.editor.EditorUI.getColoring(String)
Use Editor Settings API instead. |
org.netbeans.editor.EditorUI.getColoringMap()
Use Editor Settings API instead. |
org.netbeans.editor.SettingsUtil.getColoringMap(Class, boolean, boolean)
Use Editor Settings API instead. |
org.netbeans.editor.SettingsUtil.getColoringMapInitializer(Class, Map, boolean, String)
Use Editor Settings and Editor Settings Storage API instead. |
org.netbeans.editor.EditorUI.getDefaultColoring()
Use Editor Settings API instead. |
org.netbeans.editor.Mark.getInsertAfter()
|
org.netbeans.editor.BaseKit.getKit(Class)
Use CloneableEditorSupport.getEditorKit or
MimeLookup instead to find EditorKit for a mime
type. |
org.netbeans.editor.BaseDocumentEvent.getLine()
|
org.netbeans.editor.SegmentCache.getSegment()
Simply returns new Segment() . |
org.netbeans.editor.EditorUI.getSharedColoringMap(Class)
Use Editor Settings API instead. |
org.netbeans.editor.SegmentCache.getSharedInstance()
Simply use new Segment() . |
org.netbeans.editor.Utilities.getTabInsertString(BaseDocument, int)
|
org.netbeans.editor.SettingsUtil.getTokenColoring(TokenContextPath, TokenCategory, boolean)
Use Editor Settings API instead. |
org.netbeans.editor.SettingsUtil.getTokenColoring(TokenContextPath, TokenCategory, boolean, boolean)
Use Editor Settings API instead. |
org.netbeans.editor.BaseCaret.moveDot(int, Rectangle, int)
use #setDot(int) preceded by JComponent.scrollRectToVisible() . |
org.netbeans.editor.SegmentCache.releaseSegment(Segment)
Does nothing. |
org.netbeans.editor.EditorUI.removeLayer(String)
Please use Highlighting SPI instead, for details see
Editor Library 2. |
org.netbeans.editor.Mark.removeUpdateAction(int, int)
It will not be supported in the future. |
org.netbeans.editor.EditorUI.scrollRectToVisible(Rectangle, int)
use JComponent.scrollRectToVisible() instead of this method. |
org.netbeans.editor.SettingsUtil.setColoring(Class, String, Object)
Use Editor Settings Storage API instead. |
org.netbeans.editor.SettingsUtil.setColoring(Class, String, Object, boolean)
Use Editor Settings Storage API instead. |
org.netbeans.editor.SettingsUtil.setColoring(Class, String, Object, Object)
Use Editor Settings Storage API instead. |
org.netbeans.editor.SettingsUtil.setColoringMap(Class, Map, boolean)
Use Editor Settings Storage API instead. |
org.netbeans.editor.BaseCaret.setDot(int, Rectangle, int)
use #setDot(int) preceded by JComponent.scrollRectToVisible() . |
org.netbeans.editor.BaseCaret.setDot(int, Rectangle, int, boolean)
use #setDot(int, boolean) preceded by JComponent.scrollRectToVisible() . |
org.netbeans.editor.EditorUI.updateVirtualHeight(int)
virtual size is no longer used and effects of this method are ignored |
org.netbeans.editor.EditorUI.updateVirtualWidth(int)
virtual size is no longer used and effects of this method are ignored |