org.eclipse.gmf.graphdef.editor.edit.policies.assistant
Class AssistantFigureKeyListener

java.lang.Object
  extended by org.eclipse.draw2d.KeyListener.Stub
      extended by org.eclipse.gmf.graphdef.editor.edit.policies.assistant.AssistantFigureKeyListener
All Implemented Interfaces:
org.eclipse.draw2d.KeyListener

public abstract class AssistantFigureKeyListener
extends org.eclipse.draw2d.KeyListener.Stub


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.draw2d.KeyListener
org.eclipse.draw2d.KeyListener.Stub
 
Constructor Summary
AssistantFigureKeyListener(BubbleFigure feedbackFigure)
           
 
Method Summary
protected abstract  void hideAssistant()
           
 void keyPressed(org.eclipse.draw2d.KeyEvent ke)
           
 
Methods inherited from class org.eclipse.draw2d.KeyListener.Stub
keyReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssistantFigureKeyListener

public AssistantFigureKeyListener(BubbleFigure feedbackFigure)
Method Detail

keyPressed

public void keyPressed(org.eclipse.draw2d.KeyEvent ke)
Specified by:
keyPressed in interface org.eclipse.draw2d.KeyListener
Overrides:
keyPressed in class org.eclipse.draw2d.KeyListener.Stub

hideAssistant

protected abstract void hideAssistant()


Copyright © 2012. All Rights Reserved.