Package | Description |
---|---|
com.sun.glass.ui.lens |
Modifier and Type | Field and Description |
---|---|
private LensApplication.LensWindowEvent.EType |
LensApplication.LensWindowEvent.type |
Modifier and Type | Method and Description |
---|---|
static LensApplication.LensWindowEvent.EType |
LensApplication.LensWindowEvent.EType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LensApplication.LensWindowEvent.EType[] |
LensApplication.LensWindowEvent.EType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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
|