Usage
.bounds
A rectangle representing the bounding rectangle of the
object in screen coordinates.
.class
This is the test object class name, for example "HtmlTable"
for a <Table> element.
.className
This the value of the class attribute of an element
.defaultValue
This is the value of the defaultValue attribute of
the element.
.disabled
The value of the disabled attribute of an element, returned
as a boolean. If true then user input is currently disabled for this
item.
.hasScript
This value is returned as a boolean.
If true then script as been associated with actions on this element.
.id
This is the value of the id attribute of an element.
.name
This is the value of the name attribute (Form elements and
Frames only)
.offsetHeight
The height of the element.
.offsetLeft
The offset of the element from its offset parent in the DOM.
.offsetTop
The offset of the element from its offset parent in the DOM.
.offsetWidth
The width of the element.
.rows
The value of the rows attribute of a TEXTAREA
element, indicating the size of the edit control in number of rows of
text.
.screenLeft
Upper left corner of bounding rectangle in screen
coordinates, x component.
.screenTop
Upper left corner of bounding rectangle in screen
coordinates, y component.
.tag
This is the Html tag for the element
.text
This is the text inside of the HTML tags for bounding the
element. For example, <A>This is an Anchor<IMG src=map.gif></a>
the text property will return "This is an
Anchor. All white space are combined and reduced to a single a
blank character if consecutive white space characters are found.
.title
This is the value of the title attribute of an element.
This is frequently the text displayed when hovering over the element with
the mouse.
.value
This is the value of the value attribute of an
element. In Form elements this represents the value which will be
sent when the form is posted.
DojoTextBoxProxy(HtmlTestDomainImplementation, IChannel, long) - Constructor for class com.rational.test.ft.domain.html.dojo.DojoTextBoxProxy
DojoTextBoxProxy(HtmlTestDomainImplementation, IChannel, long, IBrowserCommunicator) - Constructor for class com.rational.test.ft.domain.html.dojo.DojoTextBoxProxy
DojoTimeMenuProxy - Class in com.rational.test.ft.domain.html.dojo
DojoTimeMenuProxy(HtmlTestDomainImplementation, IChannel, long, IBrowserCommunicator) - Constructor for class com.rational.test.ft.domain.html.dojo.DojoTimeMenuProxy
DojoTimeMenuProxy(HtmlTestDomainImplementation, IChannel, long) - Constructor for class com.rational.test.ft.domain.html.dojo.DojoTimeMenuProxy
DojoTitlePaneProxy - Class in com.rational.test.ft.domain.html.dojo
DojoTitlePaneProxy(HtmlTestDomainImplementation, IChannel, long, IBrowserCommunicator) - Constructor for class com.rational.test.ft.domain.html.dojo.DojoTitlePaneProxy
DojoTitlePaneProxy(HtmlTestDomainImplementation, IChannel, long) - Constructor for class com.rational.test.ft.domain.html.dojo.DojoTitlePaneProxy
DojoTooltipDialogProxy - Class in com.rational.test.ft.domain.html.dojo
DojoTooltipDialogProxy(HtmlTestDomainImplementation, IChannel, long, IBrowserCommunicator) - Constructor for class com.rational.test.ft.domain.html.dojo.DojoTooltipDialogProxy
DojoTooltipDialogProxy(HtmlTestDomainImplementation, IChannel, long) - Constructor for class com.rational.test.ft.domain.html.dojo.DojoTooltipDialogProxy
DojoTooltipProxy - Class in com.rational.test.ft.domain.html.dojo
DojoTooltipProxy(HtmlTestDomainImplementation, IChannel, long, IBrowserCommunicator) - Constructor for class com.rational.test.ft.domain.html.dojo.DojoTooltipProxy
DojoTooltipProxy(HtmlTestDomainImplementation, IChannel, long) - Constructor for class com.rational.test.ft.domain.html.dojo.DojoTooltipProxy
DojoTreeExpandCollapseNodeProxy - Class in com.rational.test.ft.domain.html.dojo
DojoTreeExpandCollapseNodeProxy(HtmlTestDomainImplementation, IChannel, long) - Constructor for class com.rational.test.ft.domain.html.dojo.DojoTreeExpandCollapseNodeProxy
DojoTreeExpandCollapseNodeProxy(HtmlTestDomainImplementation, IChannel, long, IBrowserCommunicator) - Constructor for class com.rational.test.ft.domain.html.dojo.DojoTreeExpandCollapseNodeProxy
DojoTreeNodeProxy - Class in com.rational.test.ft.domain.html.dojo
DojoTreeNodeProxy(HtmlTestDomainImplementation, IChannel, long) - Constructor for class com.rational.test.ft.domain.html.dojo.DojoTreeNodeProxy
DojoTreeNodeProxy(HtmlTestDomainImplementation, IChannel, long, IBrowserCommunicator) - Constructor for class com.rational.test.ft.domain.html.dojo.DojoTreeNodeProxy
DojoTreeProxy - Class in com.rational.test.ft.domain.html.dojo
DojoTreeProxy(HtmlTestDomainImplementation, IChannel, long, IBrowserCommunicator) - Constructor for class com.rational.test.ft.domain.html.dojo.DojoTreeProxy
DojoTreeProxy(HtmlTestDomainImplementation, IChannel, long) - Constructor for class com.rational.test.ft.domain.html.dojo.DojoTreeProxy
DOJOTREETESTOBJECT_CLASSNAME - Static variable in class com.rational.test.ft.domain.html.dojo.DojoTreeProxy
domain - Variable in class com.rational.test.ft.domain.flex.FlexObjectProxy
domain - Variable in class com.rational.test.ft.domain.html.HtmlProxy
doScroll(HtmlGuiProxy) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
doubleClick(Subitem) - Method in class com.rational.test.ft.domain.flex.FlexDataGridProxy
doubleClick() - Method in class com.rational.test.ft.domain.flex.FlexObjectProxy
Performs a left-mouse double-click on the center point of the associated TestObject.
doubleClick(MouseModifiers) - Method in class com.rational.test.ft.domain.flex.FlexObjectProxy
Performs a left-mouse double-click on the specified object, relative
to coordinates within the associated TestObject.
doubleClick(Point) - Method in class com.rational.test.ft.domain.flex.FlexObjectProxy
Performs a left-mouse double-click on the specified coordinates, relative to the
associated TestObject.
doubleClick(MouseModifiers, Point) - Method in class com.rational.test.ft.domain.flex.FlexObjectProxy
Performs a left-mouse double-click on the specified coordinates, relative
to the associated TestObject.
doubleClick(Subitem) - Method in class com.rational.test.ft.domain.html.dojo.DojoGridProxy
doubleClick(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.html.dojo.DojoGridProxy
doubleClick(Subitem) - Method in class com.rational.test.ft.domain.html.FrameProxy
doubleClick(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.html.FrameProxy
doubleClick(Subitem, Point) - Method in class com.rational.test.ft.domain.html.FrameProxy
doubleClick(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.html.FrameProxy
doubleClick(Subitem) - Method in class com.rational.test.ft.domain.html.generichtmlsubdomain.GenericTreeProxy
doubleClick(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.html.generichtmlsubdomain.GenericTreeProxy
doubleClick(Subitem) - Method in class com.rational.test.ft.domain.html.GraphicalSubitem
doubleClick(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.html.GraphicalSubitem
doubleClick(Subitem, Point) - Method in class com.rational.test.ft.domain.html.GraphicalSubitem
doubleClick(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.html.GraphicalSubitem
doubleClick(MouseModifiers) - Method in class com.rational.test.ft.domain.html.HtmlDocumentProxy
doubleClick(MouseModifiers, Point) - Method in class com.rational.test.ft.domain.html.HtmlDocumentProxy
doubleClick() - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
doubleClick(MouseModifiers) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
doubleClick(MouseModifiers, Point) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
doubleClick(Point) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
doubleClick(Subitem) - Method in class com.rational.test.ft.domain.html.ImageProxy
doubleClick(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.html.ImageProxy
doubleClick(Subitem, Point) - Method in class com.rational.test.ft.domain.html.ImageProxy
doubleClick(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.html.ImageProxy
doubleClick(Subitem) - Method in class com.rational.test.ft.domain.html.SelectProxy
doubleClick(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.html.SelectProxy
doubleClick(Subitem, Point) - Method in class com.rational.test.ft.domain.html.SelectProxy
doubleClick(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.html.SelectProxy
doubleClick(Subitem) - Method in class com.rational.test.ft.domain.html.TableProxy
doubleClick(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.html.TableProxy
doubleClick(Subitem, Point) - Method in class com.rational.test.ft.domain.html.TableProxy
doubleClick(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.html.TableProxy
doubleClick(Subitem) - Method in class com.rational.test.ft.domain.java.awt.ChoiceProxy
Left mouse dbl-click on the center point of the associated TestObject.
doubleClick(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.awt.ChoiceProxy
Perform a mouse dbl-click action at the specified object relative
coordinates within the associated TestObject.
doubleClick(Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.ChoiceProxy
Left mouse dbl-click on the specified coordinates relative to the
associated TestObject.
doubleClick(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.ChoiceProxy
Perform a mouse dbl-click action on the specified coordinates relative
to the associated TestObject.
doubleClick(Subitem) - Method in class com.rational.test.ft.domain.java.awt.ListProxy
Left mouse dbl-click on the center point of the associated TestObject.
doubleClick(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.awt.ListProxy
Perform a mouse dbl-click action at the specified object relative
coordinates within the associated TestObject.
doubleClick(Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.ListProxy
Left mouse dbl-click on the specified coordinates relative to the
associated TestObject.
doubleClick(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.ListProxy
Perform a mouse dbl-click action on the specified coordinates relative
to the associated TestObject.
doubleClick(Subitem) - Method in class com.rational.test.ft.domain.java.awt.MenuBarProxy
Left mouse dbl-click on the center point of the associated TestObject.
doubleClick(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.awt.MenuBarProxy
Perform a mouse dbl-click action at the specified object relative
coordinates within the associated TestObject.
doubleClick(Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.MenuBarProxy
Left mouse dbl-click on the specified coordinates relative to the
associated TestObject.
doubleClick(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.MenuBarProxy
Perform a mouse dbl-click action on the specified coordinates relative
to the associated TestObject.
doubleClick(Subitem) - Method in class com.rational.test.ft.domain.java.eclipse.gef.PaletteProxy
Left mouse dbl-click on the center point of the associated TestObject.
doubleClick(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.eclipse.gef.PaletteProxy
Perform a mouse dbl-click action at the specified object relative
coordinates within the associated TestObject.
doubleClick(Subitem, Point) - Method in class com.rational.test.ft.domain.java.eclipse.gef.PaletteProxy
Left mouse dbl-click on the specified coordinates relative to the
associated TestObject.
doubleClick(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.eclipse.gef.PaletteProxy
Perform a mouse dbl-click action on the specified coordinates relative
to the associated TestObject.
doubleClick() - Method in class com.rational.test.ft.domain.java.JavaGuiProxy
Left mouse dbl-click on the center point of the associated TestObject.
doubleClick(MouseModifiers) - Method in class com.rational.test.ft.domain.java.JavaGuiProxy
Perform a mouse dbl-click action with the specified modifiers
in the center of the associated TestObject.
doubleClick(Point) - Method in class com.rational.test.ft.domain.java.JavaGuiProxy
Left mouse dbl-click on the specified coordinates relative to the
associated TestObject.
doubleClick(MouseModifiers, Point) - Method in class com.rational.test.ft.domain.java.JavaGuiProxy
Perform a mouse dbl-click action on the specified coordinates relative
to the associated TestObject.
doubleClick(MouseModifiers) - Method in class com.rational.test.ft.domain.java.jfc.JComboBoxProxy
Perform a mouse dbl-click action at the specified object relative
coordinates within the associated TestObject.
doubleClick(Subitem) - Method in class com.rational.test.ft.domain.java.jfc.JfcGraphicalSubitemProxy
Left mouse dbl-click on the center point of the associated TestObject.
doubleClick(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.jfc.JfcGraphicalSubitemProxy
Perform a mouse dbl-click action at the specified object relative
coordinates within the associated TestObject.
doubleClick(Subitem, Point) - Method in class com.rational.test.ft.domain.java.jfc.JfcGraphicalSubitemProxy
Left mouse dbl-click on the specified coordinates relative to the
associated TestObject.
doubleClick(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.jfc.JfcGraphicalSubitemProxy
Perform a mouse dbl-click action on the specified coordinates relative
to the associated TestObject.
doubleClick(Subitem) - Method in class com.rational.test.ft.domain.java.PopupMenuProxy
Left mouse dbl-click on the center point of the associated TestObject.
doubleClick(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.PopupMenuProxy
Perform a mouse dbl-click action at the specified object relative
coordinates within the associated TestObject.
doubleClick(Subitem, Point) - Method in class com.rational.test.ft.domain.java.PopupMenuProxy
Left mouse dbl-click on the specified coordinates relative to the
associated TestObject.
doubleClick(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.PopupMenuProxy
Perform a mouse dbl-click action on the specified coordinates relative
to the associated TestObject.
doubleClick(Subitem) - Method in class com.rational.test.ft.domain.java.swt.MenuProxy
Left mouse dbl-click on the center point of the associated TestObject.
doubleClick(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.swt.MenuProxy
Perform a mouse dbl-click action at the specified object relative
coordinates within the associated TestObject.
doubleClick(Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.MenuProxy
Left mouse dbl-click on the specified coordinates relative to the
associated TestObject.
doubleClick(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.MenuProxy
Perform a mouse dbl-click action on the specified coordinates relative
to the associated TestObject.
doubleClick(Subitem) - Method in class com.rational.test.ft.domain.java.swt.SashProxy
Left mouse dbl-click on the center point of the associated TestObject.
doubleClick(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.swt.SashProxy
Perform a mouse dbl-click action at the specified object relative
coordinates within the associated TestObject.
doubleClick(Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.SashProxy
Left mouse dbl-click on the specified coordinates relative to the
associated TestObject.
doubleClick(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.SashProxy
Perform a mouse dbl-click action on the specified coordinates relative
to the associated TestObject.
doubleClick(Subitem) - Method in class com.rational.test.ft.domain.java.swt.ScrollableSwtGraphicalSubitemProxy
Left mouse dbl-click on the center point of the associated TestObject.
doubleClick(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.swt.ScrollableSwtGraphicalSubitemProxy
Perform a mouse dbl-click action at the specified object relative
coordinates within the associated TestObject.
doubleClick(Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.ScrollableSwtGraphicalSubitemProxy
Left mouse dbl-click on the specified coordinates relative to the
associated TestObject.
doubleClick(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.ScrollableSwtGraphicalSubitemProxy
Perform a mouse dbl-click action on the specified coordinates relative
to the associated TestObject.
doubleClick(Subitem) - Method in class com.rational.test.ft.domain.java.swt.SwtGraphicalSubitemProxy
Left mouse dbl-click on the center point of the associated TestObject.
doubleClick(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.swt.SwtGraphicalSubitemProxy
Perform a mouse dbl-click action at the specified object relative
coordinates within the associated TestObject.
doubleClick(Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.SwtGraphicalSubitemProxy
Left mouse dbl-click on the specified coordinates relative to the
associated TestObject.
doubleClick(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.SwtGraphicalSubitemProxy
Perform a mouse dbl-click action on the specified coordinates relative
to the associated TestObject.
doubleClick(Subitem) - Method in class com.rational.test.ft.domain.java.swt.TableTreeProxy
Left mouse dbl-click on the center point of the associated TestObject.
doubleClick(Subitem) - Method in class com.rational.test.ft.domain.java.swt.ToolItemProxy
Left mouse dbl-click on the center point of the associated TestObject.
doubleClick(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.swt.ToolItemProxy
Perform a mouse dbl-click action at the specified object relative
coordinates within the associated TestObject.
doubleClick(Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.ToolItemProxy
Left mouse dbl-click on the specified coordinates relative to the
associated TestObject.
doubleClick(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.ToolItemProxy
Perform a mouse dbl-click action on the specified coordinates relative
to the associated TestObject.
doubleClickAtScreenPoint(MouseModifiers, Point) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
drag(Point) - Method in class com.rational.test.ft.domain.flex.FlexDividedBoxProxy
drag() - Method in class com.rational.test.ft.domain.flex.FlexObjectProxy
Performs a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers) - Method in class com.rational.test.ft.domain.flex.FlexObjectProxy
Performs a drag action against the associated TestObject with the
supplied set of mouse modifiers.
drag(Point, Point) - Method in class com.rational.test.ft.domain.flex.FlexObjectProxy
Performs a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Point, Point) - Method in class com.rational.test.ft.domain.flex.FlexObjectProxy
Performs a drag action against the associated TestObject.
drag(Subitem) - Method in class com.rational.test.ft.domain.html.FrameProxy
drag(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.html.FrameProxy
drag(Subitem, Subitem) - Method in class com.rational.test.ft.domain.html.FrameProxy
drag(MouseModifiers, Subitem, Subitem) - Method in class com.rational.test.ft.domain.html.FrameProxy
drag(Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.html.FrameProxy
drag(MouseModifiers, Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.html.FrameProxy
drag(Subitem) - Method in class com.rational.test.ft.domain.html.GraphicalSubitem
drag(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.html.GraphicalSubitem
drag(Subitem, Subitem) - Method in class com.rational.test.ft.domain.html.GraphicalSubitem
drag(MouseModifiers, Subitem, Subitem) - Method in class com.rational.test.ft.domain.html.GraphicalSubitem
drag(Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.html.GraphicalSubitem
drag(MouseModifiers, Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.html.GraphicalSubitem
drag() - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
drag(MouseModifiers) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
drag(MouseModifiers, Point, Point) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
drag(Point, Point) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
drag(Subitem) - Method in class com.rational.test.ft.domain.html.ImageProxy
drag(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.html.ImageProxy
drag(Subitem, Subitem) - Method in class com.rational.test.ft.domain.html.ImageProxy
drag(MouseModifiers, Subitem, Subitem) - Method in class com.rational.test.ft.domain.html.ImageProxy
drag(Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.html.ImageProxy
drag(MouseModifiers, Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.html.ImageProxy
drag(Subitem) - Method in class com.rational.test.ft.domain.html.SelectProxy
drag(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.html.SelectProxy
drag(Subitem, Subitem) - Method in class com.rational.test.ft.domain.html.SelectProxy
drag(MouseModifiers, Subitem, Subitem) - Method in class com.rational.test.ft.domain.html.SelectProxy
drag(Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.html.SelectProxy
drag(MouseModifiers, Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.html.SelectProxy
drag(Subitem) - Method in class com.rational.test.ft.domain.html.TableProxy
drag(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.html.TableProxy
drag(Subitem, Subitem) - Method in class com.rational.test.ft.domain.html.TableProxy
drag(MouseModifiers, Subitem, Subitem) - Method in class com.rational.test.ft.domain.html.TableProxy
drag(Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.html.TableProxy
drag(MouseModifiers, Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.html.TableProxy
drag() - Method in class com.rational.test.ft.domain.java.awt.ChoiceProxy
drag(Subitem) - Method in class com.rational.test.ft.domain.java.awt.ChoiceProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.awt.ChoiceProxy
Perform a drag action against the associated TestObject with the
supplied set of mouse modifiers.
drag(Subitem, Subitem) - Method in class com.rational.test.ft.domain.java.awt.ChoiceProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Subitem) - Method in class com.rational.test.ft.domain.java.awt.ChoiceProxy
Perform a drag action against the associated TestObject.
drag(Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.ChoiceProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.ChoiceProxy
Perform a drag action against the associated TestObject.
drag(Subitem) - Method in class com.rational.test.ft.domain.java.awt.ListProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.awt.ListProxy
Perform a drag action against the associated TestObject with the
supplied set of mouse modifiers.
drag(Subitem, Subitem) - Method in class com.rational.test.ft.domain.java.awt.ListProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Subitem) - Method in class com.rational.test.ft.domain.java.awt.ListProxy
Perform a drag action against the associated TestObject.
drag(Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.ListProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.ListProxy
Perform a drag action against the associated TestObject.
drag(Subitem) - Method in class com.rational.test.ft.domain.java.awt.MenuBarProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.awt.MenuBarProxy
Perform a drag action against the associated TestObject with the
supplied set of mouse modifiers.
drag(Subitem, Subitem) - Method in class com.rational.test.ft.domain.java.awt.MenuBarProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Subitem) - Method in class com.rational.test.ft.domain.java.awt.MenuBarProxy
Perform a drag action against the associated TestObject.
drag(Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.MenuBarProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.MenuBarProxy
Perform a drag action against the associated TestObject.
drag(Subitem) - Method in class com.rational.test.ft.domain.java.eclipse.gef.PaletteProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.eclipse.gef.PaletteProxy
Perform a drag action against the associated TestObject with the
supplied set of mouse modifiers.
drag(Subitem, Subitem) - Method in class com.rational.test.ft.domain.java.eclipse.gef.PaletteProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Subitem) - Method in class com.rational.test.ft.domain.java.eclipse.gef.PaletteProxy
Perform a drag action against the associated TestObject.
drag(Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.java.eclipse.gef.PaletteProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.java.eclipse.gef.PaletteProxy
Perform a drag action against the associated TestObject.
drag() - Method in class com.rational.test.ft.domain.java.JavaGuiProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers) - Method in class com.rational.test.ft.domain.java.JavaGuiProxy
Perform a drag action against the associated TestObject with the
supplied set of mouse modifiers.
drag(Point, Point) - Method in class com.rational.test.ft.domain.java.JavaGuiProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Point, Point) - Method in class com.rational.test.ft.domain.java.JavaGuiProxy
Perform a drag action against the associated TestObject.
drag(MouseModifiers) - Method in class com.rational.test.ft.domain.java.jfc.JComboBoxProxy
Perform a drag action against the associated TestObject with the
supplied set of mouse modifiers.
drag(Subitem) - Method in class com.rational.test.ft.domain.java.jfc.JfcGraphicalSubitemProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.jfc.JfcGraphicalSubitemProxy
Perform a drag action against the associated TestObject with the
supplied set of mouse modifiers.
drag(Subitem, Subitem) - Method in class com.rational.test.ft.domain.java.jfc.JfcGraphicalSubitemProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Subitem) - Method in class com.rational.test.ft.domain.java.jfc.JfcGraphicalSubitemProxy
Perform a drag action against the associated TestObject.
drag(Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.java.jfc.JfcGraphicalSubitemProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.java.jfc.JfcGraphicalSubitemProxy
Perform a drag action against the associated TestObject.
drag(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.jfc.JSplitPaneProxy
Perform a drag action against the associated TestObject with the
supplied set of mouse modifiers.
drag(MouseModifiers, Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.java.jfc.JTableHeaderProxy
Perform a drag action against the associated TestObject.
drag(MouseModifiers, Point, Point) - Method in class com.rational.test.ft.domain.java.jfc.JToolBarProxy
Perform a drag action against the associated TestObject.
drag(Subitem) - Method in class com.rational.test.ft.domain.java.PopupMenuProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.PopupMenuProxy
Perform a drag action against the associated TestObject with the
supplied set of mouse modifiers.
drag(Subitem, Subitem) - Method in class com.rational.test.ft.domain.java.PopupMenuProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Subitem) - Method in class com.rational.test.ft.domain.java.PopupMenuProxy
Perform a drag action against the associated TestObject.
drag(Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.java.PopupMenuProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.java.PopupMenuProxy
Perform a drag action against the associated TestObject.
drag(MouseModifiers, Point, Point) - Method in class com.rational.test.ft.domain.java.swt.CoolItemProxy
Perform a drag action against the associated TestObject.
drag(Subitem) - Method in class com.rational.test.ft.domain.java.swt.MenuProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.swt.MenuProxy
Perform a drag action against the associated TestObject with the
supplied set of mouse modifiers.
drag(Subitem, Subitem) - Method in class com.rational.test.ft.domain.java.swt.MenuProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Subitem) - Method in class com.rational.test.ft.domain.java.swt.MenuProxy
Perform a drag action against the associated TestObject.
drag(Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.MenuProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.MenuProxy
Perform a drag action against the associated TestObject.
drag(Subitem) - Method in class com.rational.test.ft.domain.java.swt.SashProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.swt.SashProxy
Perform a drag action against the associated TestObject with the
supplied set of mouse modifiers.
drag(Subitem, Subitem) - Method in class com.rational.test.ft.domain.java.swt.SashProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Subitem) - Method in class com.rational.test.ft.domain.java.swt.SashProxy
Perform a drag action against the associated TestObject.
drag(Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.SashProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.SashProxy
Perform a drag action against the associated TestObject.
drag(Subitem) - Method in class com.rational.test.ft.domain.java.swt.ScrollableSwtGraphicalSubitemProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.swt.ScrollableSwtGraphicalSubitemProxy
Perform a drag action against the associated TestObject with the
supplied set of mouse modifiers.
drag(Subitem, Subitem) - Method in class com.rational.test.ft.domain.java.swt.ScrollableSwtGraphicalSubitemProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Subitem) - Method in class com.rational.test.ft.domain.java.swt.ScrollableSwtGraphicalSubitemProxy
Perform a drag action against the associated TestObject.
drag(Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.ScrollableSwtGraphicalSubitemProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.ScrollableSwtGraphicalSubitemProxy
Perform a drag action against the associated TestObject.
drag(Subitem) - Method in class com.rational.test.ft.domain.java.swt.SwtGraphicalSubitemProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.swt.SwtGraphicalSubitemProxy
Perform a drag action against the associated TestObject with the
supplied set of mouse modifiers.
drag(Subitem, Subitem) - Method in class com.rational.test.ft.domain.java.swt.SwtGraphicalSubitemProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Subitem) - Method in class com.rational.test.ft.domain.java.swt.SwtGraphicalSubitemProxy
Perform a drag action against the associated TestObject.
drag(Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.SwtGraphicalSubitemProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.SwtGraphicalSubitemProxy
Perform a drag action against the associated TestObject.
drag(Subitem) - Method in class com.rational.test.ft.domain.java.swt.TableTreeProxy
Left mouse drag in the associated TestObject.
drag(Subitem) - Method in class com.rational.test.ft.domain.java.swt.ToolItemProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.swt.ToolItemProxy
Perform a drag action against the associated TestObject with the
supplied set of mouse modifiers.
drag(Subitem, Subitem) - Method in class com.rational.test.ft.domain.java.swt.ToolItemProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Subitem) - Method in class com.rational.test.ft.domain.java.swt.ToolItemProxy
Perform a drag action against the associated TestObject.
drag(Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.ToolItemProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
drag(MouseModifiers, Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.ToolItemProxy
Perform a drag action against the associated TestObject.
dragAtScreenPoint(MouseModifiers, Point, Point) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
Generate a drag using the screen points.
dragCancel() - Method in class com.rational.test.ft.domain.flex.FlexContainerProxy
dragCancel(String) - Method in class com.rational.test.ft.domain.flex.FlexContainerProxy
dragDrop() - Method in class com.rational.test.ft.domain.flex.FlexContainerProxy
dragDrop(String) - Method in class com.rational.test.ft.domain.flex.FlexContainerProxy
dragDrop(String, String) - Method in class com.rational.test.ft.domain.flex.FlexContainerProxy
dragDrop(String, String, String) - Method in class com.rational.test.ft.domain.flex.FlexContainerProxy
dragStart() - Method in class com.rational.test.ft.domain.flex.FlexContainerProxy
dragStart(String) - Method in class com.rational.test.ft.domain.flex.FlexContainerProxy
dragStart(String, String) - Method in class com.rational.test.ft.domain.flex.FlexContainerProxy
dragToScreenPoint(Point) - Method in class com.rational.test.ft.domain.flex.FlexObjectProxy
Performs a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(Point, Point) - Method in class com.rational.test.ft.domain.flex.FlexObjectProxy
Performs a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Point, Point) - Method in class com.rational.test.ft.domain.flex.FlexObjectProxy
Performs a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point) - Method in class com.rational.test.ft.domain.html.FrameProxy
dragToScreenPoint(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.html.FrameProxy
dragToScreenPoint(Subitem, Point, Point) - Method in class com.rational.test.ft.domain.html.FrameProxy
dragToScreenPoint(MouseModifiers, Subitem, Point, Point) - Method in class com.rational.test.ft.domain.html.FrameProxy
dragToScreenPoint(Subitem, Point) - Method in class com.rational.test.ft.domain.html.GraphicalSubitem
dragToScreenPoint(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.html.GraphicalSubitem
dragToScreenPoint(Subitem, Point, Point) - Method in class com.rational.test.ft.domain.html.GraphicalSubitem
dragToScreenPoint(MouseModifiers, Subitem, Point, Point) - Method in class com.rational.test.ft.domain.html.GraphicalSubitem
dragToScreenPoint(MouseModifiers, Point, Point) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
dragToScreenPoint(Point) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
dragToScreenPoint(Point, Point) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
dragToScreenPoint(Subitem, Point) - Method in class com.rational.test.ft.domain.html.ImageProxy
dragToScreenPoint(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.html.ImageProxy
dragToScreenPoint(Subitem, Point, Point) - Method in class com.rational.test.ft.domain.html.ImageProxy
dragToScreenPoint(MouseModifiers, Subitem, Point, Point) - Method in class com.rational.test.ft.domain.html.ImageProxy
dragToScreenPoint(Subitem, Point) - Method in class com.rational.test.ft.domain.html.SelectProxy
dragToScreenPoint(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.html.SelectProxy
dragToScreenPoint(Subitem, Point, Point) - Method in class com.rational.test.ft.domain.html.SelectProxy
dragToScreenPoint(MouseModifiers, Subitem, Point, Point) - Method in class com.rational.test.ft.domain.html.SelectProxy
dragToScreenPoint(Subitem, Point) - Method in class com.rational.test.ft.domain.html.TableProxy
dragToScreenPoint(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.html.TableProxy
dragToScreenPoint(Subitem, Point, Point) - Method in class com.rational.test.ft.domain.html.TableProxy
dragToScreenPoint(MouseModifiers, Subitem, Point, Point) - Method in class com.rational.test.ft.domain.html.TableProxy
dragToScreenPoint(Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.ChoiceProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.ChoiceProxy
Perform a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point, Point) - Method in class com.rational.test.ft.domain.java.awt.ChoiceProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point, Point) - Method in class com.rational.test.ft.domain.java.awt.ChoiceProxy
Perform a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.ListProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.ListProxy
Perform a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point, Point) - Method in class com.rational.test.ft.domain.java.awt.ListProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point, Point) - Method in class com.rational.test.ft.domain.java.awt.ListProxy
Perform a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.MenuBarProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.MenuBarProxy
Perform a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point, Point) - Method in class com.rational.test.ft.domain.java.awt.MenuBarProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point, Point) - Method in class com.rational.test.ft.domain.java.awt.MenuBarProxy
Perform a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point) - Method in class com.rational.test.ft.domain.java.eclipse.gef.PaletteProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.eclipse.gef.PaletteProxy
Perform a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point, Point) - Method in class com.rational.test.ft.domain.java.eclipse.gef.PaletteProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point, Point) - Method in class com.rational.test.ft.domain.java.eclipse.gef.PaletteProxy
Perform a drag action against the associated TestObject.
dragToScreenPoint(Point) - Method in class com.rational.test.ft.domain.java.JavaGuiProxy
Performs a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(Point, Point) - Method in class com.rational.test.ft.domain.java.JavaGuiProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Point, Point) - Method in class com.rational.test.ft.domain.java.JavaGuiProxy
Perform a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point) - Method in class com.rational.test.ft.domain.java.jfc.JfcGraphicalSubitemProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.jfc.JfcGraphicalSubitemProxy
Perform a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point, Point) - Method in class com.rational.test.ft.domain.java.jfc.JfcGraphicalSubitemProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point, Point) - Method in class com.rational.test.ft.domain.java.jfc.JfcGraphicalSubitemProxy
Perform a drag action against the associated TestObject.
dragToScreenPoint(Point) - Method in class com.rational.test.ft.domain.java.jfc.JToolBarProxy
Performs a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(Point, Point) - Method in class com.rational.test.ft.domain.java.jfc.JToolBarProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Point, Point) - Method in class com.rational.test.ft.domain.java.jfc.JToolBarProxy
Perform a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point) - Method in class com.rational.test.ft.domain.java.PopupMenuProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.PopupMenuProxy
Perform a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point, Point) - Method in class com.rational.test.ft.domain.java.PopupMenuProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point, Point) - Method in class com.rational.test.ft.domain.java.PopupMenuProxy
Perform a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.MenuProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.MenuProxy
Perform a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point, Point) - Method in class com.rational.test.ft.domain.java.swt.MenuProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point, Point) - Method in class com.rational.test.ft.domain.java.swt.MenuProxy
Perform a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.SashProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.SashProxy
Perform a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point, Point) - Method in class com.rational.test.ft.domain.java.swt.SashProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point, Point) - Method in class com.rational.test.ft.domain.java.swt.SashProxy
Perform a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.ScrollableSwtGraphicalSubitemProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.ScrollableSwtGraphicalSubitemProxy
Perform a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point, Point) - Method in class com.rational.test.ft.domain.java.swt.ScrollableSwtGraphicalSubitemProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point, Point) - Method in class com.rational.test.ft.domain.java.swt.ScrollableSwtGraphicalSubitemProxy
Perform a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.SwtGraphicalSubitemProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.SwtGraphicalSubitemProxy
Perform a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point, Point) - Method in class com.rational.test.ft.domain.java.swt.SwtGraphicalSubitemProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point, Point) - Method in class com.rational.test.ft.domain.java.swt.SwtGraphicalSubitemProxy
Perform a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.ToolItemProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.ToolItemProxy
Perform a drag action against the associated TestObject.
dragToScreenPoint(Subitem, Point, Point) - Method in class com.rational.test.ft.domain.java.swt.ToolItemProxy
Perform a MOUSE_LEFT drag action against the associated TestObject.
dragToScreenPoint(MouseModifiers, Subitem, Point, Point) - Method in class com.rational.test.ft.domain.java.swt.ToolItemProxy
Perform a drag action against the associated TestObject.
dragToState(State) - Method in class com.rational.test.ft.domain.html.CheckboxProxy
dragToState(MouseModifiers, State) - Method in class com.rational.test.ft.domain.html.CheckboxProxy
dragToState(State) - Method in class com.rational.test.ft.domain.java.awt.CheckboxProxy
Performs the necessary mouse actions to attain the
desired state for the associated component.
dragToState(MouseModifiers, State) - Method in class com.rational.test.ft.domain.java.awt.CheckboxProxy
Performs the necessary mouse actions to attain the
desired state for the associated component.
dragToState(State) - Method in class com.rational.test.ft.domain.java.jfc.AbstractButtonProxy
This method performs the necessary mouse actions to attain the
desired state for the associated component.
dragToState(MouseModifiers, State) - Method in class com.rational.test.ft.domain.java.jfc.AbstractButtonProxy
This method performs the necessary mouse actions to attain the
desired state for the associated component.
dragToState(State) - Method in class com.rational.test.ft.domain.java.swt.ButtonProxy
This method performs the necessary mouse actions to attain the
desired state for the associated component.
dragToState(MouseModifiers, State) - Method in class com.rational.test.ft.domain.java.swt.ButtonProxy
This method performs the necessary mouse actions to attain the
desired state for the associated component.
dumpAction(String, IMouseActionInfo) - Method in class com.rational.test.ft.domain.java.JavaGuiProxy
A B C D E F G H I J L M N O P R S T U V W X
|