gate.swing
Class BlockingGlassPane.BlockKeys

java.lang.Object
  extended by gate.swing.BlockingGlassPane.BlockKeys
All Implemented Interfaces:
KeyEventDispatcher
Enclosing class:
BlockingGlassPane

private class BlockingGlassPane.BlockKeys
extends Object
implements KeyEventDispatcher

The key dispatcher to block the keys.


Constructor Summary
private BlockingGlassPane.BlockKeys()
           
 
Method Summary
 boolean dispatchKeyEvent(KeyEvent ev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockingGlassPane.BlockKeys

private BlockingGlassPane.BlockKeys()
Method Detail

dispatchKeyEvent

public boolean dispatchKeyEvent(KeyEvent ev)
Specified by:
dispatchKeyEvent in interface KeyEventDispatcher