Uses of Class
com.openindex.openestate.tool.mail.MailEditor.ViewMode
-
Packages that use MailEditor.ViewMode Package Description com.openindex.openestate.tool.contacts.addons.mail com.openindex.openestate.tool.mail com.openindex.openestate.tool.mail.extensions -
-
Uses of MailEditor.ViewMode in com.openindex.openestate.tool.contacts.addons.mail
Methods in com.openindex.openestate.tool.contacts.addons.mail with parameters of type MailEditor.ViewMode Modifier and Type Method Description voidMailEditorContactsExtension. loadMessage(Connection c, DbMailMessage message, DbMailPart part, Map<Long,String> recipientHashes, MailEditor.ViewMode mode) -
Uses of MailEditor.ViewMode in com.openindex.openestate.tool.mail
Methods in com.openindex.openestate.tool.mail that return MailEditor.ViewMode Modifier and Type Method Description MailEditor.ViewModeMailEditor. getMode()static MailEditor.ViewModeMailEditor.ViewMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MailEditor.ViewMode[]MailEditor.ViewMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openindex.openestate.tool.mail with parameters of type MailEditor.ViewMode Modifier and Type Method Description static MailWritePanelMailWritePanel. createTab(MailEditor.ViewMode viewMode, long messageId) -
Uses of MailEditor.ViewMode in com.openindex.openestate.tool.mail.extensions
Methods in com.openindex.openestate.tool.mail.extensions with parameters of type MailEditor.ViewMode Modifier and Type Method Description voidMailEditorAdapter. loadMessage(Connection c, DbMailMessage message, DbMailPart part, Map<Long,String> recipientHashes, MailEditor.ViewMode mode)voidMailEditorExtension. loadMessage(Connection c, DbMailMessage message, DbMailPart part, Map<Long,String> recipientHashes, MailEditor.ViewMode mode)
-