|
Homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--netx.jnlp.runtime.ApplicationInstance | +--netx.jnlp.runtime.AppletInstance
Represents a launched application instance created from a JNLP file. This class does not control the operation of the applet, use the AppletEnvironment class to start and stop the applet.
Constructor Summary | |
AppletInstance(JNLPFile file,
java.lang.ThreadGroup group,
java.lang.ClassLoader loader,
java.applet.Applet applet)
Create a New Task based on the Specified URL |
Method Summary | |
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 |
setResizable(boolean resizable)
Sets whether the applet is resizable or not. |
Methods inherited from class netx.jnlp.runtime.ApplicationInstance |
addApplicationListener, addWindow, finalize, fireDestroyed, getClassLoader, getJNLPFile, getThreadGroup, initialize, installEnvironment, isRunning, removeApplicationListener |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AppletInstance(JNLPFile file, java.lang.ThreadGroup group, java.lang.ClassLoader loader, java.applet.Applet applet)
Method Detail |
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
|
Homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |