Package | Description |
---|---|
org.netbeans.editor | |
org.netbeans.editor.ext |
Completion Design View
|
Modifier and Type | Class and Description |
---|---|
static class |
ActionFactory.AbbrevExpandAction
Deprecated.
Use Editor Code Templates API instead.
|
static class |
ActionFactory.AbbrevResetAction
Deprecated.
Use Editor Code Templates API instead.
|
static class |
ActionFactory.AdjustCaretAction |
static class |
ActionFactory.AdjustWindowAction |
static class |
ActionFactory.AnnotationsCyclingAction
Cycle through annotations on the current line
|
static class |
ActionFactory.ChangeCaseAction |
static class |
ActionFactory.CollapseAllFolds
Deprecated.
Implementation was adopted into editor.fold.nbui module. This implementation is kept for backward compatibility only
|
static class |
ActionFactory.CollapseFold
Deprecated.
Implementation was adopted into editor.fold.nbui module. This implementation is kept for backward compatibility only
|
static class |
ActionFactory.CopySelectionElseLineDownAction |
static class |
ActionFactory.CopySelectionElseLineUpAction |
static class |
ActionFactory.CutToLineBeginOrEndAction
Cut text from the caret position to either begining or end
of the line with the caret.
|
static class |
ActionFactory.DumpViewHierarchyAction
Expand all existing folds in the document.
|
static class |
ActionFactory.ExpandAllFolds
Deprecated.
Implementation was adopted into editor.fold.nbui module. This implementation is kept for backward compatibility only
|
static class |
ActionFactory.ExpandFold
Deprecated.
Implementation was adopted into editor.fold.nbui module. This implementation is kept for backward compatibility only
|
static class |
ActionFactory.FirstNonWhiteAction |
static class |
ActionFactory.FormatAction |
static class |
ActionFactory.GenerateGutterPopupAction
Select text of whole document
|
static class |
ActionFactory.InsertDateTimeAction |
static class |
ActionFactory.JumpListNextAction
This implementation is no longer used, see org.netbeans.modules.editor.impl.actions.NavigationHistoryForwardAction
in the editor module.
|
static class |
ActionFactory.JumpListNextComponentAction
This implementation is no longer used, see org.netbeans.modules.editor.impl.actions.NavigationHistoryForwardAction
in the editor module.
|
static class |
ActionFactory.JumpListPrevAction
This implementation is no longer used, see org.netbeans.modules.editor.impl.actions.NavigationHistoryBackAction
in the editor module.
|
static class |
ActionFactory.JumpListPrevComponentAction
This implementation is no longer used, see org.netbeans.modules.editor.impl.actions.NavigationHistoryBackAction
in the editor module.
|
static class |
ActionFactory.LastNonWhiteAction |
static class |
ActionFactory.MoveSelectionElseLineDownAction |
static class |
ActionFactory.MoveSelectionElseLineUpAction |
static class |
ActionFactory.RedoAction |
static class |
ActionFactory.ReindentLineAction |
static class |
ActionFactory.RemoveLineAction |
static class |
ActionFactory.RemoveLineBeginAction |
static class |
ActionFactory.RemoveSelectionAction |
static class |
ActionFactory.RemoveTabAction |
static class |
ActionFactory.RemoveWordNextAction
Deprecated.
use
CamelCaseInterceptor instead |
static class |
ActionFactory.RemoveWordPreviousAction
Deprecated.
use
CamelCaseInterceptor instead |
static class |
ActionFactory.RunMacroAction
Deprecated.
Without any replacement. This action is not used anymore and
is no longer functional.
|
static class |
ActionFactory.ScrollDownAction |
static class |
ActionFactory.ScrollUpAction |
static class |
ActionFactory.SelectIdentifierAction |
static class |
ActionFactory.SelectNextParameterAction |
static class |
ActionFactory.ShiftLineAction |
static class |
ActionFactory.StartMacroRecordingAction
Deprecated.
Without any replacement. This action is not used anymore.
|
static class |
ActionFactory.StartNewLine |
static class |
ActionFactory.StopMacroRecordingAction
Deprecated.
Without any replacement. This action is not used anymore and
is no longer functional.
|
static class |
ActionFactory.ToggleLineNumbersAction
Deprecated.
this action is no longer used. It is reimplemented in editor.actions module.
|
static class |
ActionFactory.ToggleRectangularSelectionAction |
static class |
ActionFactory.ToggleTypingModeAction
Deprecated.
Replaced by ToggleTypingModeAction in editor.actions module
|
static class |
ActionFactory.UndoAction |
static class |
ActionFactory.WordMatchAction |
static class |
BaseKit.BackwardAction |
static class |
BaseKit.BeepAction |
static class |
BaseKit.BeginAction |
static class |
BaseKit.BeginLineAction |
static class |
BaseKit.BeginWordAction |
static class |
BaseKit.CompoundAction
Deprecated.
this action is no longer used.
|
static class |
BaseKit.CopyAction |
static class |
BaseKit.CutAction |
static class |
BaseKit.DefaultKeyTypedAction
Deprecated.
Please do not subclass this class. Use Typing Hooks instead, for details see
Editor Library 2.
|
static class |
BaseKit.DeleteCharAction
Deprecated.
Please do not subclass this class. Use Typing Hooks instead, for details see
Editor Library 2.
|
static class |
BaseKit.DownAction |
static class |
BaseKit.EndAction |
static class |
BaseKit.EndLineAction |
static class |
BaseKit.EndWordAction |
static class |
BaseKit.ForwardAction |
static class |
BaseKit.InsertBreakAction
Deprecated.
Please do not subclass this class. Use Typing Hooks instead, for details see
Editor Library 2.
|
static class |
BaseKit.InsertContentAction
Deprecated.
this action is no longer used. It is reimplemented in editor.actions module.
|
static class |
BaseKit.InsertStringAction
Insert text specified in constructor
|
static class |
BaseKit.InsertTabAction |
static class |
BaseKit.KitCompoundAction
Deprecated.
this action is no longer used. It is reimplemented in editor.actions module.
|
static class |
BaseKit.NextWordAction
Deprecated.
use
CamelCaseInterceptor instead |
static class |
BaseKit.PageDownAction
Go one page down
|
static class |
BaseKit.PageUpAction
Go one page up
|
static class |
BaseKit.PasteAction |
static class |
BaseKit.PreviousWordAction
Deprecated.
use
CamelCaseInterceptor instead |
static class |
BaseKit.ReadOnlyAction
Deprecated.
this action is no longer used. It is reimplemented in editor.actions module.
|
static class |
BaseKit.RemoveTrailingSpacesAction |
static class |
BaseKit.SelectAllAction
Select text of whole document
|
static class |
BaseKit.SelectLineAction
Select line around caret
|
static class |
BaseKit.SelectWordAction
Select word around caret
|
static class |
BaseKit.SplitLineAction |
static class |
BaseKit.UpAction |
static class |
BaseKit.WritableAction
Deprecated.
this action is no longer used. It is reimplemented in editor.actions module.
|
Modifier and Type | Class and Description |
---|---|
static class |
ExtKit.AllCompletionShowAction
Deprecated.
Please use Editor Code Completion API instead, for details see
Editor Code Completion.
|
static class |
ExtKit.BuildPopupMenuAction
Called before the popup menu is shown to possibly rebuild
the popup menu.
|
static class |
ExtKit.BuildToolTipAction |
static class |
ExtKit.CodeSelectAction
Deprecated.
this action is deprecated and will be removed in future releases.
|
static class |
ExtKit.CommentAction |
static class |
ExtKit.CompletionShowAction
Deprecated.
Please use Editor Code Completion API instead, for details see
Editor Code Completion.
|
static class |
ExtKit.CompletionTooltipShowAction
Deprecated.
Please use Editor Code Completion API instead, for details see
Editor Code Completion.
|
static class |
ExtKit.DocumentationShowAction
Deprecated.
Please use Editor Code Completion API instead, for details see
Editor Code Completion.
|
static class |
ExtKit.EscapeAction
Executed when the Escape key is pressed.
|
static class |
ExtKit.ExtDefaultKeyTypedAction
Deprecated.
Please do not subclass this class. Use Typing Hooks instead, for details see
Editor Library 2.
|
static class |
ExtKit.ExtDeleteCharAction
Deprecated.
Please do not subclass this class. Use Typing Hooks instead, for details see
Editor Library 2.
|
static class |
ExtKit.GotoAction |
static class |
ExtKit.GotoDeclarationAction
Deprecated.
this action is no longer used. It is reimplemented in editor.actions module.
|
static class |
ExtKit.MatchBraceAction
Deprecated.
Please use Braces Matching SPI instead, for details see
Editor Braces Matching.
|
static class |
ExtKit.PrefixMakerAction
Prefix maker adds the prefix before the identifier under cursor.
|
static class |
ExtKit.ShowPopupMenuAction
Show the popup menu.
|
static class |
ExtKit.ToggleCaseIdentifierBeginAction |
static class |
ExtKit.ToggleCommentAction |
static class |
ExtKit.UncommentAction |
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.