Uses of Class
sun.beanbox.BeanBox

Packages that use BeanBox
sun.beanbox   
 

Uses of BeanBox in sun.beanbox
 

Methods in sun.beanbox that return BeanBox
static BeanBox BeanBoxFrame.getTopBox()
           
 

Methods in sun.beanbox with parameters of type BeanBox
static void AppletGenerator.generate(java.awt.Frame frame, BeanBox bb, MakeAppDlg dialog, java.lang.String appletDirName, java.lang.String appletName, java.lang.String jarName)
          Generate a new Applet from the contents of given BeanBox appletName is the name of the Applet appletDir is the directory where to put all the generated files jarName is the name of the JAR where to package things.
 

Constructors in sun.beanbox with parameters of type BeanBox
AppletGenerator.AppletGenerator(java.awt.Frame ff, BeanBox box, java.io.File adir, java.lang.String aname, java.lang.String jname, java.io.File tdir)
           
MakeAppDlg.MakeAppDlg(java.awt.Frame frame, BeanBox bb)
           
AppletClassGenerator.AppletClassGenerator(BeanBox box)
          A generator for AppletClasses.