|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.rim.device.api.system.ApplicationDescriptor
Encapsulates descriptive information for an application.
Application,
ApplicationDescriptor,
ApplicationManager| Field Summary | ||
static byte |
FLAG_AUTO_RESTART
Automatically restart this application if it exits. |
|
static byte |
FLAG_RUN_ON_STARTUP
Run this application on device startup. |
|
static byte |
FLAG_SYSTEM
System application. |
|
| Constructor Summary | ||
ApplicationDescriptor(ApplicationDescriptor original,
String[] args)
Constructs a new ApplicationDescriptor, using another descriptor as a template. |
||
ApplicationDescriptor(ApplicationDescriptor original,
String name,
String[] args)
Constructs a new named ApplicationDescriptor, using another descriptor as a template. |
||
ApplicationDescriptor(ApplicationDescriptor original,
String name,
String[] args,
Bitmap icon,
int position,
String nameResourceBundle,
int nameResourceId)
Constructs a new named ApplicationDescriptor, using another descriptor as a template, and providing initial settings. |
||
ApplicationDescriptor(ApplicationDescriptor original,
String name,
String[] args,
Bitmap icon,
int position,
String nameResourceBundle,
int nameResourceId,
int flags)
Constructs a new named ApplicationDescriptor, using another descriptor as a template, and providing initial settings. |
||
| Method Summary | ||
static ApplicationDescriptor |
currentApplicationDescriptor()
Retrieves the descriptor used to start the current process. |
|
boolean |
equals(Object o)
Compares this descriptor to another object for equivalency. |
|
String[] |
getArgs()
Retrieves the argument array from this descriptor. |
|
int |
getFlags()
Retrieves the flags from this descriptor. |
|
Bitmap |
getIcon()
Retrieves the icon from this descriptor. |
|
int |
getIndex()
Retrieves the application index from this descriptor. |
|
int |
getModuleHandle()
Retrieves handle for this descriptor's code module. |
|
String |
getModuleName()
Retrieves name of this descriptor's code module. |
|
String |
getName()
Retrieves the application name from this descriptor. |
|
String |
getNameResourceBundle()
Retrieves the resource bundle from this descriptor. |
|
int |
getNameResourceId()
Retrieves the resource ID from this descriptor. |
|
int |
getPosition()
Returns the application's suggested position on the ribbon. |
|
String |
getVersion()
Retrieves the version string from this descriptor. |
|
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final byte FLAG_RUN_ON_STARTUP
public static final byte FLAG_AUTO_RESTART
| Constructor Detail |
public ApplicationDescriptor(ApplicationDescriptor original, String[] args)
Note that this builds a new application descriptor but does not provide it with a name.
original - Application descriptor template from which to build this
new one.args - Initial arguments for this new descriptor.public ApplicationDescriptor(ApplicationDescriptor original, String name, String[] args)
original - Application descriptor template from which to build this
new one.name - Name for this new descriptor.args - Initial arguments for this new descriptor.public ApplicationDescriptor(ApplicationDescriptor original, String name, String[] args, Bitmap icon, int position, String nameResourceBundle, int nameResourceId)
original - Application descriptor template from which to build this
new one.name - Name for this new descriptorargs - Initial arguments for this new descriptor.icon - Display icon for this new descriptor.position - Ribbon position for this new descriptor's icon.nameResourceBundle - Resource bundle containing localized version of
this descriptor's name.nameResourceId - Resource ID containing localized version of this
descriptor's name.public ApplicationDescriptor(ApplicationDescriptor original, String name, String[] args, Bitmap icon, int position, String nameResourceBundle, int nameResourceId, int flags)
original - Application descriptor template from which to build this
new one.name - Name for this new descriptorargs - Initial arguments for this new descriptor.icon - Display icon for this new descriptor.position - Ribbon position for this new descriptor's icon.nameResourceBundle - Resource bundle containing localized version of
this descriptor's name.nameResourceId - Resource ID containing localized version of this
descriptor's name.flags - Application flags for this new descriptor.| Method Detail |
public int getModuleHandle()
public String getModuleName()
public String getName()
public int getIndex()
public String getNameResourceBundle()
public int getNameResourceId()
public String getVersion()
public String[] getArgs()
public Bitmap getIcon()
Bitmap.public int getPosition()
Applications with identical positions are placed on a first-come, first-serve basis. A lower value of position means that the application is placed closer to the start of the "ribbon paragraph" (i.e. positions up and to the left).
public boolean equals(Object o)
Equivalency is ensured if your object is an application descriptor, has the same module handle, and has the same list of arguments.
o - Object to compare to this descriptor.public static ApplicationDescriptor currentApplicationDescriptor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2004 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.