Package com.independentsoft.msg
Enum Class DisplayType
- All Implemented Interfaces:
Serializable,Comparable<DisplayType>,Constable
Contains a value used to associate an icon with a particular row of a table.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAn automated agent, such as Quote-Of-The-Day or a weather chart display.A distribution list.Display default folder icon adjacent to folder.Display default folder link icon adjacent to folder rather than the default folder icon.Display icon for a folder with an application-specific distinction, such as a special type of public folder.A forum, such as a bulletin board service or a public or shared folder.A global address book.A local address book that you share with a small workgroup.A typical messaging user.Modifiable; the container should be denoted as modifiable in the user interface.None.Does not match any of the other settings.A special alias defined for a large group, such as helpdesk, accounting, or blood-drive coordinator.A private, personally administered distribution list.A recipient known to be from a foreign or remote messaging system.A wide area network address book. -
Method Summary
Modifier and TypeMethodDescriptionstatic DisplayTypeReturns the enum constant of this class with the specified name.static DisplayType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AGENT
An automated agent, such as Quote-Of-The-Day or a weather chart display. -
DISTRIBUTION_LIST
A distribution list. -
FOLDER
Display default folder icon adjacent to folder. -
FOLDER_LINK
Display default folder link icon adjacent to folder rather than the default folder icon. -
FOLDER_SPECIAL
Display icon for a folder with an application-specific distinction, such as a special type of public folder. -
FORUM
A forum, such as a bulletin board service or a public or shared folder. -
GLOBAL_ADDRESS_BOOK
A global address book. -
LOCAL_ADDRESS_BOOK
A local address book that you share with a small workgroup. -
MAIL_USER
A typical messaging user. -
MODIFIABLE
Modifiable; the container should be denoted as modifiable in the user interface. -
ORGANIZATION
A special alias defined for a large group, such as helpdesk, accounting, or blood-drive coordinator. -
PRIVATE_DISTRIBUTION_LIST
A private, personally administered distribution list. -
REMOTE_MAIL_USER
A recipient known to be from a foreign or remote messaging system. -
WIDE_AREA_NETWORK_ADDRESS_BOOK
A wide area network address book. -
NOT_SPECIFIC
Does not match any of the other settings. -
NONE
None.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-