Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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.contentassist Provides a content assist add-on for an ITextViewer
org.eclipse.jface.text.link Application programming interfaces for interaction with the Eclipse text editor's linked position support. 
org.eclipse.jface.text.source.projection This package provides the UI part for projection documents of which the most important part is the projection viewer. 
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   IRegion TextViewer. event2ModelRange ( VerifyEvent event)
          Translates the widget region of the given verify event into the corresponding region of the viewer's document.
protected  void TextViewer. handleVerifyEvent ( VerifyEvent e)
          Handles the verify event issued by the viewer's text widget.
 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.contentassist
 

Methods in org.eclipse.jface.text.contentassist with parameters of type VerifyEvent
 void ContentAssistant.AutoAssistListener. verifyKey ( VerifyEvent event)
           
 

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.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire