Interface and Description |
---|
org.netbeans.editor.AtomicLockDocument |
org.netbeans.editor.AtomicLockListener |
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) . |
org.netbeans.editor.SideBarFactory
use
SideBarFactory from editor.lib2 module. |
Class and Description |
---|
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.CollapseAllFolds
Implementation was adopted into editor.fold.nbui module. This implementation is kept for backward compatibility only
|
org.netbeans.editor.ActionFactory.CollapseFold
Implementation was adopted into editor.fold.nbui module. This implementation is kept for backward compatibility only
|
org.netbeans.editor.ActionFactory.ExpandAllFolds
Implementation was adopted into editor.fold.nbui module. This implementation is kept for backward compatibility only
|
org.netbeans.editor.ActionFactory.ExpandFold
Implementation was adopted into editor.fold.nbui module. This implementation is kept for backward compatibility only
|
org.netbeans.editor.ActionFactory.RemoveWordNextAction
use
CamelCaseInterceptor instead |
org.netbeans.editor.ActionFactory.RemoveWordPreviousAction
use
CamelCaseInterceptor 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.ActionFactory.ToggleTypingModeAction
Replaced by ToggleTypingModeAction in editor.actions module
|
org.netbeans.editor.AtomicLockEvent
use
AtomicLockEvent |
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.NextWordAction
use
CamelCaseInterceptor instead |
org.netbeans.editor.BaseKit.PreviousWordAction
use
CamelCaseInterceptor instead |
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.CodeFoldingSideBar
You should use
FoldUtilities#createSidebarComponent(javax.swing.text.JTextComponent) or
FoldUtilities#getFoldingSidebarFactory() instead. Subclassing CodeFoldingSidebar
is no longer actively supported, though still working. |
org.netbeans.editor.DialogSupport
See org.openide.spi.editor.lib2.DialogFactory. DialogSupport has
no public 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.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.FoldingToolTip
This is an utility class which should not have been public. It is used
only from code folding implementation and was not intended for general purpose.
This implementation is retained for backward compatibility only. The live implementation
can be found in
editor.fold.nbui module. |
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() . |
Field and Description |
---|
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.
|
Constructor and Description |
---|
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.
|
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.