Uses of Class
com.openindex.openestate.tool.mail.MailEditorPane.Mode
-
Packages that use MailEditorPane.Mode Package Description com.openindex.openestate.tool.mail com.openindex.openestate.tool.mail.db -
-
Uses of MailEditorPane.Mode in com.openindex.openestate.tool.mail
Methods in com.openindex.openestate.tool.mail that return MailEditorPane.Mode Modifier and Type Method Description MailEditorPane.Mode
MailEditorPane. getMode()
static MailEditorPane.Mode
MailEditorPane.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static MailEditorPane.Mode[]
MailEditorPane.Mode. 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 MailEditorPane.Mode Modifier and Type Method Description void
MailEditorPane. setMode(MailEditorPane.Mode mode)
Constructors in com.openindex.openestate.tool.mail with parameters of type MailEditorPane.Mode Constructor Description MailEditorPane(MailEditorPane.Mode mode)
-
Uses of MailEditorPane.Mode in com.openindex.openestate.tool.mail.db
Methods in com.openindex.openestate.tool.mail.db that return MailEditorPane.Mode Modifier and Type Method Description MailEditorPane.Mode
DbMailAccount. getEditorMode()
Methods in com.openindex.openestate.tool.mail.db with parameters of type MailEditorPane.Mode Modifier and Type Method Description void
DbMailAccount. setEditorMode(MailEditorPane.Mode mode)
-