|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMidletDefinition
The definition of a MIDlet within the application descriptor.
| Method Summary | |
|---|---|
String |
getClassName()
|
String |
getIcon()
|
String |
getName()
|
int |
getNumber()
Return the MIDlet number. |
void |
setClassName(String className)
|
void |
setIcon(String icon)
|
void |
setName(String name)
|
String |
toString()
Returns a string representation of the MIDlet definition in the following pattern: <MIDlet name>,<icon>,<MIDlet class name>. |
| Method Detail |
|---|
String getClassName()
String getIcon()
String getName()
int getNumber()
void setClassName(String className)
className - The className to set.void setIcon(String icon)
icon - The icon to set.void setName(String name)
name - The name to set.String toString()
<MIDlet name>,<icon>,<MIDlet class name>.
toString in class Object
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||