|
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.StatelessGuiSubitemTestObject
com.rational.test.ft.object.interfaces.GuiSubitemTestObject
com.rational.test.ft.object.interfaces.FrameSubitemTestObject
public class FrameSubitemTestObject
Provides subitem methods for frame controls.
| Field Summary |
|---|
| Fields inherited from class com.rational.test.ft.object.interfaces.TestObject |
|---|
ref |
| Constructor Summary | |
|---|---|
FrameSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
For internal use. |
|
FrameSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
FrameSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
FrameSubitemTestObject(TestObject obj)
Construct one FrameTestObject from another TestObject. |
|
FrameSubitemTestObject(com.rational.test.ft.object.TestObjectReference reference)
For internal use. |
|
| Method Summary | |
|---|---|
void |
close()
Closes the associated frame. |
void |
contextHelp()
Activate the context-sensitive Help |
boolean |
isIconified()
Provides access to the iconified state of the frame |
void |
maximize()
Maximizes the associated frame. |
void |
minimize()
Iconifies the associated frame. |
void |
move(java.awt.Point screenPt)
Moves the frame to the specified location within parent. |
void |
resize(int width,
int height)
Resizes the frame to the specified width and height. |
void |
restore()
Restores the associated frame. |
| Methods inherited from class com.rational.test.ft.object.interfaces.GuiSubitemTestObject |
|---|
describe, setState, setState, setState |
| Methods inherited from class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject |
|---|
click, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, getScreenPoint, getScreenPoint, getScreenRectangle, getSubitem, hover, hover, hover, hover, mouseMove, mouseMove, mouseMove, mouseMove, nClick, nClickDrag, nClickDrag, nClickDragToScreenPoint, nClickDragToScreenPoint |
| 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 |
| Methods inherited from interface com.rational.test.ft.object.interfaces.IGraphical |
|---|
click, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, getChildAtPoint, getClippedScreenRectangle, getScreenPoint, getScreenPoint, getScreenRectangle, hasFocus, hover, hover, hover, hover, isEnabled, isOpaque, isPointInObject, isShowing, mouseMove, mouseMove, nClick, nClickDrag, nClickDragToScreenPoint |
| Methods inherited from interface com.rational.test.ft.object.interfaces.IGraphicalSubitem |
|---|
click, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, getScreenPoint, getScreenPoint, getScreenRectangle, getSubitem, hover, hover, hover, hover, mouseMove, mouseMove, mouseMove, mouseMove, nClick, nClickDrag, nClickDrag, nClickDragToScreenPoint, nClickDragToScreenPoint |
| Constructor Detail |
|---|
public FrameSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
public FrameSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
public FrameSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
public FrameSubitemTestObject(com.rational.test.ft.object.TestObjectReference reference)
public FrameSubitemTestObject(TestObject obj)
| Method Detail |
|---|
public void close()
close in interface IFrameclassicsJava().close()
public void maximize()
maximize in interface IFrameclassicsJava().maximize()
public void minimize()
minimize in interface IFrameclassicsJava().minimize()
public void restore()
restore in interface IFrameclassicsJava().restore()
public boolean isIconified()
isIconified in interface IFrametrue if the frame is iconified. Return false if the
frame cannot be iconified.boolean isIconified = classicsJava().isIconified()
public void resize(int width,
int height)
resize in interface IFramewidth - The new width in pixels sizeheight - The new height in pixel sizeclassicsJava().resize(500,600)
public void move(java.awt.Point screenPt)
move in interface IFramept - The point specified in java.awt.Point to move the applicationclassicsJava().move(new java.awt.Point(0,0))
public void contextHelp()
contextHelp in interface IFrameclassicsJava().contextHelp()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||