All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.beanbox.AppletClassGenerator

java.lang.Object
   |
   +----sun.beanbox.AppletClassGenerator

public class AppletClassGenerator
extends Object
Generate a AppletClass for an Applet.


Constructor Index

 o AppletClassGenerator(BeanBox)
A generator for AppletClasses.

Method Index

 o generateClass(String, File, String[])
Generate a AppletClass for the given BeanBox; Includes compiling it TBD; classes should not be in the default package we should pass around the package name.

Constructors

 o AppletClassGenerator
 public AppletClassGenerator(BeanBox box)
A generator for AppletClasses. Box is the beanbox Name is the AppletClass name Dir is the directory where to place the generated .java and .class files

Methods

 o generateClass
 public boolean generateClass(String appletName,
                              File dir,
                              String jars[])
Generate a AppletClass for the given BeanBox; Includes compiling it TBD; classes should not be in the default package we should pass around the package name.


All Packages  Class Hierarchy  This Package  Previous  Next  Index