public class SelectScrollGuiSubitemTestObject extends SelectGuiSubitemTestObject implements ISelect, IScrollable
ignoreTheObjectState, ref
Constructor and Description |
---|
SelectScrollGuiSubitemTestObject(SpyMappedTestObject mappedObject)
For internal use.
|
SelectScrollGuiSubitemTestObject(SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use.
|
SelectScrollGuiSubitemTestObject(SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use.
|
SelectScrollGuiSubitemTestObject(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.
|
getSelectedText, getText, select, select
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
getSelectedText, getText, select, select
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 SelectScrollGuiSubitemTestObject(SpyMappedTestObject mappedObject)
public SelectScrollGuiSubitemTestObject(SpyMappedTestObject mappedObject, TestObject anchor)
public SelectScrollGuiSubitemTestObject(SpyMappedTestObject mappedObject, TestObject anchor, long scriptCommandFlags)
public SelectScrollGuiSubitemTestObject(TestObjectReference ref)
public void hScrollTo(int position)
IScrollable
hScrollTo
in interface IScrollable
position
- the position of the horizontal scrollbar after
this action is completedIScrollable.vScrollTo(int)
public void vScrollTo(int position)
IScrollable
vScrollTo
in interface IScrollable
position
- the position of the vertical scrollbar after
this action is completedIScrollable.hScrollTo(int)
public void scrollPageUp()
IScrollable
scrollPageUp
in interface IScrollable
public void scrollPageDown()
IScrollable
scrollPageDown
in interface IScrollable
public void scrollPageLeft()
IScrollable
scrollPageLeft
in interface IScrollable
public void scrollPageRight()
IScrollable
scrollPageRight
in interface IScrollable
public void scrollLineUp()
IScrollable
scrollLineUp
in interface IScrollable
public void scrollLineDown()
IScrollable
scrollLineDown
in interface IScrollable
public void scrollLineLeft()
IScrollable
scrollLineLeft
in interface IScrollable
public void scrollLineRight()
IScrollable
scrollLineRight
in interface IScrollable