|
org.netbeans.modules.editor.lib2/1 1.43.1 10 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeletedTextInterceptor.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 DeletedTextInterceptor.Context in org.netbeans.spi.editor.typinghooks |
---|
Methods in org.netbeans.spi.editor.typinghooks with parameters of type DeletedTextInterceptor.Context | |
---|---|
void |
DeletedTextInterceptor.afterRemove(DeletedTextInterceptor.Context context)
This method is called after text is removed from a document and its editor's caret is adjusted. |
boolean |
DeletedTextInterceptor.beforeRemove(DeletedTextInterceptor.Context context)
This method is called before any text is removed from a document. |
void |
DeletedTextInterceptor.cancelled(DeletedTextInterceptor.Context context)
This method is called when the normal processing is terminated by some interceptor's beforeRemove method. |
void |
DeletedTextInterceptor.remove(DeletedTextInterceptor.Context context)
This method is called immediately after the text is removed from a document. |
|
org.netbeans.modules.editor.lib2/1 1.43.1 10 | |||||||||
PREV NEXT | FRAMES NO FRAMES |