private static class LensApplication.LensWindowEvent extends LensApplication.Event
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
LensApplication.LensWindowEvent.EType |
| Modifier and Type | Field and Description |
|---|---|
private int |
height |
private LensApplication.LensWindowEvent.EType |
type |
private int |
width |
private LensWindow |
window |
private int |
windowEvent |
private int |
x |
private int |
y |
| Constructor and Description |
|---|
LensWindowEvent(LensApplication.LensWindowEvent.EType type,
LensWindow window,
int windowEvent)
Generic constructor, used when no parameters need to be
updated
|
LensWindowEvent(LensApplication.LensWindowEvent.EType type,
LensWindow window,
int windowEvent,
int x,
int y,
int width,
int height)
Use this constructor when window parameters have been changed
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
dispatch() |
java.lang.String |
toString() |
private LensApplication.LensWindowEvent.EType type
private LensWindow window
private int windowEvent
private int x
private int y
private int width
private int height
LensWindowEvent(LensApplication.LensWindowEvent.EType type, LensWindow window, int windowEvent)
type - LensApplication eventwindow - the window to notifywindowEvent - one of the events described in WindowEvent
classLensWindowEvent(LensApplication.LensWindowEvent.EType type, LensWindow window, int windowEvent, int x, int y, int width, int height)
type - LensApplication eventwindow - the window to notifywindowEvent - one of the events described in WindowEvent
classx - y - width - height - void dispatch()
dispatch in class LensApplication.Eventpublic java.lang.String toString()
toString in class java.lang.Object