- 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_RACK - Static variable in class org.netbeans.spi.editor.highlighting.ZOrder
-
The rack for highlights showing the position of a caret.
- 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.
- 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
.
- 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 HighlightLayer
s appropriate for the context passed in.
- 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
.