Package | Description |
---|---|
org.netbeans.spi.editor.typinghooks |
The Typing Hooks SPI allows modules to intercept various key typed events
handled by the editor infrastructure.
|
Modifier and Type | Method and Description |
---|---|
void |
CamelCaseInterceptor.afterChange(CamelCaseInterceptor.MutableContext context)
This method is called after text is removed from a document and/or its editor's
caret is adjusted.
|
boolean |
CamelCaseInterceptor.beforeChange(CamelCaseInterceptor.MutableContext context)
This method is called before any text is removed from a document or before caret move.
|
void |
CamelCaseInterceptor.cancelled(CamelCaseInterceptor.MutableContext context)
This method is called when the normal processing is terminated by some
interceptor's
beforeChange method. |
void |
CamelCaseInterceptor.change(CamelCaseInterceptor.MutableContext context)
This method is called immediately after the text is removed from a document or caret is moved.
|
Built on January 23 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.