|
Class Summary |
| Abbrev |
Deprecated. Use Editor Code Templates API instead. |
| AcceptorFactory |
Mostly used acceptors |
| ActionFactory |
Actions that are not considered basic and therefore
they are not included directly in BaseKit, but here. |
| ActionFactory.AbbrevExpandAction |
Deprecated. Use Editor Code Templates API instead. |
| ActionFactory.AbbrevResetAction |
Deprecated. Use Editor Code Templates API instead. |
| ActionFactory.AdjustCaretAction |
|
| ActionFactory.AdjustWindowAction |
|
| ActionFactory.AnnotationsCyclingAction |
Cycle through annotations on the current line |
| ActionFactory.ChangeCaseAction |
|
| ActionFactory.CollapseAllFolds |
Collapse all existing folds in the document. |
| ActionFactory.CollapseFold |
Collapse a fold. |
| ActionFactory.CopySelectionElseLineDownAction |
|
| ActionFactory.CopySelectionElseLineUpAction |
|
| ActionFactory.CutToLineBeginOrEndAction |
Cut text from the caret position to either begining or end
of the line with the caret. |
| ActionFactory.DumpViewHierarchyAction |
Expand all existing folds in the document. |
| ActionFactory.ExpandAllFolds |
Expand all existing folds in the document. |
| ActionFactory.ExpandFold |
Expand a fold. |
| ActionFactory.FindNextAction |
|
| ActionFactory.FindPreviousAction |
|
| ActionFactory.FindSelectionAction |
Finds either selection or if there's no selection it finds
the word where the cursor is standing. |
| ActionFactory.FirstNonWhiteAction |
|
| ActionFactory.FormatAction |
|
| ActionFactory.GenerateGutterPopupAction |
Select text of whole document |
| ActionFactory.InsertDateTimeAction |
|
| ActionFactory.JumpListNextAction |
This implementation is no longer used, see org.netbeans.modules.editor.impl.actions.NavigationHistoryForwardAction
in the editor module. |
| ActionFactory.JumpListNextComponentAction |
This implementation is no longer used, see org.netbeans.modules.editor.impl.actions.NavigationHistoryForwardAction
in the editor module. |
| ActionFactory.JumpListPrevAction |
This implementation is no longer used, see org.netbeans.modules.editor.impl.actions.NavigationHistoryBackAction
in the editor module. |
| ActionFactory.JumpListPrevComponentAction |
This implementation is no longer used, see org.netbeans.modules.editor.impl.actions.NavigationHistoryBackAction
in the editor module. |
| ActionFactory.LastNonWhiteAction |
|
| ActionFactory.MoveSelectionElseLineDownAction |
|
| ActionFactory.MoveSelectionElseLineUpAction |
|
| ActionFactory.RedoAction |
|
| ActionFactory.ReindentLineAction |
|
| ActionFactory.RemoveLineAction |
|
| ActionFactory.RemoveLineBeginAction |
|
| ActionFactory.RemoveSelectionAction |
|
| ActionFactory.RemoveTabAction |
|
| ActionFactory.RemoveWordNextAction |
|
| ActionFactory.RemoveWordPreviousAction |
|
| ActionFactory.RunMacroAction |
Deprecated. Without any replacement. |
| ActionFactory.ScrollDownAction |
|
| ActionFactory.ScrollUpAction |
|
| ActionFactory.SelectIdentifierAction |
|
| ActionFactory.SelectNextParameterAction |
|
| ActionFactory.ShiftLineAction |
|
| ActionFactory.StartMacroRecordingAction |
Deprecated. Without any replacement. |
| ActionFactory.StartNewLine |
Starts a new line in code. |
| ActionFactory.StopMacroRecordingAction |
Deprecated. Without any replacement. |
| ActionFactory.ToggleHighlightSearchAction |
|
| ActionFactory.ToggleLineNumbersAction |
Deprecated. this action is no longer used. |
| ActionFactory.ToggleTypingModeAction |
Switch to overwrite mode or back to insert mode |
| ActionFactory.UndoAction |
|
| ActionFactory.WordMatchAction |
|
| Analyzer |
Various text analyzes over the document |
| AnnotationDesc |
Description of the annotation. |
| Annotations |
Annotations class act as data model containing all annotations attached
to one document. |
| Annotations.LineAnnotations |
Manager of all annotations attached to one line. |
| Annotations.MenuComparator |
|
| AnnotationType |
Definition of the annotation type. |
| AnnotationType.CombinationMember |
Hepler class describing annotation type and whether all
occurences of this type should be absorbed by combination or not. |
| AnnotationType.Severity |
|
| AnnotationTypes |
Registry of all annotation types. |
| AtomicLockEvent |
Event for atomic lock listener notifications. |
| BaseAction |
This is the parent of majority of the actions. |
| BaseCaret |
Caret implementation |
| BaseDocument |
Document implementation |
| BaseDocument.LazyPropertyMap |
|
| BaseDocumentEvent |
Document implementation |
| BaseElement |
Element implementation. |
| BaseImageTokenID |
Token-id with the fixed token image. |
| BaseKit |
Editor kit implementation for base document |
| BaseKit.BackwardAction |
|
| BaseKit.BeepAction |
|
| BaseKit.BeginAction |
|
| BaseKit.BeginLineAction |
|
| BaseKit.BeginWordAction |
|
| BaseKit.CompoundAction |
Deprecated. this action is no longer used. |
| BaseKit.CopyAction |
|
| BaseKit.CutAction |
|
| BaseKit.DefaultKeyTypedAction |
Default typed action |
| BaseKit.DeleteCharAction |
Remove previous or next character |
| BaseKit.DownAction |
|
| BaseKit.EndAction |
|
| BaseKit.EndLineAction |
|
| BaseKit.EndWordAction |
|
| BaseKit.ForwardAction |
|
| BaseKit.InsertBreakAction |
|
| BaseKit.InsertContentAction |
Deprecated. this action is no longer used. |
| BaseKit.InsertStringAction |
Insert text specified in constructor |
| BaseKit.InsertTabAction |
|
| BaseKit.KitCompoundAction |
Deprecated. this action is no longer used. |
| BaseKit.NextWordAction |
|
| BaseKit.PageDownAction |
Go one page down |
| BaseKit.PageUpAction |
Go one page up |
| BaseKit.PasteAction |
|
| BaseKit.PreviousWordAction |
|
| BaseKit.ReadOnlyAction |
Deprecated. this action is no longer used. |
| BaseKit.RemoveTrailingSpacesAction |
|
| BaseKit.SelectAllAction |
Select text of whole document |
| BaseKit.SelectLineAction |
Select line around caret |
| BaseKit.SelectWordAction |
Select word around caret |
| BaseKit.SplitLineAction |
|
| BaseKit.UpAction |
|
| BaseKit.WritableAction |
Deprecated. this action is no longer used. |
| BaseTextUI |
Text UI implementation |
| BaseTokenCategory |
Base implementation of the token category. |
| BaseTokenID |
Base implementation of the token-id. |
| BaseView |
Base abstract view serves as parent for both
leaf and branch views. |
| CodeFoldingSideBar |
Code Folding Side Bar. |
| Coloring |
Immutable class that stores font and foreground and background colors. |
| DelegateAction |
Action that delegates on delegate action. |
| DialogSupport |
Deprecated. See org.openide.spi.editor.lib2.DialogFactory. |
| DocumentFinder |
Deprecated. Without any replacement. |
| DocumentFinder.FindReplaceResult |
|
| DocumentUtilities |
Various document-related utilities. |
| DrawLayer.AbstractLayer |
Deprecated. Please use Highlighting SPI instead, for details see
Editor Library 2. |
| DrawLayerFactory |
Deprecated. Please use Highlighting SPI instead, for details see
Editor Library 2. |
| DrawLayerFactory.AnnotationLayer |
Deprecated. Please use Highlighting SPI instead, for details see
Editor Library 2. |
| DrawLayerFactory.BlockSearchLayer |
Deprecated. Please use Highlighting SPI instead, for details see
Editor Library 2. |
| DrawLayerFactory.CaretLayer |
Deprecated. Please use Highlighting SPI instead, for details see
Editor Library 2. |
| DrawLayerFactory.ColorLineLayer |
Deprecated. Please use Highlighting SPI instead, for details see
Editor Library 2. |
| DrawLayerFactory.HighlightSearchLayer |
Deprecated. Please use Highlighting SPI instead, for details see
Editor Library 2. |
| DrawLayerFactory.IncSearchLayer |
Deprecated. Please use Highlighting SPI instead, for details see
Editor Library 2. |
| DrawLayerFactory.StyleLayer |
Deprecated. Please use Highlighting SPI instead, for details see
Editor Library 2. |
| DrawLayerFactory.SyntaxLayer |
Deprecated. Please use Highlighting SPI instead, for details see
Editor Library 2. |
| DrawLayerFactory.WordColoringLayer |
Deprecated. Please use Highlighting SPI instead, for details see
Editor Library 2. |
| EditorDebug |
Deprecated. Should never have been made public. |
| EditorState |
Deprecated. Use Editor Settings and Settings Storage APIs. |
| EditorUI |
Editor UI for the component. |
| FinderFactory |
Various finders are located here. |
| FinderFactory.AbstractBlocksFinder |
Support for creating blocks finders. |
| FinderFactory.AbstractFinder |
Abstract finder implementation. |
| FinderFactory.AcceptorBwdFinder |
|
| FinderFactory.AcceptorFwdFinder |
|
| FinderFactory.CharArrayBwdFinder |
Searches for anyone of the specified chars in backward direction. |
| FinderFactory.CharArrayFwdFinder |
Searches for anyone of the specified chars in forward direction. |
| FinderFactory.CharBwdFinder |
Searches for the specified char in backward direction. |
| FinderFactory.CharFwdFinder |
Searches for the specified char in forward direction. |
| FinderFactory.FalseBlocksFinder |
|
| FinderFactory.FalseFinder |
Request non-existent position immediately |
| FinderFactory.GenericBwdFinder |
Generic backward finder that simplifies the search process. |
| FinderFactory.GenericFinder |
|
| FinderFactory.GenericFwdFinder |
Generic forward finder that simplifies the search process. |
| FinderFactory.NextWordFwdFinder |
Next word forward finder |
| FinderFactory.NonWhiteBwdFinder |
Find first non-white character backward |
| FinderFactory.NonWhiteFwdFinder |
Find first non-white character forward |
| FinderFactory.PosVisColFwdFinder |
Finder for getting visual column value for particular position. |
| FinderFactory.PreviousWordBwdFinder |
Find start of the word. |
| FinderFactory.StringBlocksFinder |
String forward finder that creates position blocks |
| FinderFactory.StringBwdFinder |
String backward finder |
| FinderFactory.StringFwdFinder |
String forward finder |
| FinderFactory.TrueFinder |
Return successful match on the first searched char |
| FinderFactory.VisColPosFwdFinder |
Finder for getting position from visual column knowledge. |
| FinderFactory.WhiteBwdFinder |
Find first white character backward |
| FinderFactory.WhiteFwdFinder |
Find first white character forward |
| FinderFactory.WholeWordsBlocksFinder |
String forward finder that finds whole words only
and that creates position blocks. |
| FinderFactory.WholeWordsBwdFinder |
String backward finder that finds whole words only. |
| FinderFactory.WholeWordsFwdFinder |
String forward finder that finds whole words only. |
| FindSupport |
Deprecated. Without any replacement. |
| FindSupport.SearchPatternWrapper |
|
| FoldingToolTip |
Component for displaying folded part of code in tooltip |
| FontMetricsCache |
Static cache that holds the font metrics for the fonts. |
| Formatter |
Deprecated. Please use Editor Indentation API instead, for details see
Editor Indentation. |
| GapObjectArray |
Implementation of ObjectArray that
contains a gap which helps to speed up inserts/removals
close to the gap. |
| GlyphGutter |
GlyphGutter is component for displaying line numbers and annotation
glyph icons. |
| GuardedDocument |
Extension to the guarded document that implements
StyledDocument interface |
| GuardedDocumentEvent |
Attempt to insert or remove from the guarded block has been done. |
| ImplementationProvider |
Deprecated. See org.netbeans.spi.editor.lib2.EditorImplementationProvider |
| JumpList |
The list of marked positions in text components. |
| JumpList.Entry |
An entry in the list with JTextComponent and a position in
its Document. |
| KeySequenceInputPanel |
This class could be used as input of sequence of KeyStrokes. |
| LeafElement |
Leaf element is used on the leaf level of element tree. |
| LeafView |
Leaf view implementation. |
| LineSeparatorConversion |
Deprecated. Use CharacterConversions instead. |
| LineSeparatorConversion.FromLineFeed |
Convert all the occurrences of '\n' in the given text
to the requested line separator. |
| LineSeparatorConversion.InitialSeparatorReader |
|
| LineSeparatorConversion.ToLineFeed |
Convert all the occurrences of '\r' and '\r\n' in the text to '\n'. |
| LocaleSupport |
Deprecated. 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. |
| MacroDialogSupport |
Deprecated. Without any replacement. |
| MacroSavePanel |
Deprecated. Without any replacement. |
| Mark |
Class defining basic type of mark. |
| MarkBlock |
Block of text created using two marks. |
| MarkBlockChain |
Support class for chain of MarkBlocks |
| MarkBlockChain.LayerChain |
|
| MarkChain |
Support class for chain of MarkBlocks |
| MarkFactory |
Various marks are located here |
| MarkFactory.ChainDrawMark |
Support for draw marks chained in double linked list |
| MarkFactory.ContextMark |
Mark that can have its position updated by where it's located |
| MarkFactory.DrawMark |
Activation mark for particular layer. |
| MarkFactory.SyntaxMark |
Deprecated. syntax marks are no longer used to hold lexer states. |
| MultiKeyBinding |
Extension of JTextComponent.KeyBinding to hold several successive keystrokes. |
| MultiKeymap |
Keymap that is capable to work with MultiKeyBindings |
| ObjectArrayUtilities |
Utilities over object array. |
| PopupManager |
Popup manager allows to display an arbitrary popup component
over the underlying text component. |
| PopupManager.HorizontalBounds |
Horizontal bounds of popup panel specification |
| PopupManager.Placement |
Placement of popup panel specification |
| Registry |
Deprecated. Use EditorRegistry from
Editor Library 2 instead. |
| SegmentCache |
Deprecated. The caching is no longer performed as the object creation
in the present JVMs is fast. |
| StatusBar |
Status bar support. |
| StatusBar.StatusBarFactory |
|
| StringMap |
Support for comparing part of char array
to hash map with strings as keys. |
| Syntax |
Lexical analyzer that works on a given text buffer. |
| Syntax.BaseStateInfo |
Base implementation of the StateInfo interface |
| SyntaxDebug |
Debugging stuff for the syntax scanners |
| SyntaxSupport |
Support methods for syntax analyzes |
| SyntaxUpdateTokens |
Notification about the tokens being relexed as result of a document
modification. |
| TokenContext |
Token context defines the environment in which only a limited set
of tokens can be used. |
| TokenContextPath |
Immutable and 'interned' wrapper holding
an array of the contexts starting
with the original context in which the token is defined
and ending with the target context from which the token
is being returned. |
| TokenItem.AbstractItem |
Abstract implementation that doesn't contain chaining methods. |
| TokenItem.FilterItem |
Implementation useful for delegation. |
| Utilities |
Various useful editor functions. |
| WeakEventListenerList |
Class that can hold the list of event listeners
in a "weak" manner. |
| WeakPropertyChangeSupport |
Similair functionality as PropertyChangeSupport but holds only
weak references to listener classes |
| WeakTimerListener |
Action listener that has a weak reference
to the source action listener so it doesn't prevent
it to be garbage collected. |
| WordMatch |
Word matching support enables to fill in the rest of the word
when knowing the begining of the word. |