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.gef
Methods in org.eclipse.gef that return KeyHandlerModifier and TypeMethodDescriptionEditPartViewer.getKeyHandler()
Returns theKeyHandler
for this viewer.KeyHandler.setParent
(KeyHandler parent) Sets a parentKeyHandler
to which this KeyHandler will forward un-consumed KeyEvents.Methods in org.eclipse.gef with parameters of type KeyHandlerModifier and TypeMethodDescriptionvoid
EditPartViewer.setKeyHandler
(KeyHandler keyHandler) Sets theKeyHandler
.KeyHandler.setParent
(KeyHandler parent) Sets a parentKeyHandler
to which this KeyHandler will forward un-consumed KeyEvents. -
Uses of KeyHandler in org.eclipse.gef.ui.parts
Subclasses of KeyHandler in org.eclipse.gef.ui.partsModifier and TypeClassDescriptionclass
An extended KeyHandler which processes default keystrokes for common navigation in a GraphicalViewer.class
KeyHandler for thePalette
.Methods in org.eclipse.gef.ui.parts that return KeyHandlerMethods in org.eclipse.gef.ui.parts with parameters of type KeyHandler