Uses of Class
com.openindex.openestate.tool.mail.MailHandler
-
Packages that use MailHandler Package Description com.openindex.openestate.tool.mail com.openindex.openestate.tool.mail.utils -
-
Uses of MailHandler in com.openindex.openestate.tool.mail
Methods in com.openindex.openestate.tool.mail that return MailHandler Modifier and Type Method Description static MailHandlerMailPlugin. getMailHandler()Methods in com.openindex.openestate.tool.mail with parameters of type MailHandler Modifier and Type Method Description voidMailProjectExtension. open(ImmoToolProject project, MailHandler mailHandler)voidMailTablePanel. setFolder(DbMailFolder folder, MailHandler mailHandler)static voidMailPlugin. setMailHandler(MailHandler mailHandler) -
Uses of MailHandler in com.openindex.openestate.tool.mail.utils
Methods in com.openindex.openestate.tool.mail.utils with parameters of type MailHandler Modifier and Type Method Description static DbMailFolderMailFolderDialog. showDialog(long selectedFolderId, MailHandler mailHandler, Window window)static DbMailFolderMailFolderDialog. showDialog(long selectedFolderId, String titleTxt, String infoTxt, MailHandler mailHandler, Window window)static DbMailFolderMailFolderDialog. showDialog(MailHandler mailHandler, Window window)static DbMailFolderMailFolderDialog. showDialog(String titleTxt, String infoTxt, MailHandler mailHandler, Window window)
-