|
org.netbeans.modules.editor.lib/3 3.23.0 19 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Deprecated Interfaces | |
|---|---|
| org.netbeans.editor.CharSeq
use DocumentUtilities.getText(javax.swing.text.Document)
to obtain CharSequence instance from a document instead. |
|
| org.netbeans.editor.GapStart
deprecated without replacement. Possibly use document's view as CharSequence by DocumentUtilities.getText(javax.swing.text.Document). |
|
| Deprecated Classes | |
|---|---|
| org.netbeans.editor.Abbrev
Use Editor Code Templates API instead. This class is no longer functional. |
|
| org.netbeans.editor.ActionFactory.AbbrevExpandAction
Use Editor Code Templates API instead. |
|
| org.netbeans.editor.ActionFactory.AbbrevResetAction
Use Editor Code Templates API instead. |
|
| org.netbeans.editor.ActionFactory.RunMacroAction
Without any replacement. This action is not used anymore and is no longer functional. |
|
| org.netbeans.editor.ActionFactory.StartMacroRecordingAction
Without any replacement. This action is not used anymore. |
|
| org.netbeans.editor.ActionFactory.StopMacroRecordingAction
Without any replacement. This action is not used anymore and is no longer functional. |
|
| org.netbeans.editor.ActionFactory.ToggleLineNumbersAction
this action is no longer used. It is reimplemented in editor.actions module. |
|
| org.netbeans.editor.BaseKit.CompoundAction
this action is no longer used. |
|
| org.netbeans.editor.BaseKit.DefaultKeyTypedAction
Please do not subclass this class. Use Typing Hooks instead, for details see Editor Library 2. |
|
| org.netbeans.editor.BaseKit.DeleteCharAction
Please do not subclass this class. Use Typing Hooks instead, for details see Editor Library 2. |
|
| org.netbeans.editor.BaseKit.InsertBreakAction
Please do not subclass this class. Use Typing Hooks instead, for details see Editor Library 2. |
|
| org.netbeans.editor.BaseKit.InsertContentAction
this action is no longer used. It is reimplemented in editor.actions module. |
|
| org.netbeans.editor.BaseKit.KitCompoundAction
this action is no longer used. It is reimplemented in editor.actions module. |
|
| org.netbeans.editor.BaseKit.ReadOnlyAction
this action is no longer used. It is reimplemented in editor.actions module. |
|
| org.netbeans.editor.BaseKit.WritableAction
this action is no longer used. It is reimplemented in editor.actions module. |
|
| 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.EditorDebug
Should never have been made public. No replacement. |
|
| org.netbeans.editor.EditorState
Use Editor Settings and Settings Storage APIs. Please note that the states stored here are not persisted and therefore don't survive JVM restarts. |
|
| org.netbeans.editor.ext.ExtKit.AllCompletionShowAction
Please use Editor Code Completion API instead, for details see Editor Code Completion. |
|
| org.netbeans.editor.ext.ExtKit.CodeSelectAction
this action is deprecated and will be removed in future releases. |
|
| org.netbeans.editor.ext.ExtKit.CompletionShowAction
Please use Editor Code Completion API instead, for details see Editor Code Completion. |
|
| org.netbeans.editor.ext.ExtKit.CompletionTooltipShowAction
Please use Editor Code Completion API instead, for details see Editor Code Completion. |
|
| org.netbeans.editor.ext.ExtKit.DocumentationShowAction
Please use Editor Code Completion API instead, for details see Editor Code Completion. |
|
| org.netbeans.editor.ext.ExtKit.ExtDefaultKeyTypedAction
Please do not subclass this class. Use Typing Hooks instead, for details see Editor Library 2. |
|
| org.netbeans.editor.ext.ExtKit.ExtDeleteCharAction
Please do not subclass this class. Use Typing Hooks instead, for details see Editor Library 2. |
|
| org.netbeans.editor.ext.ExtKit.FindAction
Without any replacement. |
|
| org.netbeans.editor.ext.ExtKit.GotoDeclarationAction
this action is no longer used. It is reimplemented in editor.actions module. |
|
| org.netbeans.editor.ext.ExtKit.MatchBraceAction
Please use Braces Matching SPI instead, for details see Editor Braces Matching. |
|
| org.netbeans.editor.ext.ExtKit.ReplaceAction
Without any replacement. |
|
| org.netbeans.editor.ext.FindDialogPanel
Without any replacement. |
|
| org.netbeans.editor.ext.FindDialogSupport
Without any replacement. |
|
| org.netbeans.editor.FindSupport
use org.netbeans.modules.editor.lib2.search.EditorFindSupport; |
|
| org.netbeans.editor.ImplementationProvider
See org.netbeans.spi.editor.lib2.EditorImplementationProvider |
|
| org.netbeans.editor.LineSeparatorConversion
Use CharacterConversions instead. |
|
| 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.MacroDialogSupport
Without any replacement. This class is no longer functional. |
|
| org.netbeans.editor.MacroSavePanel
Without any replacement. This class is no longer functional. |
|
| org.netbeans.editor.Mark
Use Position instead. |
|
| org.netbeans.editor.MarkFactory.SyntaxMark
syntax marks are no longer used to hold lexer states. |
|
| org.netbeans.editor.Registry
Use EditorRegistry from
Editor Library 2 instead. |
|
| org.netbeans.editor.SegmentCache
The caching is no longer performed as the object creation in the present JVMs is fast. Simply use new Segment(). |
|
| Deprecated Fields | |
|---|---|
| org.netbeans.editor.BaseAction.ABBREV_RESET
Not used anymore. |
|
| org.netbeans.editor.CodeFoldingSideBar.backColor
Without any replacement. |
|
| org.netbeans.editor.ext.ExtKit.codeSelectAction
this action name is not actively used by ExtKit and will be removed in future releases. |
|
| org.netbeans.editor.ext.ExtKit.escapeAction
this action name is not actively used by ExtKit and will be removed in future releases. |
|
| org.netbeans.editor.ext.ExtKit.findAction
Without any replacement. |
|
| org.netbeans.editor.CodeFoldingSideBar.font
Without any replacement. |
|
| org.netbeans.editor.CodeFoldingSideBar.foreColor
Without any replacement. |
|
| org.netbeans.editor.BaseDocument.LINE_BATCH_SIZE
property no longer populated; deprecated without replacement. |
|
| org.netbeans.editor.BaseDocument.LINE_LIMIT_PROP
property no longer populated; deprecated without replacement. |
|
| Deprecated Constructors | |
|---|---|
| org.netbeans.editor.BaseDocument(Class, boolean)
Use of editor kit's implementation classes is deprecated in favor of mime types. |
|
| org.netbeans.editor.CodeFoldingSideBar()
Don't use this constructor, it does nothing! |
|
| org.netbeans.editor.GuardedDocument(Class)
The use of editor kit's implementation classes is deprecated in favor of mime types. |
|
| org.netbeans.editor.GuardedDocument(Class, boolean, StyleContext)
The use of editor kit's implementation classes is deprecated in favor of mime types. |
|
|
org.netbeans.modules.editor.lib/3 3.23.0 19 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||