Eclipse Draw2d
3.3

Uses of Interface
org.eclipse.draw2d.KeyListener

Packages that use KeyListener
org.eclipse.draw2d Primary package containing general interfaces and implementation classes. 
 

Uses of KeyListener in org.eclipse.draw2d
 

Classes in org.eclipse.draw2d that implement KeyListener
static class KeyListener.Stub
          An empty implementation of KeyListener for convenience.
protected  class LightweightSystem.EventHandler
          Listener used to get all necessary events from the Canvas and pass them on to the EventDispatcher.
 

Methods in org.eclipse.draw2d with parameters of type KeyListener
 void Figure.addKeyListener(KeyListener listener)
           
 void Figure.removeKeyListener(KeyListener listener)
           
 void IFigure.addKeyListener(KeyListener listener)
          Registers the given listener as a KeyListener of this figure.
 void IFigure.removeKeyListener(KeyListener listener)
          Removes the first occurence of the given listener.
 


Eclipse Draw2d
3.3

Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.