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 |
TypedBreakInterceptor.insert(TypedBreakInterceptor.MutableContext context)
This method is called immediately before a line break is inserted into a document.
|