org.topbraidcomposer.ui.handlers
Class KeyHandler

java.lang.Object
  extended by org.topbraidcomposer.ui.handlers.KeyHandler

public abstract class KeyHandler
extends java.lang.Object


Constructor Summary
KeyHandler()
           
 
Method Summary
abstract  boolean handle(org.eclipse.swt.events.KeyEvent e)
          Handles the given key event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyHandler

public KeyHandler()
Method Detail

handle

public abstract boolean handle(org.eclipse.swt.events.KeyEvent e)
Handles the given key event

Parameters:
e -
Returns:
true if the event is handled