com.rational.test.ft.domain.java.swt
Class SashProxy
java.lang.Object
com.rational.test.ft.sys.RegisteredObject
com.rational.test.ft.domain.ProxyTestObject
com.rational.test.ft.domain.java.JavaProxy
com.rational.test.ft.domain.java.JavaGuiProxy
com.rational.test.ft.domain.java.swt.ControlProxy
com.rational.test.ft.domain.java.swt.SashProxy
- All Implemented Interfaces:
- IChannelObject, IDataDriven, IProxyBase, IPropertyFilter, com.rational.test.ft.object.interfaces.IGraphical, com.rational.test.ft.object.interfaces.IGraphicalSubitem, com.rational.test.ft.object.interfaces.ISubitem
public class SashProxy
- extends ControlProxy
- implements com.rational.test.ft.object.interfaces.ISubitem, com.rational.test.ft.object.interfaces.IGraphicalSubitem
This is the proxy class for org.eclipse.swt.widgets.Sash.
- TestObject interface:
GuiSubitemTestObject
- Default Recognition Properties:
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. |
.priorLabel | The text of a preceding label. Suppressed if there is no preceding label. |
.groupText | The text of a group parent. Only available if parent is a group. Omitted if the group parent has no visible text.
|
.toolTipText | The text from the associated tool tip, omitted if there is no associated tool tip. |
orientation | Integer value Adjustable.VERTICAL or Adjustable.HORIZONTAL depending on the layout of the component. |
- Supported Subitems:
Subitem | Usage |
position |
Defines a (pixel) position for the splitter relative to the left (or top if split vertically) side of the pane. |
Field Summary |
protected static int |
HORIZONTAL
Horizontal orientation. |
protected static int |
VERTICAL
Vertical orientation. |
Fields inherited from class com.rational.test.ft.domain.java.swt.ControlProxy |
childrenEnumerated, CLASSINDEX, CLASSINDEXWEIGHT, clickArgs, currentMethod, GROUPTEXT, GROUPTEXTWEIGHT, HANDLE, MAPPABLECLASSINDEX, MAPPABLECLASSINDEXWEIGHT, MAX_NAME, predownScreenRect, PRIORLABEL, PRIORLABELWEIGHT, TOOLTIPTEXT, TOOLTIPTEXTWEIGHT |
Fields inherited from class com.rational.test.ft.domain.ProxyTestObject |
BROWSERTABTESTOBJECT_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, TOGGLEGUITESTOBJECT_CLASSNAME, TOGGLETESTOBJECT_CLASSNAME, TOPLEVELSUBITEMTESTOBJECT_CLASSNAME, TOPLEVELTESTOBJECT_CLASSNAME, TRACKBARTESTOBJECT_CLASSNAME, vomClippedRectangle |
Fields inherited from class com.rational.test.ft.sys.RegisteredObject |
theTestObject |
Constructor Summary |
SashProxy(java.lang.Object theObjectInTheSUT)
This sole constructor for all proxy objects sets the SUT object as a member variable for the proxy. |
Method Summary |
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. |
java.lang.Object |
getProperty(java.lang.String propertyName)
Get the value for a specific property. |
java.lang.String |
getRole()
Returns TestObjectRole.ROLE_SPLIT_PANE . |
java.awt.Point |
getScreenPoint(com.rational.test.ft.script.Subitem item)
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(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. |
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 that implements IGraphicalSubitem. |
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. |
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, 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. |
void |
processSingleMouseEvent(IMouseActionInfo action)
Return a MethodSpecification for the specified mouse event. |
void |
setState(com.rational.test.ft.script.Action action)
This method performs a specific action against the JSplitPane. |
void |
setState(com.rational.test.ft.script.Action action, com.rational.test.ft.script.Subitem item)
This method performs a specific action against the subitem
at a specified index. |
void |
setState(com.rational.test.ft.script.Action action, com.rational.test.ft.script.Subitem start, com.rational.test.ft.script.Subitem end)
This method performs a specific action against the subitem
range defined by the specified indices. |
Methods inherited from class com.rational.test.ft.domain.java.swt.ControlProxy |
childConstructed, getActionArgs, getChannel, getChildProxy, getChildrenEnumeration, getClippedScreenRectangle, getDefaultActionArgs, getDescriptiveName, getHandle, getImmediateChildren, getLabelText, getLeadingLabel, getLocationOnScreen, getMappableParent, getName, getOwnedObjects, getOwner, getParent, getParentObject, getReorderedChildren, getScreenRectangle, getStyle, getToolTipText, getTopMappableParent, getTopParent, getVisualClippedRectangle, hasFocus, isEnabled, isGTK, isLabelled, isObjectMoved, isShell, isShowing, processHoverMouseEvent, processPreDownMouseEvent, processPreUpMouseEvent, scrollRectToVisible, setClickArgs, setDownPointArgs, setDrag, setMethodSpecification, setMultiClickAction, setRecordCache |
Methods inherited from class com.rational.test.ft.domain.java.JavaGuiProxy |
activateTopWindow, click, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, dumpAction, ensureObjectIsVisible, getActionRect, getCachedRectX, getCachedRectY, getChildAtPoint, getClippedRect, getMethodSpecForPoint, getProcessMouseEventHandler, getRegisteredTopLevelWindow, getScreenPoint, getScreenPoint, getScriptCommandFlags, getTopMappableWindow, getTopWindow, hover, hover, hover, hover, isDrag, isOpaque, isPointInObject, isPointInObject, modifiersChanged, mouseMove, mouseMove, nClick, nClickDrag, nClickDragToScreenPoint, processMouseEvent, setProcessMouseEventHandler, setTopLevelWindow, shouldBeMapped |
Methods inherited from class com.rational.test.ft.domain.java.JavaProxy |
addMappableChildrenToVector, addRecognitionProperty, allowProperty, getAddedRecognitionPropertyValue, getChildren, getIndexer, getIndexers, getMappableChildren, getMethods, getNonValueProperties, getProperties, getRecognitionProperties, getRecognitionPropertyWeight, getStandardProperties, getTestDataTypes, getTestDomain, getUniqueId, getVisualClippableParent, hasAddedRecognitionProperties, isRecognitionProperty, setIndexer, setProperty |
Methods inherited from class com.rational.test.ft.domain.ProxyTestObject |
addDataDrivableCommands, baseClassMatch, canTakeVP, equals, findChildrenWithProperties, findChildrenWithPropertiesAndInvoke, getChildren, getDataDrivableCommand, getDataDrivableCommands, getField, getIgnorableProperties, getMappableChildren, getMappableParent, getObjectClassName, getObjectCustomClassName, getOwnedObjects, getParent, getProxy, getScriptCommandAnchor, getTestData, getVisualMappableChildren, getVisualTopParent, getVOMSpecificProperty, hasSpecialFrameState, isClassIndexConsidered, isSameObject, isValidObject, ping, suppressKeyAction, updateTestData |
Methods inherited from class com.rational.test.ft.sys.RegisteredObject |
addProxyReference, dereference, getObject, getRegisteredId, getTransactionId, isReferenced, isReleaseRequired, register, registerTransiently, release, toString, unregister |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HORIZONTAL
protected static final int HORIZONTAL
- Horizontal orientation.
- See Also:
- Constant Field Values
VERTICAL
protected static final int VERTICAL
- Vertical orientation.
- See Also:
- Constant Field Values
SashProxy
public SashProxy(java.lang.Object theObjectInTheSUT)
- This sole constructor for all proxy objects sets the SUT object as a member variable for the proxy. All interactions with the supplied object are performed through this class.
getTestObjectClassName
public java.lang.String getTestObjectClassName()
- Return the test object that implements IGraphicalSubitem.
- Specified by:
getTestObjectClassName
in interface IProxyBase
- Overrides:
getTestObjectClassName
in class JavaGuiProxy
- Returns:
- The stateful test object class full name.
getRole
public java.lang.String getRole()
- Returns
TestObjectRole.ROLE_SPLIT_PANE
.
- Overrides:
getRole
in class ControlProxy
- Returns:
- A brief type name that describes the role this object plays in the UI.
- Since:
- RFT1.0
getProperty
public java.lang.Object getProperty(java.lang.String propertyName)
- Get the value for a specific property.
- Overrides:
getProperty
in class ControlProxy
- Parameters:
propertyName
- The name of the property to fetch.
- Returns:
- The active value of the specified property for the associated test object.
- See Also:
ProxyTestObject.getProperties()
,
ProxyTestObject.setProperty(String,Object)
,
ProxyTestObject.getRecognitionProperties()
,
ProxyTestObject.addRecognitionProperty(String,Object,int)
setState
public void setState(com.rational.test.ft.script.Action action)
- This method performs a specific action against the JSplitPane.
- Specified by:
setState
in interface com.rational.test.ft.object.interfaces.ISubitem
- Parameters:
action
- The action that should be performed.
setState
public void setState(com.rational.test.ft.script.Action action, com.rational.test.ft.script.Subitem item)
- This method performs a specific action against the subitem
at a specified index.
- Specified by:
setState
in interface com.rational.test.ft.object.interfaces.ISubitem
- Parameters:
item
- The item to act upon.action
- The action that should be performed.
setState
public void setState(com.rational.test.ft.script.Action action, com.rational.test.ft.script.Subitem start, com.rational.test.ft.script.Subitem end)
- This method performs a specific action against the subitem
range defined by the specified indices.
- Specified by:
setState
in interface com.rational.test.ft.object.interfaces.ISubitem
- Parameters:
start
- The first item to act upon.end
- The last item to act upon.action
- The action that should be performed.
processSingleMouseEvent
public void processSingleMouseEvent(IMouseActionInfo action)
- Return a MethodSpecification for the specified mouse event. This is the primary record interface for mouse events against a particular
control.
- Overrides:
processSingleMouseEvent
in class JavaGuiProxy
- Parameters:
action
- The event cache and other mouse state information
for this mouse action.
getScreenRectangle
public 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.
This will commonly be two operations (getScreenRectangle for the parent object and then adjusting for the specified
subitem) combined into a single operation. The
rectangle is exposed so that actions may be directly scripted against a visible subitem. null is returned if the subitem is not showing.
- Specified by:
getScreenRectangle
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
- Returns:
- The adjusted rectangle surrounding subitem
relative to the screen. null is returned
if the subitem is not showing.
getScreenPoint
public java.awt.Point getScreenPoint(com.rational.test.ft.script.Subitem item)
- Returns the screen relative point to the center of the supplied subitem.
- Specified by:
getScreenPoint
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
- Parameters:
subitem
- The subitem the resultant screen point is
relative to.
- Returns:
- A screen relative point.
getScreenPoint
public 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.
- Specified by:
getScreenPoint
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
- Parameters:
subitem
- The subitem the resultant screen point is
relative to.pt
- The subitem relative point.
- Returns:
- A screen relative point.
getSubitem
public java.lang.Object getSubitem(com.rational.test.ft.script.Subitem subitem)
- Returns an object that represents the specified subitem in the associated test object.
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.
- Specified by:
getSubitem
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
- Parameters:
subitem
- The subitem to fetch an object for.
- Returns:
- An object representation of the subitem.
click
public void click(com.rational.test.ft.script.Subitem subitem)
- Left mouse click on the center point of the associated subitem.
This method is a simple shortcut to the click method with a modifier parameter (modifier set to MOUSE_LEFT).
- Specified by:
click
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
click
public 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.
- Specified by:
click
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
click
public 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. This method is a simple shortcut to the
click method with a modifier parameter and coordinates (modifier
set to MOUSE_LEFT).
- Specified by:
click
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
click
public 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.
- Specified by:
click
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
doubleClick
public void doubleClick(com.rational.test.ft.script.Subitem subitem)
- Left mouse dbl-click on the center point of the associated TestObject.
This method is a simple shortcut to the dbl-click method with a modifier parameter (modifier set to MOUSE_LEFT).
- Specified by:
doubleClick
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
doubleClick
public 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.
- Specified by:
doubleClick
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
doubleClick
public 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. This method is a simple shortcut to the
dbl-click method with a modifier parameter and coordinates (modifier
set to MOUSE_LEFT).
- Specified by:
doubleClick
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
doubleClick
public 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.
- Specified by:
doubleClick
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
nClick
public 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.
- Specified by:
nClick
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
drag
public void drag(com.rational.test.ft.script.Subitem subitem)
- Perform a MOUSE_LEFT drag action against the associated TestObject.
This method is used to simulate drag actions against controls that
are typically not sensitive to drag actions.
- Specified by:
drag
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
drag
public 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. This method is used to simulate drag actions against controls that are typically not sensitive to drag actions.
- Specified by:
drag
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
drag
public 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.
The action is performed from (x1, y1) to (x2, y2) coordinates
relative to this TestObject.
- Specified by:
drag
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
drag
public 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.
The action is performed from (x1, y1) to (x2, y2) coordinates
relative to this TestObject.
- Specified by:
drag
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
drag
public 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.
The action is performed from (x1, y1) to (x2, y2) coordinates
relative to this TestObject.
- Specified by:
drag
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
drag
public 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.
The action is performed from (x1, y1) to (x2, y2) coordinates
relative to this TestObject.
- Specified by:
drag
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
nClickDrag
public 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.
- Specified by:
nClickDrag
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
nClickDrag
public 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.
- Specified by:
nClickDrag
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
dragToScreenPoint
public void dragToScreenPoint(com.rational.test.ft.script.Subitem subitem, java.awt.Point screenPt)
- Perform a MOUSE_LEFT drag action against the associated TestObject.
The action is performed from (x, y) relative to this TestObject to
the screen relative screenPt coordinates.
- Specified by:
dragToScreenPoint
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
dragToScreenPoint
public 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.
The action is performed from (x, y) relative to this TestObject to
the screen relative screenPt coordinates.
- Specified by:
dragToScreenPoint
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
dragToScreenPoint
public 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.
The action is performed from (x, y) relative to this TestObject to
the screen relative screenPt coordinates.
- Specified by:
dragToScreenPoint
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
dragToScreenPoint
public 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.
The action is performed from (x, y) relative to this TestObject to
the screen relative screenPt coordinates.
- Specified by:
dragToScreenPoint
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
nClickDragToScreenPoint
public 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.
- Specified by:
nClickDragToScreenPoint
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
nClickDragToScreenPoint
public 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.
- Specified by:
nClickDragToScreenPoint
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
mouseMove
public void mouseMove(com.rational.test.ft.script.Subitem subitem)
- Perform a MOUSE_LEFT move action against the associated TestObject.
The action is performed from current mouse coordinates to (x, y)
coordinates relative to this TestObject.
- Specified by:
mouseMove
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
mouseMove
public void mouseMove(com.rational.test.ft.script.Subitem subitem, java.awt.Point subitemPt)
- Perform a MOUSE_LEFT move action against the associated TestObject.
The action is performed from current mouse coordinates to (x, y)
coordinates relative to this TestObject.
- Specified by:
mouseMove
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
mouseMove
public void mouseMove(com.rational.test.ft.script.MouseModifiers modifiers, com.rational.test.ft.script.Subitem subitem)
- Perform a move action against the associated TestObject.
The action is performed from current mouse coordinates to (x, y)
coordinates relative to this TestObject.
- Specified by:
mouseMove
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
mouseMove
public 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.
The action is performed from current mouse coordinates to (x, y)
coordinates relative to this TestObject.
- Specified by:
mouseMove
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
hover
public void hover(double secondDelay, com.rational.test.ft.script.Subitem subitem)
- Hover the mouse over the center of the specified subitem.
The mouse is moved to the center of the subitem and stays
there for at least the specified number of seconds.
- Specified by:
hover
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
hover
public 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. The mouse is moved to the subitem relative
coordinates and stays there for at least the specified number
of seconds.
- Specified by:
hover
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
hover
public void hover(com.rational.test.ft.script.Subitem subitem)
- Hover the mouse over the center of the specified subitem.
The mouse is moved to the center of the subitem and stays
there for at least the default amount of time.
- Specified by:
hover
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
hover
public 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. The mouse is moved to the subitem relative
coordinates and stays there for at least the default amount of time.
- Specified by:
hover
in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem