Package | Description |
---|---|
org.eclipse.gef |
All interfaces, base types, and the plugin class are here.
|
org.eclipse.gef.ui.parts |
Modifier and Type | Method and Description |
---|---|
KeyHandler |
EditPartViewer.getKeyHandler()
Returns the
KeyHandler for this viewer. |
KeyHandler |
KeyHandler.setParent(KeyHandler parent)
Sets a parent
KeyHandler to which this KeyHandler
will forward un-consumed KeyEvents. |
Modifier and Type | Method and Description |
---|---|
void |
EditPartViewer.setKeyHandler(KeyHandler keyHandler)
Sets the
KeyHandler . |
KeyHandler |
KeyHandler.setParent(KeyHandler parent)
Sets a parent
KeyHandler to which this KeyHandler
will forward un-consumed KeyEvents. |
Modifier and Type | Class and Description |
---|---|
class |
GraphicalViewerKeyHandler
An extended KeyHandler which processes default keystrokes for common
navigation in a GraphicalViewer.
|
class |
PaletteViewerKeyHandler
KeyHandler for the
Palette . |
Modifier and Type | Method and Description |
---|---|
KeyHandler |
AbstractEditPartViewer.getKeyHandler() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEditPartViewer.setKeyHandler(KeyHandler handler) |
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.