com.appperfect.devcommon.script.javaelement
Interface AwtFrame

All Superinterfaces:
AwtComponent, AwtContainer, AwtWindow, IScript, JavaComponent
All Known Subinterfaces:
SwingFrame

public interface AwtFrame
extends AwtWindow

AwtFrame is created to represent java.awt.Frame component

The following code fragment illustrates how to create an AwtFrame element.

 var element = engine.createAwtFrame(1, 5);
 
where engine is object of IScriptEngine


Method Summary
 boolean isIconified()
 Indicates whether this frame is iconified to task bar by the user.
 
Methods inherited from interface com.appperfect.devcommon.script.javaelement.AwtWindow
hide, isActive, show
 
Methods inherited from interface com.appperfect.devcommon.script.javaelement.AwtContainer
getComponentCount
 
Methods inherited from interface com.appperfect.devcommon.script.javaelement.JavaComponent
activate, addAttribute, captureImage, click, close, dblClick, drag, drop, getName, getText, getToolTipText, maximize, minimize, mouseMove, restore, rightClick, set, setBreakPoint, setIgnored, setImagePath, setName, setThinkTime, setTitle, type
 
Methods inherited from interface com.appperfect.devcommon.script.IScript
getReasonForFailure, isIgnored, isTaskSuccessful, isTaskTimedOut, setReasonForFailure, setTaskSuccessful, setTaskTimedout, setTimeout
 

Method Detail

isIconified

boolean isIconified()
Indicates whether this frame is iconified to task bar by the user.

Returns:
true if the frame is iconified; false otherwise.


Copyright © 2003-2011 AppPerfect Corporation. All Rights Reserved.