| java.lang.Object com.sun.jump.common.JUMPApplication com.sun.midp.jump.MIDletApplication
MIDletApplication | public class MIDletApplication extends JUMPApplication (Code) | | Representation of an MIDlet application.
|
MIDletApplication | public MIDletApplication(String title, URL iconPath, int suiteID, String classname, int midletID)(Code) | | Create an instance of an application.
Parameters: title - The application's title, can be null Parameters: iconPath - The location of the application's icon in, can be null Parameters: suiteID - the MIDlet suite id which this midlet belongs to. Parameters: classname - the MIDlet class name. |
convertToSuiteID | public static int convertToSuiteID(int applicationID)(Code) | | |
getMIDletSuiteID | public int getMIDletSuiteID()(Code) | | |
|
|