|
IBM Rational Functional Tester Version 8.1.1000 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 |
public interface IFrame
Defines the interface for frame GUI objects. The methods in the class assist in performing Window based actions. The window based actions are performed in the most resilient manner.
ITopWindow
,
FrameTestObject
,
FrameSubitemTestObject
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 pt)
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 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 |
Method Detail |
---|
void close()
classicsJava().close()
void maximize()
classicsJava().maximize()
void minimize()
classicsJava().minimize()
void restore()
classicsJava().restore()
boolean isIconified()
true
if the frame is iconified. Return false
if the frame cannot be iconified.boolean isIconified = classicsJava().isIconified()
void resize(int width, int height)
width
- The new width in pixels sizeheight
- The new height in pixel sizeclassicsJava().resize(500,600)
void move(java.awt.Point pt)
pt
- The point specified in java.awt.Point to move the applicationclassicsJava().move(new java.awt.Point(0,0))
void contextHelp()
classicsJava().contextHelp()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |