public class GXWaitWhileCursor extends GXAbstractWaitCursor
Constructor and Description |
---|
GXWaitWhileCursor(GXPosition upperLeft,
GXPosition lowerRight,
long timeout,
long flicker)
Sets a wait condition that instructs ApplinX Server to wait while the cursor
is in the rectangle specified by upper left and lower right positions.
|
GXWaitWhileCursor(GXPosition cursorAt,
long timeout,
long flicker)
Sets a wait condition that instructs ApplinX server to wait while the cursor is at the specified position.
|
getLowerRightPosition, getUpperLeftPosition, setLowerRightPosition, setUpperLeftPosition
getFlicker, getTimeout, setFlicker, setTimeout
public GXWaitWhileCursor(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 GXWaitWhileCursor(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 2021 Software AG. All rights reserved. Use is subject to license terms.