|
org.netbeans.modules.editor.lib2/1 1.43.1 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypedTextInterceptor.Context | |
|---|---|
| org.netbeans.spi.editor.typinghooks | The Typing Hooks SPI allows modules to intercept various key typed events handled by the editor infrastructure. |
| Uses of TypedTextInterceptor.Context in org.netbeans.spi.editor.typinghooks |
|---|
| Subclasses of TypedTextInterceptor.Context in org.netbeans.spi.editor.typinghooks | |
|---|---|
static class |
TypedTextInterceptor.MutableContext
This context class allows to modify the insertion text and the caret position after the text is inserted into a document. |
| Methods in org.netbeans.spi.editor.typinghooks with parameters of type TypedTextInterceptor.Context | |
|---|---|
void |
TypedTextInterceptor.afterInsert(TypedTextInterceptor.Context context)
This method is called after text is inserted into a document and its editor's caret is adjusted. |
boolean |
TypedTextInterceptor.beforeInsert(TypedTextInterceptor.Context context)
This method is called before any text is inserted into a document. |
void |
TypedTextInterceptor.cancelled(TypedTextInterceptor.Context context)
This method is called when the normal processing is terminated by some interceptor's beforeInsert method. |
|
org.netbeans.modules.editor.lib2/1 1.43.1 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||