public class ZIndexEvent extends Event
Constructor and Description |
---|
ZIndexEvent(java.lang.String name,
Component target,
int zIndex)
Constructs a mouse relevant event.
|
Modifier and Type | Method and Description |
---|---|
int |
getZIndex()
Returns the z-index of the component after moved.
|
static ZIndexEvent |
getZIndexEvent(AuRequest request)
Converts an AU request to a z-index event.
|
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
public ZIndexEvent(java.lang.String name, Component target, int zIndex)
public static final ZIndexEvent getZIndexEvent(AuRequest request)
public final int getZIndex()
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.