Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.poi.poifs.property

Interface Summary
Child This interface defines methods for finding and setting sibling Property instances
Parent Behavior for parent (directory) properties
PropertyConstants Interface PropertyConstants
 

Class Summary
DirectoryProperty Directory property
DocumentProperty Trivial extension of Property for POIFSDocuments
LocalProperty  
Property This abstract base class is the ancestor of all classes implementing POIFS Property behavior.
PropertyFactory Factory for turning an array of RawDataBlock instances containing Proprty data into an array of proper Property objects.
PropertyTable This class embodies the Property Table for the filesystem; this is basically the dsirectory for all of the documents in the filesystem.
RootProperty Root property
TestDirectoryProperty Class to test DirectoryProperty functionality
TestDocumentProperty Class to test DocumentProperty functionality
TestPropertyFactory Class to test PropertyFactory functionality
TestPropertyTable Class to test PropertyTable functionality
TestRootProperty Class to test RootProperty functionality