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

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

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

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