public class ScrollGuiSubitemTestObject extends GuiSubitemTestObject implements ISubitem, IGraphicalSubitem, IScrollable
ignoreTheObjectState, ref
Constructor and Description |
---|
ScrollGuiSubitemTestObject(SpyMappedTestObject mappedObject)
For internal use.
|
ScrollGuiSubitemTestObject(SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use.
|
ScrollGuiSubitemTestObject(SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use.
|
ScrollGuiSubitemTestObject(TestObjectReference ref)
For internal use.
|
Modifier and Type | Method and Description |
---|---|
void |
hScrollTo(int position)
Moves a horizontal scrollbar to a specified position.
|
void |
scrollLineDown()
Moves a vertical scrollbar one line (also called a unit) down in position.
|
void |
scrollLineLeft()
Moves a horizontal scrollbar one line (also called a unit) left in position.
|
void |
scrollLineRight()
Moves a horizontal scrollbar one line (also called a unit) right in position.
|
void |
scrollLineUp()
Moves a vertical scrollbar one line (also called a unit) up in position.
|
void |
scrollPageDown()
Moves a vertical scrollbar one page (also called a block) down in position.
|
void |
scrollPageLeft()
Moves a horizontal scrollbar one page (also called a block) left in position.
|
void |
scrollPageRight()
Moves a horizontal scrollbar one page (also called a block) right in position.
|
void |
scrollPageUp()
Moves a vertical scrollbar one page (also called a block) up in position.
|
void |
vScrollTo(int position)
Moves a vertical scrollbar to a specified position.
|
describe, setState, setState, setState
click, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, getScreenPoint, getScreenPoint, getScreenRectangle, getSubitem, hover, hover, hover, hover, mouseMove, mouseMove, mouseMove, mouseMove, nClick, nClickDrag, nClickDrag, nClickDragToScreenPoint, nClickDragToScreenPoint
canTakeVP, click, click, click, click, clickRadio, doubleClick, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, ensureObjectIsVisible, getChildAtPoint, getClippedScreenRectangle, getImage, getImage, getIWindow, getRole, getScreenPoint, getScreenPoint, getScreenRectangle, getScreenSnapshot, getVisibleArea, hasFocus, hover, hover, hover, hover, invokeProxyWithGuiDelay, invokeProxyWithGuiDelay, isEnabled, isOpaque, isPointInObject, isShowing, mouseMove, mouseMove, nClick, nClickDrag, nClickDragToScreenPoint
exists, exists, exists, find, find, findAndInvoke, findAndInvokeProxy, getProperty, getTestDataTypes, invoke, invokeProxy, unregister, waitForExistence
compare, compare, compareAndLog, compareAndLog, equals, find, findAndInvoke, getActualData, getChildren, getDescribedObject, getDescribedObjects, getDescriptiveName, getDomain, getField, getIndexer, getIndexer, getIndexers, getMappableChildren, getMappableParent, getMapProperties, getMethods, getNameInScript, getNonValueProperties, getObjectClassName, getObjectCustomClassName, getObjectReference, getOwnedObjects, getOwner, getParent, getProcess, getProperties, getPropertyFromMap, getRecognitionProperties, getRecognitionPropertyWeight, getScriptCommandFlags, getStandardProperties, getTestData, getTopMappableParent, getTopParent, hashCode, invoke, invoke, invoke, invokeProxy, invokeProxy, isLoggedDuringUnregister, isMappedObject, isSameObject, isScreenTestObject, isTopLevelTestObject, performTest, performTest, performTest, performTest, setIndexer, setIndexer, setLoggedDuringUnregister, setMapProperties, setProperty, toString, updateTestData, waitForExistence
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
setState, setState, setState
click, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, getScreenPoint, getScreenPoint, getScreenRectangle, getSubitem, hover, hover, hover, hover, mouseMove, mouseMove, mouseMove, mouseMove, nClick, nClickDrag, nClickDrag, nClickDragToScreenPoint, nClickDragToScreenPoint
public ScrollGuiSubitemTestObject(SpyMappedTestObject mappedObject)
public ScrollGuiSubitemTestObject(SpyMappedTestObject mappedObject, TestObject anchor)
public ScrollGuiSubitemTestObject(SpyMappedTestObject mappedObject, TestObject anchor, long scriptCommandFlags)
public ScrollGuiSubitemTestObject(TestObjectReference ref)
public void hScrollTo(int position)
hScrollTo
in interface IScrollable
position
- the position of the horizontal scrollbar after this action is completedvScrollTo(int)
public void vScrollTo(int position)
vScrollTo
in interface IScrollable
position
- the position of the vertical scrollbar after this action is completedhScrollTo(int)
public void scrollPageUp()
scrollPageUp
in interface IScrollable
public void scrollPageDown()
scrollPageDown
in interface IScrollable
public void scrollPageLeft()
scrollPageLeft
in interface IScrollable
public void scrollPageRight()
scrollPageRight
in interface IScrollable
public void scrollLineUp()
scrollLineUp
in interface IScrollable
public void scrollLineDown()
scrollLineDown
in interface IScrollable
public void scrollLineLeft()
scrollLineLeft
in interface IScrollable
public void scrollLineRight()
scrollLineRight
in interface IScrollable