Class sunsoft.jws.visual.rt.base.MainHelper
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sunsoft.jws.visual.rt.base.MainHelper

java.lang.Object
   |
   +----sunsoft.jws.visual.rt.base.MainHelper

public class MainHelper
extends Object
Helper class for the generated main class.

Constructor Index

 o MainHelper()

Method Index

 o checkVersion(double)
Checks the version of the runtime.
 o destroy()
Called by the browser when the applet should be destroyed.
 o init(Applet, Group)
Called when the applet is loaded.
 o main(Group, String[])
Called when application is run from the command line.
 o start()
Called whenever the applet's page is visited.
 o stop()
Called by the browser when the user leaves the page.

Constructors

 o MainHelper
  public MainHelper()

Methods

 o checkVersion
  public void checkVersion(double version)
Checks the version of the runtime.
 o main
  public void main(Group group,
                   String args[])
Called when application is run from the command line.
 o init
  public void init(Applet applet,
                   Group group)
Called when the applet is loaded.
 o start
  public void start()
Called whenever the applet's page is visited.
 o stop
  public void stop()
Called by the browser when the user leaves the page.
 o destroy
  public void destroy()
Called by the browser when the applet should be destroyed.

All Packages  Class Hierarchy  This Package  Previous  Next  Index