Java Doc for UnitApplet.java in  » XML-UI » xui32 » com » xoetrope » carousel » testpilot » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » XML UI » xui32 » com.xoetrope.carousel.testpilot 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.xoetrope.carousel.testpilot.UnitApplet

UnitApplet
public class UnitApplet extends XApplet (Code)
Support for ???

Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under the GNU Public License (GPL), please see license.txt for more details. If you make commercial use of this software you must purchase a commercial license from Xoetrope.

$Revision: 1.2 $

License: see license.txt



Constructor Summary
public  UnitApplet(String[] args, JFrame frame)
     Create a new aplication.

Method Summary
public  voidaddPause(String len)
    
public  voidaddPauseAfterNext()
    
public  voidcreateScript(String url)
    
public  voiddebug(String msg)
    
public static  XAppletgetApplet()
    
public  booleangetConfirmResult()
    
public  JFramegetFrame()
    
public  StringgetHashcode(String str)
    
protected static  voidloadUI(String[] args)
    
public static  voidmain(String args)
     main method to be invoked as an application.
public  voidrecordAlert(String value)
    
public  voidrecordBrowserEvent(String type)
    
public  voidrecordConfirm(String value, String ret)
    
public  voidrecordEvent(String ctlName, String evt, String tagName, String ctlOuterHTML, String frameName)
    
public  voidresumeScript()
    
public  voidsetAssertControl(String name, String value, String frame)
    
public  voidsetInputValue(String value)
    
public  voidsetKeyCode(String key)
    
public  voidsetStartPage(String url)
    


Constructor Detail
UnitApplet
public UnitApplet(String[] args, JFrame frame)(Code)
Create a new aplication. Most of the setup work is actually done by the initialize method and is called by the main method or the init method depending on whether or not an application of applet is being launched.




Method Detail
addPause
public void addPause(String len)(Code)



addPauseAfterNext
public void addPauseAfterNext()(Code)



createScript
public void createScript(String url)(Code)



debug
public void debug(String msg)(Code)



getApplet
public static XApplet getApplet()(Code)



getConfirmResult
public boolean getConfirmResult()(Code)



getFrame
public JFrame getFrame()(Code)



getHashcode
public String getHashcode(String str)(Code)



loadUI
protected static void loadUI(String[] args)(Code)
Do the actual work of loading the UI
Parameters:
  args -



main
public static void main(String args)(Code)
main method to be invoked as an application. This method is invoked as the entry point to the 'Application', it is not used if an Applet is being launched. This method establishes the frame within which the application runs. If overloading this method remeber to call the setup method.



recordAlert
public void recordAlert(String value)(Code)



recordBrowserEvent
public void recordBrowserEvent(String type)(Code)



recordConfirm
public void recordConfirm(String value, String ret)(Code)



recordEvent
public void recordEvent(String ctlName, String evt, String tagName, String ctlOuterHTML, String frameName)(Code)



resumeScript
public void resumeScript()(Code)



setAssertControl
public void setAssertControl(String name, String value, String frame)(Code)



setInputValue
public void setInputValue(String value)(Code)



setKeyCode
public void setKeyCode(String key)(Code)



setStartPage
public void setStartPage(String url)(Code)



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.