| java.lang.Object com.sun.midp.midletsuite.MIDletSuiteInfo com.sun.midp.appmanager.RunningMIDletSuiteInfo
RunningMIDletSuiteInfo | public class RunningMIDletSuiteInfo extends MIDletSuiteInfo (Code) | | Simple attribute storage for MIDlet suites
|
proxy | public MIDletProxy proxy(Code) | | Proxy if running. It is set from AppManagerUI.java.
|
RunningMIDletSuiteInfo | public RunningMIDletSuiteInfo(int theID)(Code) | | Constructs a RunningMIDletSuiteInfo object for a suite.
Parameters: theID - ID the system has for this suite |
RunningMIDletSuiteInfo | public RunningMIDletSuiteInfo(int theID, String theMidletToRun, String theDisplayName, boolean isEnabled)(Code) | | Constructs a RunningMIDletSuiteInfo object for a suite.
Parameters: theID - ID the system has for this suite Parameters: theMidletToRun - Class name of the only midlet in the suite Parameters: theDisplayName - Name to display to the user Parameters: isEnabled - true if the suite is enabled |
RunningMIDletSuiteInfo | public RunningMIDletSuiteInfo(int theID, MIDletSuiteImpl theMidletSuite, MIDletSuiteStorage mss)(Code) | | Constructs a RunningMIDletSuiteInfo object for a suite.
Parameters: theID - ID the system has for this suite Parameters: theMidletSuite - MIDletSuite information Parameters: mss - the midletSuite storage |
RunningMIDletSuiteInfo | public RunningMIDletSuiteInfo(MIDletSuiteInfo info, MIDletSuiteStorage mss)(Code) | | Constructs a RunningMIDletSuiteInfo from MIDletSuiteInfo.
Parameters: info - MIDletSuiteInfo reference Parameters: mss - the midletSuite storage |
equals | public boolean equals(MIDletProxy midlet)(Code) | | Compares this MIDletSuiteInfo with the passed in MIDletProxy.
Returns true if both belong to the same suite and
if current proxy or midetToRun points to the same class as
in the passed in MIDletProxy.
Parameters: midlet - The MIDletProxy to compare with true if The MIDletSuiteInfo points to the same midlet asthe MIDletProxy, false - otherwise |
getIcon | public static Image getIcon(int theID, String iconName, MIDletSuiteStorage mss)(Code) | | Gets suite icon either from image cache, or from the suite jar.
Parameters: theID - the suite id that system has for this suite Parameters: iconName - the name of the file where the icon isstored in the JAR Parameters: mss - The midletSuite storage Image provided by the application withthe passed in iconName |
loadIcon | public void loadIcon(MIDletSuiteStorage mss)(Code) | | Loads an icon for this suite.
Parameters: mss - the midletSuite storage |
toString | public String toString()(Code) | | Returns a string representation of the MIDletSuiteInfo object.
For debug only.
|
|
|