|
org.netbeans.modules.editor.lib2/1 1.43.1 10 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypedBreakInterceptor.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 TypedBreakInterceptor.Context in org.netbeans.spi.editor.typinghooks |
---|
Subclasses of TypedBreakInterceptor.Context in org.netbeans.spi.editor.typinghooks | |
---|---|
static class |
TypedBreakInterceptor.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 TypedBreakInterceptor.Context | |
---|---|
void |
TypedBreakInterceptor.afterInsert(TypedBreakInterceptor.Context context)
This method is called after the text is inserted into a document and its editor's caret is adjusted. |
boolean |
TypedBreakInterceptor.beforeInsert(TypedBreakInterceptor.Context context)
This method is called before any text is inserted into a document. |
void |
TypedBreakInterceptor.cancelled(TypedBreakInterceptor.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 |