IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

com.rational.test.ft.object.interfaces
Interface IInternalFrame

All Superinterfaces:
IFrame, IGraphical
All Known Implementing Classes:
InternalFrameTestObject

public interface IInternalFrame
extends IFrame

Defines the interface for internalframe GUI objects.

Since:
RFT6.1.1.1

Method Summary
 void toFront()
          Causes the associated internal frame control to the front if possible.
 
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

toFront

void toFront()
Causes the associated internal frame control to the front if possible. If this action is not possible, an appropriate exception is thrown.

Example:
To bring frame to front in the SwingSet2 Java Application

frame2().toFront()

Since:
RFT6.1.1.1