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

org.eclipse.swt.custom
Interface VerifyKeyListener

All Superinterfaces:
EventListener, org.eclipse.swt.internal.SWTEventListener
All Known Implementing Classes:
ContentAssistant.AutoAssistListener

public interface VerifyKeyListener
extends org.eclipse.swt.internal.SWTEventListener

Classes which implement this interface provide a method that deals with the event that is generated when a key is pressed.

See Also:
VerifyEvent, Sample code and further information

Method Summary
 void 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)
 

Method Detail

verifyKey

void 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)

Parameters:
event - the verify event
See Also:
VerifyEvent

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