Contains the functionality necessary for registering
ApplicationMenuItem instances.
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
Since:
JDE 3.6.0
Field Summary
static long
MENUITEM_ADDRESSBOOK_LIST
Represents a specific context, in this case when the addressbook is open in list mode.
static long
MENUITEM_ADDRESSCARD_EDIT
Represents a specific context, in this case when an address card is open in edit mode.
static long
MENUITEM_ADDRESSCARD_VIEW
Represents a specific context, in this case when an address card is open in view mode.
static long
MENUITEM_ALARM
Represents a specific context, in this case when the alarm app is running.
static long
MENUITEM_BROWSER
Represents a specific context, in this case when the browser application is running.
static long
MENUITEM_CALENDAR
Represents a specific context, in this case when the calendar is open in view mode.
static long
MENUITEM_CALENDAR_EVENT
Represents a specific context, in this case when a calendar event is open in view/edit mode.
static long
MENUITEM_EMAIL_EDIT
Represents a specific context, in this case when the email is open in edit mode.
static long
MENUITEM_EMAIL_VIEW
Represents a specific context, in this case when the email is open in view mode.
static long
MENUITEM_GROUPADDRESS_EDIT
Represents a specific context, in this case when a group address entry is opened for edit.
static long
MENUITEM_GROUPADDRESS_VIEW
Represents a specific context, in this case when a group address entry is opened for viewing.
static long
MENUITEM_MEMO_EDIT
Represents a specific context, in this case when a memo is opened for editing.
static long
MENUITEM_MEMO_LIST
Represents a specific context, in this case when the memo list is displayed.
static long
MENUITEM_MEMO_VIEW
Represents a specific context, in this case when a memo is opened for viewing.
static long
MENUITEM_MESSAGE_LIST
Represents a specific context, in this case when the message list is displayed.
static long
MENUITEM_PHONE
Represents a specific context, in this case when the phone application is running.
static long
MENUITEM_PHONELOG_VIEW
Represents a specific context, in this case when a call log is opened for viewing.
static long
MENUITEM_SEARCH
Represents a specific context, in this case when the search window is open.
Represents a specific context, in this case when the email is open in view mode.
Since:
JDE 3.6.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
MENUITEM_EMAIL_EDIT
public static final long MENUITEM_EMAIL_EDIT
Represents a specific context, in this case when the email is open in edit mode.
Since:
JDE 3.6.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
MENUITEM_ADDRESSBOOK_LIST
public static final long MENUITEM_ADDRESSBOOK_LIST
Represents a specific context, in this case when the addressbook is open in list mode.
Since:
JDE 3.6.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
MENUITEM_ADDRESSCARD_EDIT
public static final long MENUITEM_ADDRESSCARD_EDIT
Represents a specific context, in this case when an address card is open in edit mode.
Since:
JDE 3.6.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
MENUITEM_ADDRESSCARD_VIEW
public static final long MENUITEM_ADDRESSCARD_VIEW
Represents a specific context, in this case when an address card is open in view mode.
Since:
JDE 3.6.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
MENUITEM_CALENDAR
public static final long MENUITEM_CALENDAR
Represents a specific context, in this case when the calendar is open in view mode.
Since:
JDE 3.6.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
MENUITEM_CALENDAR_EVENT
public static final long MENUITEM_CALENDAR_EVENT
Represents a specific context, in this case when a calendar event is open in view/edit mode.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
MENUITEM_MESSAGE_LIST
public static final long MENUITEM_MESSAGE_LIST
Represents a specific context, in this case when the message list is displayed.
Since:
JDE 3.6.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
MENUITEM_TASK_LIST
public static final long MENUITEM_TASK_LIST
Represents a specific context, in this case when the task list is displayed.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
MENUITEM_TASK_EDIT
public static final long MENUITEM_TASK_EDIT
Represents a specific context, in this case when a task is opened in view/edit mode.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
MENUITEM_MEMO_LIST
public static final long MENUITEM_MEMO_LIST
Represents a specific context, in this case when the memo list is displayed.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
MENUITEM_MEMO_EDIT
public static final long MENUITEM_MEMO_EDIT
Represents a specific context, in this case when a memo is opened for editing.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
MENUITEM_MEMO_VIEW
public static final long MENUITEM_MEMO_VIEW
Represents a specific context, in this case when a memo is opened for viewing.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
MENUITEM_PHONELOG_VIEW
public static final long MENUITEM_PHONELOG_VIEW
Represents a specific context, in this case when a call log is opened for viewing.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
MENUITEM_PHONE
public static final long MENUITEM_PHONE
Represents a specific context, in this case when the phone application is running.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
MENUITEM_ALARM
public static final long MENUITEM_ALARM
Represents a specific context, in this case when the alarm app is running.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
MENUITEM_SEARCH
public static final long MENUITEM_SEARCH
Represents a specific context, in this case when the search window is open.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
MENUITEM_GROUPADDRESS_EDIT
public static final long MENUITEM_GROUPADDRESS_EDIT
Represents a specific context, in this case when a group address entry is opened for edit.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
MENUITEM_GROUPADDRESS_VIEW
public static final long MENUITEM_GROUPADDRESS_VIEW
Represents a specific context, in this case when a group address entry is opened for viewing.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
MENUITEM_BROWSER
public static final long MENUITEM_BROWSER
Represents a specific context, in this case when the browser application is running.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
MENUITEM_SYSTEM
public static final long MENUITEM_SYSTEM
ApplicationMenuItem instances registered with this ID will appear
on most application menus (a system wide setting).
Since:
JDE 3.6.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
Retrieves a handle to the systems application menu item repository.
Returns:
Handle to the system's repository.
Since:
JDE 3.6.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
true if the menu item was removed, false otherwise.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
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.