|
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.Objectcom.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.WPF.WpfVisualTestObject
public class WpfVisualTestObject
Field Summary |
---|
Fields inherited from class com.rational.test.ft.object.interfaces.TestObject |
---|
ref |
Constructor Summary | |
---|---|
WpfVisualTestObject()
For internal use. |
|
WpfVisualTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
For internal use. |
|
WpfVisualTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject, TestObject anchor)
For internal use. |
|
WpfVisualTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject, TestObject anchor, long scriptCommandFlags)
For internal use. |
|
WpfVisualTestObject(TestObject obj)
For internal use. |
|
WpfVisualTestObject(com.rational.test.ft.object.TestObjectReference ref)
For internal use. |
Method Summary | |
---|---|
GuiTestObject[] |
GetChildrenAtPoint(java.awt.Point screenPt)
Returns an array of references to the children at the specified point. |
TestObject[] |
GetLogicalChildren()
Returns a list of Logical children of this TestObject |
TestObject |
GetLogicalParent()
Returns the logical parent of this TestObject. |
TestObject[] |
GetVisualChildren()
Returns a list of Visual children of this TestObject |
TestObject |
GetVisualParent()
Returns the visual parent of this TestObject. |
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 |
Constructor Detail |
---|
public WpfVisualTestObject()
public WpfVisualTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject, TestObject anchor, long scriptCommandFlags)
public WpfVisualTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject, TestObject anchor)
public WpfVisualTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
public WpfVisualTestObject(TestObject obj)
public WpfVisualTestObject(com.rational.test.ft.object.TestObjectReference ref)
Method Detail |
---|
public GuiTestObject[] GetChildrenAtPoint(java.awt.Point screenPt)
screenPt
- - The screen relative point where children list is required.
GuiTestObject
listTestObject
and support more methods. Therefore, you may want to cast the return values.
If there are no children at the point, a 0-length array of TestObjects will be returned.com.rational.test.ft.object.interfaces.GuiTestObject}
public TestObject GetLogicalParent()
TestObject
- The logical parent#GetVisualParent()}
public TestObject[] GetLogicalChildren()
TestObject
list#GetVisualChildren()}
public TestObject[] GetVisualChildren()
TestObject
list#GetLogicalChildren()}
public TestObject GetVisualParent()
TestObject
- The visual parent#GetLogicalParent()}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |