org.netbeans.modules.editor.lib2/1 1.43.1 10

Uses of Package
org.netbeans.spi.editor.typinghooks

Packages that use org.netbeans.spi.editor.typinghooks
org.netbeans.spi.editor.typinghooks The Typing Hooks SPI allows modules to intercept various key typed events handled by the editor infrastructure. 
 

Classes in org.netbeans.spi.editor.typinghooks used by org.netbeans.spi.editor.typinghooks
DeletedTextInterceptor
          An interceptor which is called when user deletes text from a document.
DeletedTextInterceptor.Context
          The context class providing information about the edited document, its editor pane and the offset where the delete key event occurred.
TypedBreakInterceptor
          An interceptor which is called when a line break is typed into a document.
TypedBreakInterceptor.Context
          The context class providing information about the edited document, its editor pane, caret offset, line break insertion offset and text.
TypedBreakInterceptor.MutableContext
          This context class allows to modify the insertion text and the caret position after the text is inserted into a document.
TypedTextInterceptor
          An interceptor which is called when text is typed into a document.
TypedTextInterceptor.Context
          The context class providing information about the edited document, its editor pane, insertion offset and text.
TypedTextInterceptor.MutableContext
          This context class allows to modify the insertion text and the caret position after the text is inserted into a document.
 


org.netbeans.modules.editor.lib2/1 1.43.1 10

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.