| 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
|
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.
|
addPauseAfterNext | public void addPauseAfterNext()(Code) | | |
getApplet | public static XApplet getApplet()(Code) | | |
getConfirmResult | public boolean getConfirmResult()(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.
|
recordBrowserEvent | public void recordBrowserEvent(String type)(Code) | | |
resumeScript | public void resumeScript()(Code) | | |
|
|