|
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 IFileDialog
Defines the methods uniquely associated with a file-dialog
type of control. These methods apply to native file dialog control-based TestObjects
.
They do not apply to custom file dialogs that do not appear internally to be file-dialog controls.
ITopWindow FileDialogTestObject FileDialogTestObject}
Field Summary |
---|
Fields inherited from interface com.rational.test.ft.object.interfaces.ITopWindow |
---|
INPUTCHARS_METHOD, INPUTKEYS_METHOD |
Method Summary | |
---|---|
void |
clickAccept()
Clicks the button on the file dialog that is associated with recognition information. |
void |
clickCancel()
Clicks the cancel button on the file dialog. |
void |
setFile(java.lang.String file)
Sets the full path name specified in the associated file dialog window. |
Methods inherited from interface com.rational.test.ft.object.interfaces.ITopWindow |
---|
activate, clickDisabled, inputChars, inputKeys |
Methods inherited from interface com.rational.test.ft.object.interfaces.IFrame |
---|
close, contextHelp, isIconified, maximize, minimize, move, resize, restore |
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 setFile(java.lang.String file)
file
- The full path name for the desired fileFileDialog().setFile("C:\temp\test.java")
void clickAccept()
fileDialog().clickAccept()
void clickCancel()
fileDialog().clickCancel(")
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |