Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.swt.events.VerifyEvent

Packages that use VerifyEvent
org.eclipse.jface.text Provides a framework for creating and manipulating text documents. 
org.eclipse.jface.text.link Application programming interfaces for interaction with the Eclipse Java User Interface text support.  
org.eclipse.jface.text.source.projection   
org.eclipse.swt.custom SWT Custom widgets.  
org.eclipse.swt.events SWT typed listener support.  
 

Uses of VerifyEvent in org.eclipse.jface.text
 

Methods in org.eclipse.jface.text with parameters of type VerifyEvent
protected  void TextViewer.handleVerifyEvent(VerifyEvent e)
          Handles the verify event issued by the viewer's text widget.
protected  IRegion TextViewer.event2ModelRange(VerifyEvent event)
          Translates the widget region of the given verify event into the corresponding region of the viewer's document.
 void IEventConsumer.processEvent(VerifyEvent event)
          Processes the given event and marks it as done if it should be ignored by subsequent receivers.
 

Uses of VerifyEvent in org.eclipse.jface.text.link
 

Methods in org.eclipse.jface.text.link with parameters of type VerifyEvent
 LinkedModeUI.ExitFlags LinkedModeUI.IExitPolicy.doExit(LinkedModeModel model, VerifyEvent event, int offset, int length)
          Checks whether the linked mode should be left after receiving the given VerifyEvent and selection.
 

Uses of VerifyEvent in org.eclipse.jface.text.source.projection
 

Methods in org.eclipse.jface.text.source.projection with parameters of type VerifyEvent
protected  void ProjectionViewer.handleVerifyEvent(VerifyEvent e)
           
 

Uses of VerifyEvent in org.eclipse.swt.custom
 

Methods in org.eclipse.swt.custom with parameters of type VerifyEvent
 void VerifyKeyListener.verifyKey(VerifyEvent event)
          The following event fields are used: event.character is the character that was typed (input) event.keyCode is the key code that was typed (input) event.stateMask is the state of the keyboard (input) event.doit is processed or not (output)
 

Uses of VerifyEvent in org.eclipse.swt.events
 

Methods in org.eclipse.swt.events with parameters of type VerifyEvent
 void VerifyListener.verifyText(VerifyEvent e)
          Sent when the text is about to be modified.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.