|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyHandler | |
|---|---|
| org.opengis.go.display.event | |
| Uses of KeyHandler in org.opengis.go.display.event |
|---|
| Methods in org.opengis.go.display.event that return KeyHandler | |
|---|---|
KeyHandler |
KeyManager.getCurrentKeyHandler()
Returns the current KeyHandler or null if no
handler is set. |
KeyHandler[] |
KeyManager.getFallbackKeyHandlers()
Returns an array of additional KeyHandlers to call for a given
KeyEvent, if the current event handler doesn't handle it. |
| Methods in org.opengis.go.display.event with parameters of type KeyHandler | |
|---|---|
void |
KeyManager.enableKeyHandler(KeyHandler keyHandler)
Enables the given KeyHandler. |
void |
KeyManager.pushKeyHandler(KeyHandler keyHandler)
Enables the given KeyHandler, and pushes it on the stack so that if
another KeyHandler gets enabled, this one will be reenabled when
that KeyHandler is removed. |
void |
KeyManager.removeKeyHandler(KeyHandler keyHandler)
Removes the given KeyHandler and reinstates the KeyHandler at the
top of the stack, if any. |
boolean |
KeyManager.replaceKeyHandler(KeyHandler existingHandler,
KeyHandler replacementHandler)
Replaces a KeyHandler in the stack with another KeyHandler. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||