Skip navigation links
org.netbeans.modules.editor.lib2/1 2.39.0 55
A B C D E F G H I L M N O P R S T U V W Z 

C

CamelCaseInterceptor - Interface in org.netbeans.spi.editor.typinghooks
An interceptor which is called when user use camel case action.
CamelCaseInterceptor.Factory - Interface in org.netbeans.spi.editor.typinghooks
The factory interface for registering CamelCaseInterceptors in MimeLookup.
CamelCaseInterceptor.MutableContext - Class in org.netbeans.spi.editor.typinghooks
The context class providing information about the edited document, its editor pane and the offset where the key event occurred.
cancel() - Method in interface org.netbeans.spi.editor.document.OnSaveTask
Cancel processing of the job.
cancelled(CamelCaseInterceptor.MutableContext) - Method in interface org.netbeans.spi.editor.typinghooks.CamelCaseInterceptor
This method is called when the normal processing is terminated by some interceptor's beforeChange method.
cancelled(DeletedTextInterceptor.Context) - Method in interface org.netbeans.spi.editor.typinghooks.DeletedTextInterceptor
This method is called when the normal processing is terminated by some interceptor's beforeRemove method.
cancelled(TypedBreakInterceptor.Context) - Method in interface org.netbeans.spi.editor.typinghooks.TypedBreakInterceptor
This method is called when the normal processing is terminated by some interceptor's beforeInsert method.
cancelled(TypedTextInterceptor.Context) - Method in interface org.netbeans.spi.editor.typinghooks.TypedTextInterceptor
This method is called when the normal processing is terminated by some interceptor's beforeInsert method.
CARET_OVERWRITE_MODE_PROPERTY - Static variable in class org.netbeans.api.editor.EditorUtilities
Client property of editor component which determines whether caret is currently in overwrite mode (Boolean.TRUE) or insert mode (Boolean.FALSE or null).
CARET_RACK - Static variable in class org.netbeans.spi.editor.highlighting.ZOrder
The rack for highlights showing the position of a caret.
caretChanged(EditorCaretEvent) - Method in interface org.netbeans.api.editor.caret.EditorCaretListener
Notification about change in terms of caret addition/removal or movement.
CaretInfo - Class in org.netbeans.api.editor.caret
Immutable info about a single caret used in caret API - see EditorCaret.
CaretMoveContext - Class in org.netbeans.api.editor.caret
Context for carets moving within CaretMoveHandler.
CaretMoveHandler - Interface in org.netbeans.spi.editor.caret
Handle possible moving of individual carets to new positions or change their selections.
CascadingNavigationFilter - Class in org.netbeans.spi.editor.caret
Boilerplate NavigationFilter, which supports chaining of filters on an JTextComponent.
CascadingNavigationFilter() - Constructor for class org.netbeans.spi.editor.caret.CascadingNavigationFilter
 
change(CamelCaseInterceptor.MutableContext) - Method in interface org.netbeans.spi.editor.typinghooks.CamelCaseInterceptor
This method is called immediately after the text is removed from a document or caret is moved.
clear() - Method in class org.netbeans.spi.editor.highlighting.support.OffsetsBag
Removes all highlights previously added to this bag.
clear() - Method in class org.netbeans.spi.editor.highlighting.support.PositionsBag
Removes all highlights previously added to this bag.
CodeGenerator - Interface in org.netbeans.spi.editor.codegen
Interface to be implemented by all generators inserting their code snippets into documents using the Insert Code editor action.
CodeGenerator.Factory - Interface in org.netbeans.spi.editor.codegen
Factory creating code generators.
The factory instances are looked up by the MimeLookup so they should be registered in an xml-layer in Editors/<mime-type>/CodeGenerators directory.
CodeGeneratorContextProvider - Interface in org.netbeans.spi.editor.codegen
Serves for adding an additonal content to the context which is passed as a parameter to the CodeGenerator.Factory.create(org.openide.util.Lookup) method.
Instances of this interface are looked up by the MimeLookup so they should be registered in an xml-layer in Editors/<mime-type>/CodeGeneratorContextProviders directory.
CodeGeneratorContextProvider.Task - Interface in org.netbeans.spi.editor.codegen
COMPONENT_REMOVED_PROPERTY - Static variable in class org.netbeans.api.editor.EditorRegistry
Fired when a component (returned previously from EditorRegistry.componentList()) is removed from component hierarchy (so it's likely that the component will be released completely and garbage-collected).
componentList() - Static method in class org.netbeans.api.editor.EditorRegistry
Get list of all components present in the registry starting with the most active and ending with least active component.
convertPoint(Point) - Method in class org.netbeans.api.editor.StickyWindowSupport
Convert a aPoint in root component coordinate system to the editor coordinate system.
create(Lookup) - Method in interface org.netbeans.spi.editor.codegen.CodeGenerator.Factory
Creates code generators valid for the particular context.
create(String, ZOrder, boolean, HighlightsContainer) - Static method in class org.netbeans.spi.editor.highlighting.HighlightsLayer
Creates a new HighlightsLayer with contents defined by HighlightsContainer.
createCamelCaseInterceptor(MimePath) - Method in interface org.netbeans.spi.editor.typinghooks.CamelCaseInterceptor.Factory
Creates a new interceptor for the given MimePath.
createContext(Document) - Method in class org.netbeans.spi.editor.document.OnSaveTask.PackageAccessor
 
createDeletedTextInterceptor(MimePath) - Method in interface org.netbeans.spi.editor.typinghooks.DeletedTextInterceptor.Factory
Creates a new interceptor for the given MimePath.
createLayers(HighlightsLayerFactory.Context) - Method in interface org.netbeans.spi.editor.highlighting.HighlightsLayerFactory
Creates HighlightLayers appropriate for the context passed in.
createSideBar(JTextComponent) - Method in interface org.netbeans.spi.editor.SideBarFactory
 
createTask(OnSaveTask.Context) - Method in interface org.netbeans.spi.editor.document.OnSaveTask.Factory
Create on-save task.
createTypedBreakInterceptor(MimePath) - Method in interface org.netbeans.spi.editor.typinghooks.TypedBreakInterceptor.Factory
Creates a new interceptor for the given MimePath.
createTypedTextInterceptor(MimePath) - Method in interface org.netbeans.spi.editor.typinghooks.TypedTextInterceptor.Factory
Creates a new interceptor for the given MimePath.
createValue(String) - Method in class org.netbeans.spi.editor.AbstractEditorAction
This method is called when a value for the given property was not yet populated.
A B C D E F G H I L M N O P R S T U V W Z 
Skip navigation links
org.netbeans.modules.editor.lib2/1 2.39.0 55