Uses of Interface
loci.poi.poifs.property.Child
-
Packages that use Child Package Description loci.poi.poifs.property property package contains high and low level Property structures for POIFS. -
-
Uses of Child in loci.poi.poifs.property
Subinterfaces of Child in loci.poi.poifs.property Modifier and Type Interface Description interface
Parent
Behavior for parent (directory) propertiesClasses in loci.poi.poifs.property that implement Child Modifier and Type Class Description class
DirectoryProperty
Directory propertyclass
DocumentProperty
Trivial extension of Property for POIFSDocumentsclass
Property
This abstract base class is the ancestor of all classes implementing POIFS Property behavior.class
RootProperty
Root propertyMethods in loci.poi.poifs.property that return Child Modifier and Type Method Description Child
Child. getNextChild()
Get the next Child, if anyChild
Property. getNextChild()
Get the next Child, if anyChild
Child. getPreviousChild()
Get the previous Child, if anyChild
Property. getPreviousChild()
Get the previous Child, if anyMethods in loci.poi.poifs.property with parameters of type Child Modifier and Type Method Description void
Child. setNextChild(Child child)
Set the next Childvoid
Parent. setNextChild(Child child)
Set the next Childvoid
Property. setNextChild(Child child)
Set the next Childvoid
Child. setPreviousChild(Child child)
Set the previous Childvoid
Parent. setPreviousChild(Child child)
Set the previous Childvoid
Property. setPreviousChild(Child child)
Set the previous Child
-