| java.lang.Object com.sun.jump.common.JUMPApplication com.sun.jumpimpl.module.installer.XLETApplication
XLETApplication | public class XLETApplication extends JUMPApplication (Code) | | Representation of an XLET application.
|
INITIAL_CLASS_KEY | final public static String INITIAL_CLASS_KEY(Code) | | |
XLETApplication | public XLETApplication(String contentStoreDir, String bundle, String clazz, URL classpath, String title, URL iconPath, int id)(Code) | | Create an instance of an application.
Parameters: bundle - The name of the bundle the application belongs to Parameters: clazz - The class name of the application Parameters: classpath - The path to the application Parameters: title - The application's title, can be null Parameters: iconPath - The location of the application's icon in, can be null |
getBundle | public String getBundle()(Code) | | Get the name of the bundle this application belongs to
the bundle this application belongs to |
getClasspath | public URL getClasspath()(Code) | | Get the classpath value of this application
the classpath value |
getIconPath | public URL getIconPath()(Code) | | Get the path to the application's icon.
A URL defining the path to the icon inthe downloaded content. |
setBundle | public void setBundle(String bundle)(Code) | | Set the bundle name of the application.
Parameters: bundle - the bundle this application belongs to |
setClasspath | public void setClasspath(URL classpath)(Code) | | Set the classpath value of this application
Parameters: classpath - the classpath value |
setInitialClass | public void setInitialClass(String initialClass)(Code) | | Set the initial class of this application
Parameters: initialClass - the initial class of this application |
|
|