Package org.apache.hop.ui.hopgui
Class HopGuiKeyHandler
- java.lang.Object
-
- org.eclipse.swt.events.KeyAdapter
-
- org.apache.hop.ui.hopgui.HopGuiKeyHandler
-
- All Implemented Interfaces:
EventListener,org.eclipse.swt.events.KeyListener,org.eclipse.swt.internal.SWTEventListener
public class HopGuiKeyHandler extends org.eclipse.swt.events.KeyAdapter
-
-
Field Summary
Fields Modifier and Type Field Description Set<Object>parentObjects
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddParentObjectToHandle(Object parentObject)static HopGuiKeyHandlergetInstance()voidkeyPressed(org.eclipse.swt.events.KeyEvent event)voidremoveParentObjectToHandle(Object parentObject)
-
-
-
Method Detail
-
getInstance
public static HopGuiKeyHandler getInstance()
-
addParentObjectToHandle
public void addParentObjectToHandle(Object parentObject)
-
removeParentObjectToHandle
public void removeParentObjectToHandle(Object parentObject)
-
keyPressed
public void keyPressed(org.eclipse.swt.events.KeyEvent event)
- Specified by:
keyPressedin interfaceorg.eclipse.swt.events.KeyListener- Overrides:
keyPressedin classorg.eclipse.swt.events.KeyAdapter
-
-