| java.lang.Object com.sun.midp.midletsuite.MIDletInfo
MIDletInfo | public class MIDletInfo (Code) | | Simple attribute storage for MIDlets in the descriptor/manifest.
|
classname | public String classname(Code) | | The main class for the MIDlet.
|
MIDletInfo | public MIDletInfo(String attr)(Code) | | Parses out the name, icon and classname.
Parameters: attr - contains the name, icon and classname line to be parsed |
MIDletInfo | public MIDletInfo(String name, String icon, String classname)(Code) | | Container class to hold information about the current MIDlet.
Parameters: name - the name of the MIDlet from descriptor file ormanifest Parameters: icon - the icon to display when the user selects the MIDlet from a list Parameters: classname - the main class for this MIDlet |
|
|