|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mtj.core.model.jad.ApplicationDescriptor.MidletDefinition
public static class ApplicationDescriptor.MidletDefinition
The definition of a MIDlet within the application descriptor.
| Constructor Summary | |
|---|---|
ApplicationDescriptor.MidletDefinition(int number,
String name,
String icon,
String className)
Construct a new MIDlet definition with the specified information. |
|
| 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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationDescriptor.MidletDefinition(int number,
String name,
String icon,
String className)
name - icon - className - | Method Detail |
|---|
public String getClassName()
public String getIcon()
public String getName()
public int getNumber()
public void setClassName(String className)
className - The className to set.public void setIcon(String icon)
icon - The icon to set.public void setName(String name)
name - The name to set.public String toString()
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 | |||||||||