public class WpfFrameTestObject extends WpfGuiTestObject implements IFrame
ignoreTheObjectState, ref| Constructor and Description |
|---|
WpfFrameTestObject()
For internal use.
|
WpfFrameTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
For internal use.
|
WpfFrameTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use.
|
WpfFrameTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use.
|
WpfFrameTestObject(TestObject obj)
For internal use.
|
WpfFrameTestObject(com.rational.test.ft.object.TestObjectReference ref)
For internal use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the associated frame.
|
void |
contextHelp()
Activates the window's context-sensitive Help mode, which is activated through the Help
button on the title bar.
|
boolean |
isIconified()
Checks whether the frame is iconified.
|
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.
|
click, click, doubleClick, doubleClick, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, getChildAtPoint, getScreenPoint, hover, hover, isPointInObject, mouseMove, mouseMove, nClick, nClickDrag, nClickDragToScreenPoint, nClickDragToScreenPointGetChildrenAtPoint, GetLogicalChildren, GetLogicalParent, GetVisualChildren, GetVisualParentcanTakeVP, 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, switchToexists, exists, exists, find, find, findAndInvoke, findAndInvokeProxy, getProperty, getTestDataTypes, invoke, invokeProxy, unregister, waitForExistencecompare, compare, compareAndLog, compareAndLog, equals, find, findAndInvoke, getActualData, getChildren, getDescribedObject, getDescribedObjects, getDescriptiveName, getDomain, getField, getIndexer, getIndexer, getIndexers, getMappableChildren, getMappableParent, getMapProperties, getMethods, getNameInScript, getNonValueProperties, getObjectClassName, getObjectCustomClassName, getObjectReference, getOwnedObjects, getOwner, getParent, getProcess, getProperties, getPropertyFromMap, getRecognitionProperties, getRecognitionPropertyWeight, getScriptCommandFlags, getStandardProperties, getTestData, getTopMappableParent, getTopParent, hashCode, invoke, invoke, invoke, invokeProxy, invokeProxy, isHtmlWebui, isLoggedDuringUnregister, isMappedObject, isSameObject, isScreenTestObject, isTopLevelTestObject, performTest, performTest, performTest, performTest, setIndexer, setIndexer, setLoggedDuringUnregister, setMapProperties, setProperty, toString, updateTestData, waitForExistenceclone, finalize, getClass, notify, notifyAll, wait, wait, waitclick, 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, nClickDragToScreenPointpublic WpfFrameTestObject()
public WpfFrameTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
public WpfFrameTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
public WpfFrameTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
public WpfFrameTestObject(TestObject obj)
public WpfFrameTestObject(com.rational.test.ft.object.TestObjectReference ref)
public void close()
close in interface IFramepublic void maximize()
public void minimize()
public void restore()
restore in interface IFramepublic boolean isIconified()
isIconified in interface IFramebooleantrue if the frame is iconified else falsepublic void resize(int width,
int height)
resize in interface IFramewidth - - int frame's final widthheight - - int frame's final heightpublic void move(java.awt.Point screenPt)
public void contextHelp()
contextHelp in interface IFrame