public class AppletInstance extends ApplicationInstance
Constructor and Description |
---|
AppletInstance(JNLPFile file,
java.lang.ThreadGroup group,
java.lang.ClassLoader loader,
java.applet.Applet applet)
Create a New Task based on the Specified URL
|
AppletInstance(JNLPFile file,
java.lang.ThreadGroup group,
java.lang.ClassLoader loader,
java.applet.Applet applet,
java.awt.Container cont) |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Stop the application and destroy its resources.
|
java.applet.Applet |
getApplet()
Returns the applet.
|
AppletEnvironment |
getAppletEnvironment()
Returns the applet environment.
|
java.lang.String |
getTitle()
Returns the application title.
|
boolean |
isResizable()
Returns whether the applet is resizable.
|
void |
setApplet(java.applet.Applet applet)
Set the applet of this launched application; can only be called once.
|
void |
setResizable(boolean resizable)
Sets whether the applet is resizable or not.
|
addApplicationListener, addWindow, finalize, fireDestroyed, getAppContext, getClassLoader, getJNLPFile, getThreadGroup, initialize, isRunning, isSigned, removeApplicationListener
public AppletInstance(JNLPFile file, java.lang.ThreadGroup group, java.lang.ClassLoader loader, java.applet.Applet applet)
public AppletInstance(JNLPFile file, java.lang.ThreadGroup group, java.lang.ClassLoader loader, java.applet.Applet applet, java.awt.Container cont)
public void setApplet(java.applet.Applet applet)
public void setResizable(boolean resizable)
public boolean isResizable()
public java.lang.String getTitle()
getTitle
in class ApplicationInstance
public AppletEnvironment getAppletEnvironment()
public java.applet.Applet getApplet()
public void destroy()
destroy
in class ApplicationInstance