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

Uses of Class
org.netbeans.spi.editor.typinghooks.TypedBreakInterceptor.Context

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

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