|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MouseHandler | |
|---|---|
| org.opengis.go.display.event | |
| Uses of MouseHandler in org.opengis.go.display.event |
|---|
| Methods in org.opengis.go.display.event that return MouseHandler | |
|---|---|
MouseHandler |
MouseManager.getCurrentMouseHandler()
Returns the current MouseHandler or null if none. |
MouseHandler[] |
MouseManager.getFallbackMouseHandlers()
Returns an array of additional MouseHandlers to call for a given
MouseEvent, if the current mouse handler doesn't handle it. |
| Methods in org.opengis.go.display.event with parameters of type MouseHandler | |
|---|---|
void |
MouseManager.enableMouseHandler(MouseHandler mouseHandler)
The window will pass mouse events to only this MouseHandler,
until the MouseHandler is changed or removed. |
void |
MouseManager.pushMouseHandler(MouseHandler mouseHandler)
Enable the given MouseHandler, and push it on the stack
so that if another MouseHandler gets enabled, this one
will be reenabled when that MouseHandler is removed. |
void |
MouseManager.removeMouseHandler(MouseHandler mouseHandler)
Remove the given MouseHandler and reinstate the
MouseHandler at the top of the stack, if any. |
boolean |
MouseManager.replaceMouseHandler(MouseHandler existingHandler,
MouseHandler replacementHandler)
Replace a MouseHandler in the stack with another
MouseHandler. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||