Uses of Class
com.pff.DescriptorIndexNode

Packages that use DescriptorIndexNode
com.pff   
 

Uses of DescriptorIndexNode in com.pff
 

Fields in com.pff declared as DescriptorIndexNode
protected  DescriptorIndexNode PSTObject.descriptorIndexNode
           
 

Fields in com.pff with type parameters of type DescriptorIndexNode
protected  java.util.LinkedHashMap<java.lang.String,java.util.HashMap<DescriptorIndexNode,PSTObject>> PSTObject.children
           
 

Methods in com.pff that return DescriptorIndexNode
 DescriptorIndexNode PSTObject.getDescriptorNode()
          get the descriptor node for this item this identifies the location of the node in the BTree and associated info
 

Constructors in com.pff with parameters of type DescriptorIndexNode
PSTActivity(PSTFile theFile, DescriptorIndexNode descriptorIndexNode)
           
PSTActivity(PSTFile theFile, DescriptorIndexNode folderIndexNode, com.pff.PSTTableBC table, java.util.HashMap<java.lang.Integer,com.pff.PSTDescriptorItem> localDescriptorItems)
           
PSTContact(PSTFile theFile, DescriptorIndexNode descriptorIndexNode)
           
PSTContact(PSTFile theFile, DescriptorIndexNode folderIndexNode, com.pff.PSTTableBC table, java.util.HashMap<java.lang.Integer,com.pff.PSTDescriptorItem> localDescriptorItems)
           
PSTObject(PSTFile theFile, DescriptorIndexNode descriptorIndexNode)
           
PSTObject(PSTFile theFile, DescriptorIndexNode folderIndexNode, com.pff.PSTTableBC table, java.util.HashMap<java.lang.Integer,com.pff.PSTDescriptorItem> localDescriptorItems)
          for pre-population
PSTRss(PSTFile theFile, DescriptorIndexNode descriptorIndexNode)
           
PSTRss(PSTFile theFile, DescriptorIndexNode folderIndexNode, com.pff.PSTTableBC table, java.util.HashMap<java.lang.Integer,com.pff.PSTDescriptorItem> localDescriptorItems)
           
PSTTask(PSTFile theFile, DescriptorIndexNode descriptorIndexNode)
           
PSTTask(PSTFile theFile, DescriptorIndexNode folderIndexNode, com.pff.PSTTableBC table, java.util.HashMap<java.lang.Integer,com.pff.PSTDescriptorItem> localDescriptorItems)