Uses of Class
com.pff.PSTFolder
-
Packages that use PSTFolder Package Description com.pff example -
-
Uses of PSTFolder in com.pff
Methods in com.pff that return PSTFolder Modifier and Type Method Description PSTFolder
PSTFile. getRootFolder()
get the root folder for the PST file.Methods in com.pff that return types with arguments of type PSTFolder Modifier and Type Method Description java.util.Vector<PSTFolder>
PSTFolder. getSubFolders()
get all of the sub folders... -
Uses of PSTFolder in example
Fields in example declared as PSTFolder Modifier and Type Field Description (package private) PSTFolder
EmailTableModel. theFolder
Methods in example with parameters of type PSTFolder Modifier and Type Method Description private void
TestGui. buildTree(javax.swing.tree.DefaultMutableTreeNode top, PSTFolder theFolder)
void
Test. processFolder(PSTFolder folder)
(package private) void
TestGui. selectFolder(PSTFolder folder)
void
EmailTableModel. setFolder(PSTFolder theFolder)
Constructors in example with parameters of type PSTFolder Constructor Description EmailTableModel(PSTFolder theFolder, PSTFile theFile)
-