Uses of Class
org.eclipse.gef.KeyHandler
-
Packages that use KeyHandler Package Description org.eclipse.gef All interfaces, base types, and the plugin class are here.org.eclipse.gef.ui.parts -
-
Uses of KeyHandler in org.eclipse.gef
Methods in org.eclipse.gef that return KeyHandler Modifier and Type Method Description KeyHandlerEditPartViewer. getKeyHandler()Returns theKeyHandlerfor this viewer.KeyHandlerKeyHandler. setParent(KeyHandler parent)Sets a parentKeyHandlerto which this KeyHandler will forward un-consumed KeyEvents.Methods in org.eclipse.gef with parameters of type KeyHandler Modifier and Type Method Description voidEditPartViewer. setKeyHandler(KeyHandler keyHandler)Sets theKeyHandler.KeyHandlerKeyHandler. setParent(KeyHandler parent)Sets a parentKeyHandlerto 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.parts Modifier and Type Class Description classGraphicalViewerKeyHandlerAn extended KeyHandler which processes default keystrokes for common navigation in a GraphicalViewer.classPaletteViewerKeyHandlerKeyHandler for thePalette.Methods in org.eclipse.gef.ui.parts that return KeyHandler Modifier and Type Method Description KeyHandlerAbstractEditPartViewer. getKeyHandler()Methods in org.eclipse.gef.ui.parts with parameters of type KeyHandler Modifier and Type Method Description voidAbstractEditPartViewer. setKeyHandler(KeyHandler handler)
-