public class ToolItemProxy extends ButtonProxy implements com.rational.test.ft.object.interfaces.IGraphicalSubitem
org.eclipse.swt.widgets.ToolItem.
GuiTestObject
| Role | Interface |
|---|---|
| radio button | ToggleGUITestObject |
| check box | ToggleGUITestObject |
| toggle button | ToggleGUITestObject |
| push button | GuiTestObject |
| push button with drop down | GuiSubitemTestObject |
| text | Button Visible Text | ITestDataText |
| state | Toggle Button State | ITestData |
| Property | Usage |
|---|---|
| .class | The Java full class name of the test object. |
| .classIndex | The zero-based index of the class relative to the immediate parent in the object map. |
| text | The visible text of the toolitem. If there is no visible text this property is omitted. |
| Subitem | Usage |
|---|---|
Location |
Defines the Dropdown arrow on a toolitem. |
ControlProxy.ChildEnumerator, ControlProxy.ImmediateChildEnumeratorchildrenEnumerated, CLASSINDEX, CLASSINDEXWEIGHT, clickArgs, currentMethod, GROUPTEXT, GROUPTEXTWEIGHT, HANDLE, MAPPABLECLASSINDEX, MAPPABLECLASSINDEXWEIGHT, MAX_NAME, predownScreenRect, PRIORLABEL, PRIORLABELWEIGHT, TOOLTIPTEXT, TOOLTIPTEXTWEIGHTLEFT, preDownState, processMouseEventHandler, ROLEINDEX, ROLEINDEXWEIGHT, TESTDATA_SPECIALFRAMESTATE, TESTDATA_SPECIALFRAMESTATE_DESCRIPTION, topLevelWindowBROWSERTABTESTOBJECT_CLASSNAME, BROWSERTESTOBJECT_CLASSNAME, COLORDIALOGTESTOBJECT_CLASSNAME, CROSSDOMAINCONTAINER_CLASSNAME, DOCUMENTTESTOBJECT_CLASSNAME, DOMAINTESTOBJECT_CLASSNAME, ECLIPSETOPLEVELTESTOBJECT_CLASSNAME, EMBEDDEDBROWSERTESTOBJECT_CLASSNAME, FILEDIALOGTESTOBJECT_CLASSNAME, FRAMESUBITEMTESTOBJECT_CLASSNAME, FRAMETESTOBJECT_CLASSNAME, GEFEDITPARTTESTOBJECT_CLASSNAME, GUISUBITEMTESTOBJECT_CLASSNAME, GUITESTOBJECT_CLASSNAME, INTERNALFRAMETESTOBJECT_CLASSNAME, MESSAGEBOXTESTOBJECT_CLASSNAME, PALETTEGUISUBITEMTESTOBJECT_CLASSNAME, PROCESSTESTOBJECT_CLASSNAME, SCROLLSUBITEMTESTOBJECT_CLASSNAME, SCROLLTESTOBJECT_CLASSNAME, SELECTGUISUBITEMTESTOBJECT_CLASSNAME, SELECTSCROLLGUISUBITEMTESTOBJECT_CLASSNAME, SHELLTESTOBJECT_CLASSNAME, STATELESSGUISUBITEMTESTOBJECT_CLASSNAME, SUBITEMTESTOBJECT_CLASSNAME, TABITEMTESTOBJECT_CLASSNAME, TESTOBJECT_CLASSNAME, TEXTGUISUBITEMTESTOBJECT_CLASSNAME, TEXTGUITESTOBJECT_CLASSNAME, TEXTSCROLLTESTOBJECT_CLASSNAME, TEXTSELECTGUISUBITEMTESTOBJECT_CLASSNAME, TIMEOUTTESTOBJECT_CLASSNAME, TOGGLEGUITESTOBJECT_CLASSNAME, TOGGLETESTOBJECT_CLASSNAME, TOPLEVELSUBITEMTESTOBJECT_CLASSNAME, TOPLEVELTESTOBJECT_CLASSNAME, TRACKBARTESTOBJECT_CLASSNAME, vomClippedRectangle| Constructor and Description |
|---|
ToolItemProxy(java.lang.Object theObjectInTheSUT)
This sole constructor for all proxy objects sets the SUT object
as a member variable for the proxy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
click(com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem)
Perform a mouse click action at the specified object relative
coordinates within the associated TestObject.
|
void |
click(com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem,
java.awt.Point pt)
Perform a mouse click action on the specified coordinates relative
to the associated TestObject.
|
void |
click(com.rational.test.ft.script.Subitem subitem)
Left mouse click on the center point of the associated subitem.
|
void |
click(com.rational.test.ft.script.Subitem subitem,
java.awt.Point pt)
Left mouse click on the specified coordinates relative to the
associated TestObject.
|
void |
doubleClick(com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem)
Perform a mouse dbl-click action at the specified object relative
coordinates within the associated TestObject.
|
void |
doubleClick(com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem,
java.awt.Point pt)
Perform a mouse dbl-click action on the specified coordinates relative
to the associated TestObject.
|
void |
doubleClick(com.rational.test.ft.script.Subitem subitem)
Left mouse dbl-click on the center point of the associated TestObject.
|
void |
doubleClick(com.rational.test.ft.script.Subitem subitem,
java.awt.Point pt)
Left mouse dbl-click on the specified coordinates relative to the
associated TestObject.
|
void |
drag(com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem)
Perform a drag action against the associated TestObject with the
supplied set of mouse modifiers.
|
void |
drag(com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem1,
java.awt.Point pt1,
com.rational.test.ft.script.Subitem subitem2,
java.awt.Point pt2)
Perform a drag action against the associated TestObject.
|
void |
drag(com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem1,
com.rational.test.ft.script.Subitem subitem2)
Perform a drag action against the associated TestObject.
|
void |
drag(com.rational.test.ft.script.Subitem subitem)
Perform a MOUSE_LEFT drag action against the associated TestObject.
|
void |
drag(com.rational.test.ft.script.Subitem subitem1,
java.awt.Point pt1,
com.rational.test.ft.script.Subitem subitem2,
java.awt.Point pt2)
Perform a MOUSE_LEFT drag action against the associated TestObject.
|
void |
drag(com.rational.test.ft.script.Subitem subitem1,
com.rational.test.ft.script.Subitem subitem2)
Perform a MOUSE_LEFT drag action against the associated TestObject.
|
void |
dragToScreenPoint(com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem,
java.awt.Point screenPt)
Perform a drag action against the associated TestObject.
|
void |
dragToScreenPoint(com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem,
java.awt.Point subitemPt,
java.awt.Point screenPt)
Perform a drag action against the associated TestObject.
|
void |
dragToScreenPoint(com.rational.test.ft.script.Subitem subitem,
java.awt.Point screenPt)
Perform a MOUSE_LEFT drag action against the associated TestObject.
|
void |
dragToScreenPoint(com.rational.test.ft.script.Subitem subitem,
java.awt.Point subitemPt,
java.awt.Point screenPt)
Perform a MOUSE_LEFT drag action against the associated TestObject.
|
com.rational.test.ft.domain.IChannel |
getChannel()
return a channel for the object.
|
java.util.Enumeration |
getChildrenEnumeration()
Return an enumeration of proxies for the children
of this object.
|
java.util.Enumeration |
getImmediateChildren()
Return an enumeration of proxies for the children of this object.
|
protected java.lang.String |
getLeadingLabel()
This method is used to generate an interesting descriptive name
for controls without persistent text.
|
com.rational.test.ft.domain.ProxyTestObject |
getMappableParent()
Returns a proxy object for the parent of this object.
|
com.rational.test.ft.domain.ProxyTestObject[] |
getOwnedObjects()
Return an array of proxies for the objects owned
by this object.
|
com.rational.test.ft.domain.ProxyTestObject |
getOwner()
Returns a proxy object for the owner of this object.
|
com.rational.test.ft.domain.ProxyTestObject |
getParent()
Returns a proxy object for the parent of this object.
|
java.lang.Object |
getParentObject()
Returns an object for the parent of this object.
|
java.awt.Point |
getScreenPoint(com.rational.test.ft.script.Subitem subitem)
Returns the screen relative point to the center of the supplied
subitem.
|
java.awt.Point |
getScreenPoint(com.rational.test.ft.script.Subitem subitem,
java.awt.Point pt)
Returns the screen relative point given a subitem and a subitem
relative point.
|
java.awt.Rectangle |
getScreenRectangle()
Returns the rectangle that contains the component being
evaluated relative to the top left corner of the screen.
|
java.awt.Rectangle |
getScreenRectangle(com.rational.test.ft.script.Subitem subitem)
Returns the rectangle that contains the component being
evaluated relative to the top left corner of the screen.
|
protected int |
getStyle() |
java.lang.Object |
getSubitem(com.rational.test.ft.script.Subitem subitem)
Returns an object that represents the specified subitem in the associated
test object.
|
java.lang.String |
getTestObjectClassName()
Return the test object.
|
com.rational.test.ft.domain.ProxyTestObject |
getTopMappableParent()
Returns a proxy object for the top parent of this object.
|
com.rational.test.ft.domain.ProxyTestObject |
getTopParent()
Returns a proxy object for the top parent of this object.
|
void |
hover(double secondDelay,
com.rational.test.ft.script.Subitem subitem)
Hover the mouse over the center of the specified subitem.
|
void |
hover(double secondDelay,
com.rational.test.ft.script.Subitem subitem,
java.awt.Point pt)
Hover the mouse over the specified coordinates relative to the
specified subitem.
|
void |
hover(com.rational.test.ft.script.Subitem subitem)
Hover the mouse over the center of the specified subitem.
|
void |
hover(com.rational.test.ft.script.Subitem subitem,
java.awt.Point pt)
Hover the mouse over the specified coordinates relative to the
specified subitem.
|
boolean |
isEnabled()
Check the component under evaluation to determine if it is
enabled or disabled.
|
boolean |
isPointInObject(java.awt.Point pt)
Determines if the specified screen relative point is
contained in the component under evaluation.
|
boolean |
isShowing()
Check the component under evaluation to determine if it is
showing (as apposed to hidden).
|
void |
mouseMove(com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem)
Perform a move action against the associated TestObject.
|
void |
mouseMove(com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem,
java.awt.Point pt)
Perform a move action against the associated TestObject.
|
void |
mouseMove(com.rational.test.ft.script.Subitem subitem)
Perform a MOUSE_LEFT move action against the associated TestObject.
|
void |
mouseMove(com.rational.test.ft.script.Subitem subitem,
java.awt.Point subitemPt)
Perform a MOUSE_LEFT move action against the associated TestObject.
|
void |
nClick(int clickCount,
com.rational.test.ft.script.MouseModifiers modifiers,
java.awt.Point pt)
Perform a mouse n-click action on the specified coordinates relative
to the associated TestObject.
|
void |
nClick(int clickCount,
com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem,
java.awt.Point pt)
Perform a mouse n-click action on the specified coordinates relative
to the associated TestObject.
|
void |
nClickDrag(int clickCount,
com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem1,
java.awt.Point pt1,
com.rational.test.ft.script.Subitem subitem2,
java.awt.Point pt2)
Perform a mouse n-click drag action on the specified coordinates relative
to the associated TestObject.
|
void |
nClickDrag(int clickCount,
com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem1,
com.rational.test.ft.script.Subitem subitem2)
Perform a mouse n-click drag action on the specified coordinates relative
to the associated TestObject.
|
void |
nClickDragToScreenPoint(int clickCount,
com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem,
java.awt.Point screenPt)
Perform a mouse n-click drag action on the specified coordinates relative
the screen relative screenPt coordinates.
|
void |
nClickDragToScreenPoint(int clickCount,
com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem,
java.awt.Point subitemPt,
java.awt.Point screenPt)
Perform a mouse n-click drag action on the specified coordinates relative
the screen relative screenPt coordinates.
|
clickToState, clickToState, deselect, dragToState, dragToState, getDescriptiveName, getLabel, getMethodSpecForPoint, getProperty, getRole, getState, getTestData, getTestDataTypes, getUniqueId, indeterminate, processSingleMouseEvent, select, setState, updateTestDatachildConstructed, getActionArgs, getChildProxy, getClippedScreenRectangle, getDefaultActionArgs, getElementWithFocus, getHandle, getLabelText, getLocationOnScreen, getName, getReorderedChildren, getToolTipText, getVisualClippedRectangle, hasFocus, isGTK, isLabelled, isObjectMoved, isShell, processHoverMouseEvent, processPreDownMouseEvent, processPreUpMouseEvent, scrollRectToVisible, setClickArgs, setDownPointArgs, setDrag, setMethodSpecification, setMultiClickAction, setRecordCacheactivateTopWindow, click, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, dumpAction, ensureObjectIsVisible, getActionRect, getCachedRectX, getCachedRectY, getChildAtPoint, getClippedRect, getProcessMouseEventHandler, getRegisteredTopLevelWindow, getScreenPoint, getScreenPoint, getScriptCommandFlags, getTopMappableWindow, getTopWindow, hover, hover, hover, hover, invokeMethodOnEDT, isDrag, isOpaque, isPointInObject, modifiersChanged, mouseMove, mouseMove, nClickDrag, nClickDragToScreenPoint, processMouseEvent, setProcessMouseEventHandler, setTopLevelWindow, shouldBeMappedaddMappableChildrenToVector, addRecognitionProperty, allowProperty, getAddedRecognitionPropertyValue, getChildren, getIndexer, getIndexers, getMappableChildren, getMethods, getNonValueProperties, getProperties, getRecognitionProperties, getRecognitionPropertyWeight, getStandardProperties, getTestDomain, getVisualClippableParent, hasAddedRecognitionProperties, isRecognitionProperty, setIndexer, setPropertyaddDataDrivableCommands, baseClassMatch, canTakeVP, equals, findChildrenWithProperties, findChildrenWithPropertiesAndInvoke, getChildren, getDataDrivableCommand, getDataDrivableCommands, getField, getIgnorableProperties, getMappableChildren, getMappableParent, getObjectClassName, getObjectCustomClassName, getOwnedObjects, getParent, getProxy, getScriptCommandAnchor, getVisualMappableChildren, getVisualTopParent, getVOMSpecificProperty, hasSpecialFrameState, isClassIndexConsidered, isSameObject, isValidObject, ping, suppressKeyActionpublic ToolItemProxy(java.lang.Object theObjectInTheSUT)
public java.lang.String getTestObjectClassName()
getTestObjectClassName in interface com.rational.test.ft.domain.IProxyBasegetTestObjectClassName in class ButtonProxypublic boolean isShowing()
isShowing in interface com.rational.test.ft.object.interfaces.IGraphicalisShowing in class ControlProxypublic boolean isEnabled()
isEnabled in interface com.rational.test.ft.object.interfaces.IGraphicalisEnabled in class ControlProxyprotected int getStyle()
getStyle in class ControlProxypublic com.rational.test.ft.domain.ProxyTestObject getParent()
getParent in class ControlProxypublic com.rational.test.ft.domain.ProxyTestObject getMappableParent()
getMappableParent in class ControlProxypublic com.rational.test.ft.domain.ProxyTestObject getTopParent()
getTopParent in class ControlProxypublic com.rational.test.ft.domain.ProxyTestObject getTopMappableParent()
getTopMappableParent in class ControlProxypublic java.lang.Object getParentObject()
getParentObject in class ControlProxypublic java.util.Enumeration getChildrenEnumeration()
getChildrenEnumeration in class ControlProxypublic java.util.Enumeration getImmediateChildren()
getImmediateChildren in class ControlProxypublic com.rational.test.ft.domain.ProxyTestObject getOwner()
getOwner in class ControlProxypublic com.rational.test.ft.domain.ProxyTestObject[] getOwnedObjects()
getOwnedObjects in class ControlProxyprotected java.lang.String getLeadingLabel()
getLeadingLabel in class ControlProxypublic boolean isPointInObject(java.awt.Point pt)
This functionality is performed by the proxy due to potentially
unusual aspects associated with functionality. While typically
the getScreenRectangle is
used to resolve this query, there are situations for which this
is not accurate. For instance if the clickable region on a
button is not rectangular, just checking if the point is in
the rectangle is not be valid.
isPointInObject in interface com.rational.test.ft.object.interfaces.IGraphicalisPointInObject in class JavaGuiProxypt - Screen relative point to check.getScreenRectangle()public com.rational.test.ft.domain.IChannel getChannel()
getChannel in interface com.rational.test.ft.domain.IChannelObjectgetChannel in class ControlProxypublic java.awt.Rectangle getScreenRectangle()
getScreenRectangle in interface com.rational.test.ft.object.interfaces.IGraphicalgetScreenRectangle in class ControlProxypublic java.awt.Rectangle getScreenRectangle(com.rational.test.ft.script.Subitem subitem)
getScreenRectangle in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic java.awt.Point getScreenPoint(com.rational.test.ft.script.Subitem subitem)
getScreenPoint in interface com.rational.test.ft.object.interfaces.IGraphicalSubitemsubitem - The subitem the resultant screen point is
relative to.public java.awt.Point getScreenPoint(com.rational.test.ft.script.Subitem subitem,
java.awt.Point pt)
getScreenPoint in interface com.rational.test.ft.object.interfaces.IGraphicalSubitemsubitem - The subitem the resultant screen point is
relative to.pt - The subitem relative point.public java.lang.Object getSubitem(com.rational.test.ft.script.Subitem subitem)
SubitemNotFoundException
will be thrown if the specified subitem is invalid relative to the associated
test object. null may be returned if the subitem does not have
an object association that can be returned.getSubitem in interface com.rational.test.ft.object.interfaces.IGraphicalSubitemsubitem - The subitem to fetch an object for.public void nClick(int clickCount,
com.rational.test.ft.script.MouseModifiers modifiers,
java.awt.Point pt)
nClick in interface com.rational.test.ft.object.interfaces.IGraphicalnClick in class JavaGuiProxypublic void click(com.rational.test.ft.script.Subitem subitem)
click in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void click(com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem)
click in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void click(com.rational.test.ft.script.Subitem subitem,
java.awt.Point pt)
click in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void click(com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem,
java.awt.Point pt)
click in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void doubleClick(com.rational.test.ft.script.Subitem subitem)
doubleClick in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void doubleClick(com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem)
doubleClick in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void doubleClick(com.rational.test.ft.script.Subitem subitem,
java.awt.Point pt)
doubleClick in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void doubleClick(com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem,
java.awt.Point pt)
doubleClick in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void nClick(int clickCount,
com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem,
java.awt.Point pt)
nClick in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void drag(com.rational.test.ft.script.Subitem subitem)
drag in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void drag(com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem)
drag in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void drag(com.rational.test.ft.script.Subitem subitem1,
com.rational.test.ft.script.Subitem subitem2)
drag in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void drag(com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem1,
com.rational.test.ft.script.Subitem subitem2)
drag in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void drag(com.rational.test.ft.script.Subitem subitem1,
java.awt.Point pt1,
com.rational.test.ft.script.Subitem subitem2,
java.awt.Point pt2)
drag in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void drag(com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem1,
java.awt.Point pt1,
com.rational.test.ft.script.Subitem subitem2,
java.awt.Point pt2)
drag in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void nClickDrag(int clickCount,
com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem1,
com.rational.test.ft.script.Subitem subitem2)
nClickDrag in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void nClickDrag(int clickCount,
com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem1,
java.awt.Point pt1,
com.rational.test.ft.script.Subitem subitem2,
java.awt.Point pt2)
nClickDrag in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void dragToScreenPoint(com.rational.test.ft.script.Subitem subitem,
java.awt.Point screenPt)
dragToScreenPoint in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void dragToScreenPoint(com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem,
java.awt.Point screenPt)
dragToScreenPoint in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void dragToScreenPoint(com.rational.test.ft.script.Subitem subitem,
java.awt.Point subitemPt,
java.awt.Point screenPt)
dragToScreenPoint in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void dragToScreenPoint(com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem,
java.awt.Point subitemPt,
java.awt.Point screenPt)
dragToScreenPoint in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void nClickDragToScreenPoint(int clickCount,
com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem,
java.awt.Point screenPt)
nClickDragToScreenPoint in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void nClickDragToScreenPoint(int clickCount,
com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem,
java.awt.Point subitemPt,
java.awt.Point screenPt)
nClickDragToScreenPoint in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void mouseMove(com.rational.test.ft.script.Subitem subitem)
mouseMove in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void mouseMove(com.rational.test.ft.script.Subitem subitem,
java.awt.Point subitemPt)
mouseMove in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void mouseMove(com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem)
mouseMove in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void mouseMove(com.rational.test.ft.script.MouseModifiers modifiers,
com.rational.test.ft.script.Subitem subitem,
java.awt.Point pt)
mouseMove in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void hover(double secondDelay,
com.rational.test.ft.script.Subitem subitem)
hover in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void hover(double secondDelay,
com.rational.test.ft.script.Subitem subitem,
java.awt.Point pt)
hover in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void hover(com.rational.test.ft.script.Subitem subitem)
hover in interface com.rational.test.ft.object.interfaces.IGraphicalSubitempublic void hover(com.rational.test.ft.script.Subitem subitem,
java.awt.Point pt)
hover in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem