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.ModeMailEditorPane. getMode()static MailEditorPane.ModeMailEditorPane.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 voidMailEditorPane. 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.ModeDbMailAccount. getEditorMode()Methods in com.openindex.openestate.tool.mail.db with parameters of type MailEditorPane.Mode Modifier and Type Method Description voidDbMailAccount. setEditorMode(MailEditorPane.Mode mode)
-