com.ibm.security12.sun.applet
Interface AppletViewerFactory


public abstract interface AppletViewerFactory


Method Summary
 AppletViewer createAppletViewer(int x, int y, URL doc, Hashtable atts)
           
 MenuBar getBaseMenuBar()
           
 boolean isStandalone()
           
 

Method Detail

createAppletViewer

public AppletViewer createAppletViewer(int x,
                                       int y,
                                       URL doc,
                                       Hashtable atts)

getBaseMenuBar

public MenuBar getBaseMenuBar()

isStandalone

public boolean isStandalone()