Uses of Class
org.eclipse.gef.KeyHandler
Packages that use KeyHandler
Package
Description
All interfaces, base types, and the plugin class are here.
- 
Uses of KeyHandler in org.eclipse.gefMethods in org.eclipse.gef that return KeyHandlerModifier and TypeMethodDescriptionEditPartViewer.getKeyHandler()Returns theKeyHandlerfor this viewer.KeyHandler.setParent(KeyHandler parent) Sets a parentKeyHandlerto which this KeyHandler will forward un-consumed KeyEvents.Methods in org.eclipse.gef with parameters of type KeyHandlerModifier and TypeMethodDescriptionvoidEditPartViewer.setKeyHandler(KeyHandler keyHandler) Sets theKeyHandler.KeyHandler.setParent(KeyHandler parent) Sets a parentKeyHandlerto which this KeyHandler will forward un-consumed KeyEvents.
- 
Uses of KeyHandler in org.eclipse.gef.ui.partsSubclasses of KeyHandler in org.eclipse.gef.ui.partsModifier and TypeClassDescriptionclassAn extended KeyHandler which processes default keystrokes for common navigation in a GraphicalViewer.classKeyHandler for thePalette.Methods in org.eclipse.gef.ui.parts that return KeyHandlerMethods in org.eclipse.gef.ui.parts with parameters of type KeyHandler