|
IBM Rational Functional Tester Version 8.2.1 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rational.test.ft.object.interfaces.TestObject
com.rational.test.ft.object.interfaces.ClientTestObject
com.rational.test.ft.object.interfaces.GuiTestObject
com.rational.test.ft.object.interfaces.dojo.DojoTreeTestObject
public class DojoTreeTestObject
| Field Summary |
|---|
| Fields inherited from class com.rational.test.ft.object.interfaces.TestObject |
|---|
ref |
| Constructor Summary | |
|---|---|
DojoTreeTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
|
|
DojoTreeTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
|
|
DojoTreeTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
|
|
DojoTreeTestObject(TestObject obj)
|
|
DojoTreeTestObject(com.rational.test.ft.object.TestObjectReference ref)
|
|
| Method Summary | |
|---|---|
void |
click(MouseModifiers modifiers,
Subitem path)
Dispatched when a user presses and releases the right button of the user's pointing device over the same InteractiveObject |
void |
click(Subitem path)
Dispatched when a user presses and releases the main button of the user's pointing device over the same InteractiveObject |
void |
collapse(Subitem path)
Dispatched when a tree node is collapsed by clicking |
void |
doubleClick(MouseModifiers modifiers,
Subitem path)
Dispatched when a user presses and releases the right button of the user's pointing device over the same InteractiveObject quickly twice (double clicks) |
void |
doubleClick(Subitem path)
Dispatched when a user presses and releases the main button of the user's pointing device over the same InteractiveObject quickly twice (double clicks) |
void |
expand(Subitem path)
Dispatched when a tree node is expanded |
| Methods inherited from class com.rational.test.ft.object.interfaces.GuiTestObject |
|---|
canTakeVP, click, click, click, click, clickRadio, doubleClick, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, ensureObjectIsVisible, getChildAtPoint, getClippedScreenRectangle, getImage, getImage, getIWindow, getRole, getScreenPoint, getScreenPoint, getScreenRectangle, getScreenSnapshot, getVisibleArea, hasFocus, hover, hover, hover, hover, invokeProxyWithGuiDelay, invokeProxyWithGuiDelay, isEnabled, isOpaque, isPointInObject, isShowing, mouseMove, mouseMove, nClick, nClickDrag, nClickDragToScreenPoint |
| Methods inherited from class com.rational.test.ft.object.interfaces.ClientTestObject |
|---|
exists, find, find, findAndInvoke, findAndInvokeProxy, getProperty, getTestDataTypes, invoke, invokeProxy, unregister, waitForExistence |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DojoTreeTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
public DojoTreeTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
public DojoTreeTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
public DojoTreeTestObject(com.rational.test.ft.object.TestObjectReference ref)
public DojoTreeTestObject(TestObject obj)
| Method Detail |
|---|
public void click(Subitem path)
path - subitem indicating the value of the item selected with its hierarchy
public void click(MouseModifiers modifiers,
Subitem path)
path - subitem indicating the value of the item selected with its hierarchypublic void expand(Subitem path)
path - subitem indicating the path of the item clicked with its hierarchy from root nodepublic void collapse(Subitem path)
path - subitem indictaing the node closedpublic void doubleClick(Subitem path)
path - subitem indicating the value of the item selected with its hierarchy
public void doubleClick(MouseModifiers modifiers,
Subitem path)
path - subitem indicating the value of the item selected with its hierarchy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||