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()
-
-
-
Field Detail
-
WORD_ICON
public static final String WORD_ICON
- See Also:
- Constant Field Values
-
EXCEL_ICON
public static final String EXCEL_ICON
- See Also:
- Constant Field Values
-
POWERPOINT_ICON
public static final String POWERPOINT_ICON
- See Also:
- Constant Field Values
-
PDF_ICON
public static final String PDF_ICON
- See Also:
- Constant Field Values
-
RTF_ICON
public static final String RTF_ICON
- See Also:
- Constant Field Values
-
ODP_ICON
public static final String ODP_ICON
- See Also:
- Constant Field Values
-
ODS_ICON
public static final String ODS_ICON
- See Also:
- Constant Field Values
-
ODT_ICON
public static final String ODT_ICON
- See Also:
- Constant Field Values
-
TXT_ICON
public static final String TXT_ICON
- See Also:
- Constant Field Values
-
IMAGE_ICON
public static final String IMAGE_ICON
- See Also:
- Constant Field Values
-
PSD_ICON
public static final String PSD_ICON
- See Also:
- Constant Field Values
-
AUDIO_ICON
public static final String AUDIO_ICON
- See Also:
- Constant Field Values
-
VIDEO_ICON
public static final String VIDEO_ICON
- See Also:
- Constant Field Values
-
ARCHIVE_ICON
public static final String ARCHIVE_ICON
- See Also:
- Constant Field Values
-
UNRECOGNIZED_ICON
public static final String UNRECOGNIZED_ICON
- See Also:
- Constant Field Values
-
-