|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DPoint | |
---|---|
com.rational.test.ft.object.interfaces.WPF | |
com.rational.test.ft.script |
Uses of DPoint in com.rational.test.ft.object.interfaces.WPF |
---|
Methods in com.rational.test.ft.object.interfaces.WPF that return DPoint | |
---|---|
DPoint |
WpfStatelessGuiSubitemTestObject.getScreenPoint(Subitem subitem,
DPoint pt)
|
DPoint |
IWpfGraphicalSubitem.getScreenPoint(Subitem subitem,
DPoint pt)
Returns the screen-relative Point, given an object relative DPoint. |
Methods in com.rational.test.ft.object.interfaces.WPF with parameters of type DPoint | |
---|---|
void |
WpfGuiTestObject.click(DPoint pt)
Clicks at a given DPoint |
void |
IWpfGraphical.click(DPoint pt)
Clicks at a given DPoint |
void |
WpfGuiTestObject.click(MouseModifiers modifiers,
DPoint pt)
Performs a click on the specified coordinates, relative to the associated TestObject. |
void |
IWpfGraphical.click(MouseModifiers modifiers,
DPoint pt)
Performs a click on the specified coordinates, relative to the associated TestObject. |
void |
WpfStatelessGuiSubitemTestObject.click(MouseModifiers modifiers,
Subitem subitem,
DPoint pt)
|
void |
IWpfGraphicalSubitem.click(MouseModifiers modifiers,
Subitem subitem,
DPoint pt)
Performs a click on the specified DPoint relative to the associated subitem with a modifier parameter. |
void |
WpfStatelessGuiSubitemTestObject.click(Subitem subitem,
DPoint pt)
|
void |
IWpfGraphicalSubitem.click(Subitem subitem,
DPoint pt)
Performs a left-mouse click on the specified DPoint relative to the associated subitem. |
void |
WpfGuiTestObject.doubleClick(DPoint pt)
Performs a left-mouse double-click on the specified DPoint |
void |
IWpfGraphical.doubleClick(DPoint pt)
Performs a left-mouse double-click on the specified DPoint |
void |
WpfGuiTestObject.doubleClick(MouseModifiers modifiers,
DPoint pt)
Performs a double-click on the specified coordinates, relative to the associated TestObject |
void |
IWpfGraphical.doubleClick(MouseModifiers modifiers,
DPoint pt)
Performs a double-click on the specified coordinates, relative to the associated TestObject |
void |
WpfStatelessGuiSubitemTestObject.doubleClick(MouseModifiers modifiers,
Subitem subitem,
DPoint pt)
|
void |
IWpfGraphicalSubitem.doubleClick(MouseModifiers modifiers,
Subitem subitem,
DPoint pt)
Performs a double-click action on the specified DPoint relative to the associated subitem with a modifier parameter. |
void |
WpfStatelessGuiSubitemTestObject.doubleClick(Subitem subitem,
DPoint pt)
|
void |
IWpfGraphicalSubitem.doubleClick(Subitem subitem,
DPoint pt)
Performs a left-mouse double-click action on the specified DPoint relative to the associated subitem. |
void |
WpfGuiTestObject.drag(DPoint pt1,
DPoint pt2)
Performs a (left button) mouse drag action against the associated TestObject. |
void |
IWpfGraphical.drag(DPoint pt1,
DPoint pt2)
Performs a (left button) mouse drag action against the associated TestObject. |
void |
WpfGuiTestObject.drag(MouseModifiers modifiers,
DPoint pt1,
DPoint pt2)
Performs a mouse drag action against the associated TestObject |
void |
IWpfGraphical.drag(MouseModifiers modifiers,
DPoint pt1,
DPoint pt2)
Performs a mouse drag action against the associated TestObject |
void |
WpfStatelessGuiSubitemTestObject.drag(MouseModifiers modifiers,
Subitem subitem1,
DPoint pt1,
Subitem subitem2,
DPoint pt2)
|
void |
IWpfGraphicalSubitem.drag(MouseModifiers modifiers,
Subitem subitem1,
DPoint pt1,
Subitem subitem2,
DPoint pt2)
Performs a drag action on the associated subitem with the supplied set of mouse modifiers. |
void |
WpfStatelessGuiSubitemTestObject.drag(Subitem subitem1,
DPoint pt1,
Subitem subitem2,
DPoint pt2)
|
void |
IWpfGraphicalSubitem.drag(Subitem subitem1,
DPoint pt1,
Subitem subitem2,
DPoint pt2)
Performs a (left button) mouse drag action against the associated TestObject. |
void |
WpfGuiTestObject.dragToScreenPoint(DPoint screenPt)
Performs a drag to the specified DPoint on the screen |
void |
IWpfGraphical.dragToScreenPoint(DPoint screenPt)
Performs a drag to the specified DPoint on the screen |
void |
WpfGuiTestObject.dragToScreenPoint(DPoint objectPt,
DPoint screenPt)
Performs a drag from an object point to a screen point |
void |
IWpfGraphical.dragToScreenPoint(DPoint objectPt,
DPoint screenPt)
Performs a drag from an object point to a screen point |
void |
WpfGuiTestObject.dragToScreenPoint(DPoint objectPt,
java.awt.Point screenPt)
Performs a drag from an object point to a screen point |
void |
WpfGuiTestObject.dragToScreenPoint(MouseModifiers modifiers,
DPoint objectPt,
DPoint screenPt)
Performs a drag from an object point to a screen point |
void |
IWpfGraphical.dragToScreenPoint(MouseModifiers modifiers,
DPoint objectPt,
DPoint screenPt)
Performs a drag from an object point to a screen point |
void |
WpfGuiTestObject.dragToScreenPoint(MouseModifiers modifiers,
DPoint objectPt,
java.awt.Point screenPt)
Performs a drag from an object point to a screen point |
void |
WpfStatelessGuiSubitemTestObject.dragToScreenPoint(MouseModifiers modifiers,
Subitem subitem,
DPoint screenPt)
|
void |
IWpfGraphicalSubitem.dragToScreenPoint(MouseModifiers modifiers,
Subitem subitem,
DPoint screenPt)
Performs a drag action on the associated subitem with the supplied set of mouse modifiers |
void |
WpfStatelessGuiSubitemTestObject.dragToScreenPoint(MouseModifiers modifiers,
Subitem subitem,
DPoint subitemPt,
DPoint screenPt)
|
void |
IWpfGraphicalSubitem.dragToScreenPoint(MouseModifiers modifiers,
Subitem subitem,
DPoint subitemPt,
DPoint screenPt)
Perform a drag action on the associated subitem with the supplied set of mouse modifiers. |
void |
WpfStatelessGuiSubitemTestObject.dragToScreenPoint(Subitem subitem,
DPoint screenPt)
|
void |
IWpfGraphicalSubitem.dragToScreenPoint(Subitem subitem,
DPoint screenPt)
Performs a left - mouse drag action on the associated subitem to a screen relative DPoint. |
void |
WpfStatelessGuiSubitemTestObject.dragToScreenPoint(Subitem subitem,
DPoint subitemPt,
DPoint screenPt)
|
void |
IWpfGraphicalSubitem.dragToScreenPoint(Subitem subitem,
DPoint subitemPt,
DPoint screenPt)
Performs a drag from an Subitem point to a screen point |
java.lang.Object |
WpfGuiTestObject.getChildAtPoint(DPoint pt)
Finds the child object that is at the specified DPoint. |
java.lang.Object |
IWpfGraphical.getChildAtPoint(DPoint pt)
Finds the child object that is at the specified DPoint. |
java.awt.Point |
WpfGuiTestObject.getScreenPoint(DPoint pt)
Returns the screen-relative Point, given an object relative DPoint. |
java.awt.Point |
IWpfGraphical.getScreenPoint(DPoint pt)
Returns the screen-relative Point, given an object relative DPoint. |
DPoint |
WpfStatelessGuiSubitemTestObject.getScreenPoint(Subitem subitem,
DPoint pt)
|
DPoint |
IWpfGraphicalSubitem.getScreenPoint(Subitem subitem,
DPoint pt)
Returns the screen-relative Point, given an object relative DPoint. |
void |
WpfGuiTestObject.hover(double secondDelay,
DPoint pt)
Hovers the mouse over the specified coordinates of the associated TestObject |
void |
IWpfGraphical.hover(double secondDelay,
DPoint pt)
Hovers the mouse over the specified coordinates of the associated TestObject |
void |
WpfStatelessGuiSubitemTestObject.hover(double secondDelay,
Subitem subitem,
DPoint pt)
|
void |
IWpfGraphicalSubitem.hover(double secondDelay,
Subitem subitem,
DPoint pt)
Hovers the mouse over the specified DPoint relative to the specified subitem. |
void |
WpfGuiTestObject.hover(DPoint pt)
Hovers the mouse over the specified coordinates of the associated TestObject |
void |
IWpfGraphical.hover(DPoint pt)
Hovers the mouse over the specified coordinates of the associated TestObject |
void |
WpfStatelessGuiSubitemTestObject.hover(Subitem subitem,
DPoint pt)
|
void |
IWpfGraphicalSubitem.hover(Subitem subitem,
DPoint pt)
Hovers the mouse over the specified coordinates relative to the specified subitem. |
boolean |
WpfGuiTestObject.isPointInObject(DPoint pt)
Determines whether the specified screen-relative DPoint is contained in the component under evaluation. |
boolean |
IWpfGraphical.isPointInObject(DPoint pt)
Determines whether the specified screen-relative DPoint is contained in the component under evaluation. |
void |
WpfGuiTestObject.mouseMove(DPoint pt)
Performs a MOUSE_LEFT move action against the associated TestObject |
void |
IWpfGraphical.mouseMove(DPoint pt)
Performs a MOUSE_LEFT move action against the associated TestObject |
void |
WpfGuiTestObject.mouseMove(MouseModifiers modifiers,
DPoint pt)
Performs a MOUSE_LEFT move action against the associated TestObject |
void |
IWpfGraphical.mouseMove(MouseModifiers modifiers,
DPoint pt)
Performs a MOUSE_LEFT move action against the associated TestObject |
void |
WpfStatelessGuiSubitemTestObject.mouseMove(MouseModifiers modifiers,
Subitem subitem,
DPoint pt)
|
void |
IWpfGraphicalSubitem.mouseMove(MouseModifiers modifiers,
Subitem subitem,
DPoint pt)
Performs a move action against the associated subitem with the supplied set of mouse modifiers. |
void |
WpfStatelessGuiSubitemTestObject.mouseMove(Subitem subitem,
DPoint subitemPt)
|
void |
IWpfGraphicalSubitem.mouseMove(Subitem subitem,
DPoint subitemPt)
Performs a MOUSE_LEFT move action on the associated subitem |
void |
WpfGuiTestObject.nClick(int clickCount,
MouseModifiers modifiers,
DPoint pt)
Performs a mouse n-click action on the specified coordinates, relative to the associated TestObject. |
void |
IWpfGraphical.nClick(int clickCount,
MouseModifiers modifiers,
DPoint pt)
Performs a mouse n-click action on the specified coordinates, relative to the associated TestObject. |
void |
WpfStatelessGuiSubitemTestObject.nClick(int clickCount,
MouseModifiers modifiers,
Subitem subitem,
DPoint pt)
|
void |
IWpfGraphicalSubitem.nClick(int clickCount,
MouseModifiers modifiers,
Subitem subitem,
DPoint pt)
Performs a mouse n-click action on the specified DPoint relative to the associated subitem with a modifier parameter. |
void |
WpfGuiTestObject.nClickDrag(int clickCount,
MouseModifiers modifiers,
DPoint pt1,
DPoint pt2)
Performs a mouse n-click drag action from and to the specified coordinates, relative to the associated TestObject |
void |
IWpfGraphical.nClickDrag(int clickCount,
MouseModifiers modifiers,
DPoint pt1,
DPoint pt2)
Performs a mouse n-click drag action from and to the specified coordinates, relative to the associated TestObject |
void |
WpfStatelessGuiSubitemTestObject.nClickDrag(int clickCount,
MouseModifiers modifiers,
Subitem subitem1,
DPoint pt1,
Subitem subitem2,
DPoint pt2)
|
void |
IWpfGraphicalSubitem.nClickDrag(int clickCount,
MouseModifiers modifiers,
Subitem subitem1,
DPoint pt1,
Subitem subitem2,
DPoint pt2)
Performs a mouse n-click drag action from and to the specified DPoints, relative to the associated TestObject |
void |
WpfGuiTestObject.nClickDragToScreenPoint(int clickCount,
MouseModifiers modifiers,
DPoint objectPt,
DPoint screenPt)
Performs a n-click drag from an object point to a screen point |
void |
IWpfGraphical.nClickDragToScreenPoint(int clickCount,
MouseModifiers modifiers,
DPoint objectPt,
DPoint screenPt)
Performs a n-click drag from an object point to a screen point |
void |
WpfGuiTestObject.nClickDragToScreenPoint(int clickCount,
MouseModifiers modifiers,
DPoint objectPt,
java.awt.Point screenPt)
Performs a n-click drag from an object point to a screen point |
void |
WpfStatelessGuiSubitemTestObject.nClickDragToScreenPoint(int clickCount,
MouseModifiers modifiers,
Subitem subitem,
DPoint screenPt)
|
void |
IWpfGraphicalSubitem.nClickDragToScreenPoint(int clickCount,
MouseModifiers modifiers,
Subitem subitem,
DPoint screenPt)
Performs a mouse n-click drag action on the associated subitem to the screen-relative DPoint with the supplied set of mouse modifiers. |
void |
WpfStatelessGuiSubitemTestObject.nClickDragToScreenPoint(int clickCount,
MouseModifiers modifiers,
Subitem subitem,
DPoint subitemPt,
DPoint screenPt)
|
void |
IWpfGraphicalSubitem.nClickDragToScreenPoint(int clickCount,
MouseModifiers modifiers,
Subitem subitem,
DPoint subitemPt,
DPoint screenPt)
Performs a mouse n-click drag action from the specified DPoint relative to the associated subitem to the screen-relative DPoint with the supplied set of mouse modifiers. |
Uses of DPoint in com.rational.test.ft.script |
---|
Methods in com.rational.test.ft.script that return DPoint | |
---|---|
static DPoint |
SubitemFactory.atDPoint(double x,
double y)
Returns a DPoint value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |