站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Package org.netbeans.editor (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

Uses of Package
org.netbeans.editor

Packages that use org.netbeans.editor
org.netbeans.editor   
org.netbeans.editor.ext Completion Design View 
 

Classes in org.netbeans.editor used by org.netbeans.editor
Abbrev
          Abbreviation support allowing to expand defined character sequences into the expanded strings or call the arbitrary action.
Acceptor
          Accept or reject given character.
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
          Document that supports atomic locking allows for transactional modifications.
AtomicLockEvent
          Event for atomic lock listener notifications.
AtomicLockListener
          Listener for begining and end of the atomic locking.
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.KitCompoundAction
          Compound action that gets and executes its actions depending on the kit of the component.
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
          Subset of functionality of CharSequence present in JDK1.4.
CodeFoldingSideBar.Mark
          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.
DocumentFinder.FindReplaceResult
          Deprecated.  
DrawContext
          This interface provides methods for getting and setting various drawing attributes.
DrawLayer
          Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
DrawLayer.AbstractLayer
          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.
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.
FindSupport
          Deprecated. Without any replacement.
FindSupport.SearchPatternWrapper
          Deprecated.  
FontMetricsCache.Info
           
Formatter
          Various services related to indentation and text formatting are located here.
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
          The support for creating macros.
Mark
          Class defining basic type of mark.
MarkBlock
          Block of text created using two marks.
MarkBlockChain
          Support class for chain of MarkBlocks
MarkChain
          Support class for chain of MarkBlocks
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.
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.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().
Settings.AbstractInitializer
          Abstract implementation of the initializer dealing with the name.
Settings.Evaluator
          Evaluator can be used in cases when value of some setting depends on the value for other setting and it allows to compute the value dynamically based on the other setting(s) value.
Settings.Filter
          Filter is applied on every value or KitAndValue pairs returned from getValue().
Settings.Initializer
          Initializer of the settings updates the map filled with settings for the particular kit class when asked.
Settings.InitializerSorter
          Sort the settings initializers that were added to the settings.
Settings.KitAndValue
          Kit class and value pair
SettingsChangeEvent
          Event providing information about what was changed in settings
SettingsChangeListener
          Listener for the changes in settings
SettingsUtil.PrintColoringEvaluator
          Deprecated. Fonts and colors for printing are the same as those on screen. Use Editor Settings and Editor Settings Storage API instead.
SideBarFactory
          This interface should implement all components that need to be added in the editor sidebar.
StatusBar
          Status bar support
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.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.
 

Classes in org.netbeans.editor used by org.netbeans.editor.ext
AtomicLockListener
          Listener for begining and end of the atomic locking.
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
          Default typed action
BaseKit.DeleteCharAction
          Remove previous or next character
Coloring
          Immutable class that stores font and foreground and background colors.
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
           
Formatter
          Various services related to indentation and text formatting are located here.
ImageTokenID
          Token-id with the fixed token image.
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
Settings.AbstractInitializer
          Abstract implementation of the initializer dealing with the name.
Settings.Initializer
          Initializer of the settings updates the map filled with settings for the particular kit class when asked.
SettingsChangeEvent
          Event providing information about what was changed in settings
SettingsChangeListener
          Listener for the changes in settings
SettingsDefaults
          Default values for the settings.
SettingsNames
          Names of the base settings defined in the editor.
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
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
 


org.netbeans.modules.editor.lib/1 1.14.0 3

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.