public final class FaxToMailUIUtil
extends org.nuiton.jaxx.application.swing.util.ApplicationUIUtil
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Integer> |
computeQuantities(Collection<RangeRowModel> rangeRows) |
protected static Map<MailFolder,DefaultMutableTreeNode> |
createFolderTree(DefaultMutableTreeNode parent,
MailFolder folder)
Creates the tree nodes and returns a map of the nodes by folder
|
static FaxToMailUIContext |
getApplicationContext(jaxx.runtime.JAXXObject ui) |
static Desktop |
getDesktopForPrint() |
static String |
getEditedFileName(AttachmentFile originalFile) |
static Map<MailFolder,DefaultMutableTreeNode> |
initFolderTree(FaxToMailUIContext context,
JTree navigationTree,
Collection<MailFolder> folders) |
static boolean |
isFileAPDF(AttachmentFile file) |
static boolean |
isFileATif(AttachmentFile file) |
static boolean |
isFileATxt(AttachmentFile file) |
static void |
print(AttachmentFile attachmentFile,
boolean defaultPrinter) |
static void |
setEmailContentInTextPane(JTextPane textPane,
DemandeUIModel demandeUIModel) |
static void |
setParentUI(jaxx.runtime.JAXXObject ui,
FaxToMailUI<?,?> parentUI) |
doSelectCell, getDesktopForBrowse, getDesktopForMail, getDesktopForOpen, mail, newBackgroundColorHighlighter, newForegroundColorHighlighter, openLink, openLink, selectFirstCellOnFirstRowAndStopEditing, selectFirstCellOnLastRow, selectFirstCellOnRow, setApplicationContextpublic static FaxToMailUIContext getApplicationContext(jaxx.runtime.JAXXObject ui)
public static void setParentUI(jaxx.runtime.JAXXObject ui,
FaxToMailUI<?,?> parentUI)
public static Map<MailFolder,DefaultMutableTreeNode> initFolderTree(FaxToMailUIContext context, JTree navigationTree, Collection<MailFolder> folders)
protected static Map<MailFolder,DefaultMutableTreeNode> createFolderTree(DefaultMutableTreeNode parent, MailFolder folder)
parent - the node parentfolder - the folder to add to the treepublic static Map<String,Integer> computeQuantities(Collection<RangeRowModel> rangeRows)
public static boolean isFileAPDF(AttachmentFile file)
public static boolean isFileATxt(AttachmentFile file)
public static boolean isFileATif(AttachmentFile file)
public static void setEmailContentInTextPane(JTextPane textPane, DemandeUIModel demandeUIModel)
public static Desktop getDesktopForPrint()
public static void print(AttachmentFile attachmentFile, boolean defaultPrinter)
public static String getEditedFileName(AttachmentFile originalFile)
Copyright © 2014 CodeLutin. All rights reserved.