Package | Description |
---|---|
org.netbeans.editor | |
org.netbeans.editor.ext |
Completion Design View
|
Class and Description |
---|
Abbrev
Deprecated.
Use Editor Code Templates API instead. This class is no longer
functional.
|
Acceptor
Accept or reject given character.
|
ActionFactory.AdjustCaretAction |
ActionFactory.AdjustWindowAction |
ActionFactory.ChangeCaseAction |
AnnotationDesc
Description of the annotation.
|
Annotations
Annotations class act as data model containing all annotations attached
to one document.
|
Annotations.AnnotationsListener
Listener for listening on changes in Annotations object.
|
Annotations.LineAnnotations
Manager of all annotations attached to one line.
|
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.
|
AnnotationTypes.Loader
Loader of annotation types.
|
AtomicLockDocument
Deprecated.
|
AtomicLockEvent
Deprecated.
use
AtomicLockEvent |
AtomicLockListener
Deprecated.
|
BaseAction
This is the parent of majority of the actions.
|
BaseDocument
Document implementation
|
BaseDocumentEvent
Document implementation
|
BaseElement
Element implementation.
|
BaseKit
Editor kit implementation for base document
|
BaseKit.BeginLineAction |
BaseKit.KitCompoundAction
Deprecated.
this action is no longer used. It is reimplemented in editor.actions module.
|
BaseTextUI
Text UI implementation
|
BaseTokenID
Base implementation of the token-id.
|
BaseView
Base abstract view serves as parent for both
leaf and branch views.
|
CharSeq
Deprecated.
use
DocumentUtilities.getText(javax.swing.text.Document)
to obtain CharSequence instance from a document instead. |
CodeFoldingSideBar.Mark
Deprecated.
Keeps info of visible folding mark
|
Coloring
Immutable class that stores font and foreground and background colors.
|
DialogSupport.DialogFactory
Deprecated.
DialogFactory implementation is a class responsible for providing
proper implementation of Dialog containing required widgets.
|
EditorUI
Editor UI for the component.
|
Finder
Finders are used to find some information in document without
creating copy of the data.
|
FinderFactory.AbstractBlocksFinder
Support for creating blocks finders.
|
FinderFactory.AbstractFinder
Abstract finder implementation.
|
FinderFactory.BlocksFinder
Finder that constructs [begin-pos, end-pos] blocks.
|
FinderFactory.GenericBwdFinder
Generic backward finder that simplifies the search process.
|
FinderFactory.GenericFwdFinder
Generic forward finder that simplifies the search process.
|
FinderFactory.StringFinder
Finder that looks for some search expression expressed by string.
|
FontMetricsCache.Info |
GapObjectArray.RemoveUpdater |
GlyphGutter
GlyphGutter is component for displaying line numbers and annotation
glyph icons.
|
GuardedDocument
Extension to the guarded document that implements
StyledDocument interface
|
ImageTokenID
Token-id with the fixed token image.
|
ImplementationProvider
Deprecated.
See org.netbeans.spi.editor.lib2.EditorImplementationProvider
|
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. |
LocaleSupport.Localizer
Deprecated.
Translates the keys to the localized strings.
|
MacroDialogSupport
Deprecated.
Without any replacement. This class is no longer functional.
|
Mark
Deprecated.
Use
Position instead. |
MarkBlock
Block of text created using two marks.
|
MarkBlockChain
Support class for chain of MarkBlocks
|
MultiKeymap
Keymap that is capable to work with MultiKeyBindings
|
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 |
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
|
PrintContainer
Container for printed text.
|
SegmentCache
Deprecated.
The caching is no longer performed as the object creation
in the present JVMs is fast. Simply use
new Segment() . |
SideBarFactory
Deprecated.
use
SideBarFactory from editor.lib2 module. |
StatusBar
Status bar support.
|
Syntax
Lexical analyzer that works on a given text buffer.
|
Syntax.StateInfo
Interface that stores two basic pieces of information about
the state of the whole lexical analyzer - its internal state and preScan.
|
SyntaxSupport
Support methods for syntax analyzes
|
TextBatchProcessor
Process the batches of the text in the document.
|
TokenCategory
Token category enables dividing the tokens into groups.
|
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.
|
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
|
WordMatch
Word matching support enables to fill in the rest of the word
when knowing the begining of the word.
|
Class and Description |
---|
AtomicLockListener
Deprecated.
|
BaseAction
This is the parent of majority of the actions.
|
BaseCaret
Caret implementation
|
BaseDocument
Document implementation
|
BaseKit
Editor kit implementation for base document
|
BaseKit.DefaultKeyTypedAction
Deprecated.
Please do not subclass this class. Use Typing Hooks instead, for details see
Editor Library 2.
|
BaseKit.DeleteCharAction
Deprecated.
Please do not subclass this class. Use Typing Hooks instead, for details see
Editor Library 2.
|
EditorUI
Editor UI for the component.
|
Finder
Finders are used to find some information in document without
creating copy of the data.
|
FinderFactory.AbstractBlocksFinder
Support for creating blocks finders.
|
FinderFactory.AbstractFinder
Abstract finder implementation.
|
FinderFactory.BlocksFinder
Finder that constructs [begin-pos, end-pos] blocks.
|
FinderFactory.GenericFinder |
PopupManager.HorizontalBounds
Horizontal bounds of popup panel specification
|
PopupManager.Placement
Placement of popup panel specification
|
Syntax
Lexical analyzer that works on a given text buffer.
|
Syntax.BaseStateInfo
Base implementation of the StateInfo interface
|
Syntax.StateInfo
Interface that stores two basic pieces of information about
the state of the whole lexical analyzer - its internal state and preScan.
|
SyntaxSupport
Support methods for syntax analyzes
|
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
|