|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.rational.test.ft.object.interfaces.TestObject com.rational.test.ft.object.interfaces.ClientTestObject com.rational.test.ft.object.interfaces.GuiTestObject com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject com.rational.test.ft.object.interfaces.GuiSubitemTestObject com.rational.test.ft.object.interfaces.ScrollGuiSubitemTestObject
public class ScrollGuiSubitemTestObject
Provides access to actions replayed by the mouse or keyboard.
Field Summary |
---|
Fields inherited from class com.rational.test.ft.object.interfaces.TestObject |
---|
ref |
Constructor Summary | |
---|---|
ScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
For internal use. |
|
ScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject, TestObject anchor)
For internal use. |
|
ScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject, TestObject anchor, long scriptCommandFlags)
For internal use. |
|
ScrollGuiSubitemTestObject(TestObject obj)
For internal use. |
|
ScrollGuiSubitemTestObject(com.rational.test.ft.object.TestObjectReference ref)
For internal use. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.rational.test.ft.object.interfaces.GuiSubitemTestObject |
---|
describe, setState, setState, setState |
Methods inherited from class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject |
---|
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 |
Methods inherited from class com.rational.test.ft.object.interfaces.GuiTestObject |
---|
canTakeVP, click, click, click, click, clickRadio, doubleClick, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, ensureObjectIsVisible, getChildAtPoint, getClippedScreenRectangle, getImage, getImage, getScreenPoint, getScreenPoint, getScreenRectangle, getScreenSnapshot, getVisibleArea, hasFocus, hover, hover, hover, hover, invokeProxyWithGuiDelay, invokeProxyWithGuiDelay, isEnabled, isOpaque, isPointInObject, isShowing, mouseMove, mouseMove, nClick, nClickDrag, nClickDragToScreenPoint |
Methods inherited from class com.rational.test.ft.object.interfaces.ClientTestObject |
---|
exists, find, find, findAndInvoke, findAndInvokeProxy, invoke, invokeProxy, unregister, waitForExistence |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.rational.test.ft.object.interfaces.ISubitem |
---|
setState, setState, setState |
Methods inherited from interface com.rational.test.ft.object.interfaces.IGraphicalSubitem |
---|
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 |
Constructor Detail |
---|
public ScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
public ScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject, TestObject anchor)
public ScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject, TestObject anchor, long scriptCommandFlags)
public ScrollGuiSubitemTestObject(com.rational.test.ft.object.TestObjectReference ref)
public ScrollGuiSubitemTestObject(TestObject obj)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |