public class GXWaitForCursor extends GXAbstractWaitCursor
| Constructor and Description |
|---|
GXWaitForCursor(GXPosition upperLeft,
GXPosition lowerRight,
long timeout,
long flicker)
Sets a wait condition that instructs the ApplinX server to wait for the cursor
to reach a position within the specified rectangle.
|
GXWaitForCursor(GXPosition cursorAt,
long timeout,
long flicker)
Sets a wait condition that instructs the ApplinX server to wait for the cursor
to reach the specified position.
|
getLowerRightPosition, getUpperLeftPosition, setLowerRightPosition, setUpperLeftPositiongetFlicker, getTimeout, setFlicker, setTimeoutpublic GXWaitForCursor(GXPosition cursorAt, long timeout, long flicker)
cursorAt - Position where the cursor should be.timeout - Expiration time of the wait condition.flicker - Time to wait after the wait condition was met.public GXWaitForCursor(GXPosition upperLeft, GXPosition lowerRight, long timeout, long flicker)
upperLeft - Upper left position of the rectangle where the cursor should be.lowerRight - Lower right position of the rectangle where the cursor should be.timeout - Expiration time of the wait condition.flicker - Time to wait after the wait condition was met.Copyright 2022 Software AG. All rights reserved. Use is subject to license terms.