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 MailHandler
MailPlugin. getMailHandler()
Methods in com.openindex.openestate.tool.mail with parameters of type MailHandler Modifier and Type Method Description void
MailProjectExtension. open(ImmoToolProject project, MailHandler mailHandler)
void
MailTablePanel. setFolder(DbMailFolder folder, MailHandler mailHandler)
static void
MailPlugin. 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 DbMailFolder
MailFolderDialog. showDialog(long selectedFolderId, MailHandler mailHandler, Window window)
static DbMailFolder
MailFolderDialog. showDialog(long selectedFolderId, String titleTxt, String infoTxt, MailHandler mailHandler, Window window)
static DbMailFolder
MailFolderDialog. showDialog(MailHandler mailHandler, Window window)
static DbMailFolder
MailFolderDialog. showDialog(String titleTxt, String infoTxt, MailHandler mailHandler, Window window)
-