Interface | Description |
---|---|
Acceptor |
Accept or reject given character.
|
AdjustFinder |
Advanced finder that can adjust the start and limit position
of the search.
|
Annotations.AnnotationsListener |
Listener for listening on changes in Annotations object.
|
AnnotationTypes.Loader |
Loader of annotation types.
|
AtomicLockDocument | Deprecated |
AtomicLockListener | Deprecated |
BaseDocument.PropertyEvaluator |
Property evaluator is useful for lazy evaluation
of properties of the document when
javax.swing.text.Document#getProperty(java.lang.String)
is called. |
CharSeq | Deprecated
use
DocumentUtilities.getText(javax.swing.text.Document)
to obtain CharSequence instance from a document instead. |
DialogSupport.DialogFactory |
DialogFactory implementation is a class responsible for providing
proper implementation of Dialog containing required widgets.
|
Finder |
Finders are used to find some information in document without
creating copy of the data.
|
FinderFactory.BlocksFinder |
Finder that constructs [begin-pos, end-pos] blocks.
|
FinderFactory.StringFinder |
Finder that looks for some search expression expressed by string.
|
FontMetricsCache.Info | |
GapObjectArray.RemoveUpdater | |
GapStart | Deprecated
deprecated without replacement.
|
ImageTokenID |
Token-id with the fixed token image.
|
LocaleSupport.Localizer |
Translates the keys to the localized strings.
|
MimeTypeInitializer |
Interface which help initialize lookups needed by
SideBarFactory
implementations. |
ObjectArray |
Interface that allows to bridge various implementations
of the arrays of objects (especially gap arrays).
|
ObjectArray.CopyItems |
Interface allowing more efficient getting of the objects
from the object array.
|
ObjectArray.Modification | |
PrintContainer |
Container for printed text.
|
SideBarFactory | Deprecated
use
SideBarFactory from editor.lib2 module. |
Syntax.StateInfo |
Interface that stores two basic pieces of information about
the state of the whole lexical analyzer - its internal state and preScan.
|
TextBatchProcessor |
Process the batches of the text in the document.
|
TokenCategory |
Token category enables dividing the tokens into groups.
|
TokenID |
Token-id is a unique identifier of a particular token.
|
TokenItem |
Token-item presents a token as a piece information
without dependence on a character buffer and it enables
to chain the token-items in both directions.
|
TokenProcessor |
Process the tokens
|
Class | Description |
---|---|
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 | Deprecated
Implementation was adopted into editor.fold.nbui module.
|
ActionFactory.CollapseFold | Deprecated
Implementation was adopted into editor.fold.nbui module.
|
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 | Deprecated
Implementation was adopted into editor.fold.nbui module.
|
ActionFactory.ExpandFold | Deprecated
Implementation was adopted into editor.fold.nbui module.
|
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 | Deprecated
use
CamelCaseInterceptor instead |
ActionFactory.RemoveWordPreviousAction | Deprecated
use
CamelCaseInterceptor instead |
ActionFactory.RunMacroAction | Deprecated
Without any replacement.
|
ActionFactory.ScrollDownAction | |
ActionFactory.ScrollUpAction | |
ActionFactory.SelectIdentifierAction | |
ActionFactory.SelectNextParameterAction | |
ActionFactory.ShiftLineAction | |
ActionFactory.StartMacroRecordingAction | Deprecated
Without any replacement.
|
ActionFactory.StartNewLine | |
ActionFactory.StopMacroRecordingAction | Deprecated
Without any replacement.
|
ActionFactory.ToggleLineNumbersAction | Deprecated
this action is no longer used.
|
ActionFactory.ToggleRectangularSelectionAction | |
ActionFactory.ToggleTypingModeAction | Deprecated
Replaced by ToggleTypingModeAction in editor.actions module
|
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 | Deprecated
use
AtomicLockEvent |
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 | Deprecated
Please do not subclass this class.
|
BaseKit.DeleteCharAction | Deprecated
Please do not subclass this class.
|
BaseKit.DownAction | |
BaseKit.EndAction | |
BaseKit.EndLineAction | |
BaseKit.EndWordAction | |
BaseKit.ForwardAction | |
BaseKit.InsertBreakAction | Deprecated
Please do not subclass this class.
|
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 | Deprecated
use
CamelCaseInterceptor instead |
BaseKit.PageDownAction |
Go one page down
|
BaseKit.PageUpAction |
Go one page up
|
BaseKit.PasteAction | |
BaseKit.PreviousWordAction | Deprecated
use
CamelCaseInterceptor instead |
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 | Deprecated
You should use
FoldUtilities#createSidebarComponent(javax.swing.text.JTextComponent) or
FoldUtilities#getFoldingSidebarFactory() instead. |
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.
|
DocumentUtilities |
Various document-related utilities.
|
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.
|
FoldingToolTip | Deprecated
This is an utility class which should not have been public.
|
FontMetricsCache |
Static cache that holds the font metrics for the fonts.
|
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 | Deprecated
Use
Position instead. |
MarkBlock |
Block of text created using two marks.
|
MarkBlockChain |
Support class for chain of MarkBlocks
|
MarkFactory |
Various marks are located here
|
MarkFactory.ContextMark |
Mark that can have its position updated by where it's located
|
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.
|
Exception | Description |
---|---|
GuardedException |
Attempt to insert or remove from the guarded block has been done.
|
InvalidMarkException |
This exception is thrown either if the mark is invalid and it should
be valid (
getOffset(), getLine(), remove() ) or on
the oposite side if the mark is valid and it shouldn't be
i.e. |