| java.lang.Object org.apache.harmony.applet.Factory
Factory | final class Factory (Code) | | Applet context factory
|
Method Summary | |
void | add(Proxy p) | void | appletResize(Proxy p, int width, int height) | void | createAndRun(Parameters params) | void | createAndRun(int id, long parentWindowId, URL documentBase, int documentId, URL codeBase, String className, String[] paramStrings, String name, Object container) | void | destroy(int id) | void | dispose(int id) | void | dump() | CodeBase | getCodeBase(URL url) | Document | getDocument(URL docBase, int docId) | void | init(int id) | void | remove(CodeBase codeBase) | void | remove(Document doc) | void | remove(Proxy p) | void | showDocument(DocumentSlice ds, URL url, String target) | void | showStatus(DocumentSlice ds, String status) | void | start(int id) | void | stop(int id) |
appletResize | void appletResize(Proxy p, int width, int height)(Code) | | |
createAndRun | void createAndRun(int id, long parentWindowId, URL documentBase, int documentId, URL codeBase, String className, String[] paramStrings, String name, Object container)(Code) | | |
destroy | void destroy(int id)(Code) | | |
dispose | void dispose(int id)(Code) | | |
start | void start(int id)(Code) | | |
|
|