Class MailIcons
java.lang.Object
com.blackberry.workspaces.sdk.api.common.MailIcons
public final class MailIcons extends Object
-
Field Summary
Fields Modifier and Type Field Description static String
ARCHIVE_ICON
static String
AUDIO_ICON
static String
EXCEL_ICON
static String
IMAGE_ICON
static String
ODP_ICON
static String
ODS_ICON
static String
ODT_ICON
static String
PDF_ICON
static String
POWERPOINT_ICON
static String
PSD_ICON
static String
RTF_ICON
static String
TXT_ICON
static String
UNRECOGNIZED_ICON
static String
VIDEO_ICON
static String
WORD_ICON
-
Constructor Summary
Constructors Constructor Description MailIcons()
-
Method Summary
-
Field Details
-
WORD_ICON
- See Also:
- Constant Field Values
-
EXCEL_ICON
- See Also:
- Constant Field Values
-
POWERPOINT_ICON
- See Also:
- Constant Field Values
-
PDF_ICON
- See Also:
- Constant Field Values
-
RTF_ICON
- See Also:
- Constant Field Values
-
ODP_ICON
- See Also:
- Constant Field Values
-
ODS_ICON
- See Also:
- Constant Field Values
-
ODT_ICON
- See Also:
- Constant Field Values
-
TXT_ICON
- See Also:
- Constant Field Values
-
IMAGE_ICON
- See Also:
- Constant Field Values
-
PSD_ICON
- See Also:
- Constant Field Values
-
AUDIO_ICON
- See Also:
- Constant Field Values
-
VIDEO_ICON
- See Also:
- Constant Field Values
-
ARCHIVE_ICON
- See Also:
- Constant Field Values
-
UNRECOGNIZED_ICON
- See Also:
- Constant Field Values
-
-
Constructor Details
-
MailIcons
public MailIcons()
-