public abstract class MouseEvent extends Event
| Modifier and Type | Class and Description |
|---|---|
static class |
MouseEvent.MouseButton |
| Modifier | Constructor and Description |
|---|---|
protected |
MouseEvent(String type) |
protected |
MouseEvent(String type,
BaseComponent target,
Object data) |
| Modifier and Type | Method and Description |
|---|---|
MouseEvent.MouseButton |
getMouseButton() |
int |
getPageX() |
int |
getPageY() |
getCurrentTarget, getData, getPage, getRelatedTarget, getTarget, getTargetId, getType, isStopped, stopPropagationprotected MouseEvent(String type)
protected MouseEvent(String type, BaseComponent target, Object data)
public int getPageX()
public int getPageY()
public MouseEvent.MouseButton getMouseButton()
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.