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

Quick Search    Search Deep
A C D E F G I L M O P R S T V W _

A

addChild(Property) - Method in interface org.apache.cocoon.poi.poifs.property.Directory
Add a new child to the collection of children
addChild(Property) - Method in class org.apache.cocoon.poi.poifs.property.DirectoryProperty
Add a new child to the collection of children
addProperty(Property) - Method in class org.apache.cocoon.poi.poifs.property.PropertyTable
Add a property to the list of properties we manage

C

changeName(Property, String) - Method in class org.apache.cocoon.poi.poifs.property.DirectoryProperty
Change a Property's name
compare(Object, Object) - Method in class org.apache.cocoon.poi.poifs.property.DirectoryProperty.PropertyComparator
compare method.
convertToProperties(ListManagedBlock[]) - Static method in class org.apache.cocoon.poi.poifs.property.PropertyFactory
Convert raw data blocks to an array of Property's
countBlocks() - Method in class org.apache.cocoon.poi.poifs.property.PropertyTable
Return the number of BigBlock's this instance uses
createBasicDirectoryProperty() - Method in class org.apache.cocoon.poi.poifs.property.TestDirectoryProperty
 
createBasicRootProperty() - Method in class org.apache.cocoon.poi.poifs.property.TestRootProperty
 

D

Directory - interface org.apache.cocoon.poi.poifs.property.Directory.
Behavior for directory properties
DirectoryProperty - class org.apache.cocoon.poi.poifs.property.DirectoryProperty.
Directory property
DirectoryProperty(String) - Constructor for class org.apache.cocoon.poi.poifs.property.DirectoryProperty
Default constructor
DirectoryProperty(int, byte[], int) - Constructor for class org.apache.cocoon.poi.poifs.property.DirectoryProperty
reader constructor
DirectoryProperty.PropertyComparator - class org.apache.cocoon.poi.poifs.property.DirectoryProperty.PropertyComparator.
 
DirectoryProperty.PropertyComparator() - Constructor for class org.apache.cocoon.poi.poifs.property.DirectoryProperty.PropertyComparator
 
DocumentProperty - class org.apache.cocoon.poi.poifs.property.DocumentProperty.
Trivial extension of Property for Documents
DocumentProperty(String, int) - Constructor for class org.apache.cocoon.poi.poifs.property.DocumentProperty
Constructor
DocumentProperty(int, byte[], int) - Constructor for class org.apache.cocoon.poi.poifs.property.DocumentProperty
reader constructor
deleteChild(Property) - Method in class org.apache.cocoon.poi.poifs.property.DirectoryProperty
Delete a Property

E

equals(Object) - Method in class org.apache.cocoon.poi.poifs.property.DirectoryProperty.PropertyComparator
Object equality, implemented as object identity

F

File - interface org.apache.cocoon.poi.poifs.property.File.
This interface defines methods for finding and setting sibling Property instances

G

getChildIndex() - Method in class org.apache.cocoon.poi.poifs.property.Property
Get the child property (its index in the Property Table)
getChildren() - Method in interface org.apache.cocoon.poi.poifs.property.Directory
Get an iterator over the children of this Directory; all elements are instances of Property.
getChildren() - Method in class org.apache.cocoon.poi.poifs.property.DirectoryProperty
Get an iterator over the children of this Directory; all elements are instances of Property.
getDocument() - Method in class org.apache.cocoon.poi.poifs.property.DocumentProperty
get the Document
getIndex() - Method in class org.apache.cocoon.poi.poifs.property.Property
get the index for this Property
getName() - Method in class org.apache.cocoon.poi.poifs.property.Property
Get the name of this property
getNextChildIndex() - Method in class org.apache.cocoon.poi.poifs.property.Property
get the next sibling
getNextFile() - Method in interface org.apache.cocoon.poi.poifs.property.File
Get the next File, if any
getNextFile() - Method in class org.apache.cocoon.poi.poifs.property.Property
Get the next File, if any
getPreviousChildIndex() - Method in class org.apache.cocoon.poi.poifs.property.Property
get the previous sibling
getPreviousFile() - Method in interface org.apache.cocoon.poi.poifs.property.File
Get the previous File, if any
getPreviousFile() - Method in class org.apache.cocoon.poi.poifs.property.Property
Get the previous File, if any
getRoot() - Method in class org.apache.cocoon.poi.poifs.property.PropertyTable
Get the root property
getSize() - Method in class org.apache.cocoon.poi.poifs.property.Property
find out the document size
getStartBlock() - Method in class org.apache.cocoon.poi.poifs.property.Property
 
getStartBlock() - Method in class org.apache.cocoon.poi.poifs.property.PropertyTable
Get the start block for the property table

I

isDirectory() - Method in class org.apache.cocoon.poi.poifs.property.DirectoryProperty
 
isDirectory() - Method in class org.apache.cocoon.poi.poifs.property.DocumentProperty
 
isDirectory() - Method in class org.apache.cocoon.poi.poifs.property.LocalProperty
Method isDirectory
isDirectory() - Method in class org.apache.cocoon.poi.poifs.property.Property
 
isSmall(int) - Static method in class org.apache.cocoon.poi.poifs.property.Property
does the length indicate a small document?
isValidIndex(int) - Static method in class org.apache.cocoon.poi.poifs.property.Property
determine whether the specified index is valid

L

LocalProperty - class org.apache.cocoon.poi.poifs.property.LocalProperty.
 
LocalProperty(int) - Constructor for class org.apache.cocoon.poi.poifs.property.LocalProperty
Constructor LocalProperty

M

main(String[]) - Static method in class org.apache.cocoon.poi.poifs.property.TestDirectoryProperty
main method to run the unit tests
main(String[]) - Static method in class org.apache.cocoon.poi.poifs.property.TestDocumentProperty
main method to run the unit tests
main(String[]) - Static method in class org.apache.cocoon.poi.poifs.property.TestPropertyFactory
main method to run the unit tests
main(String[]) - Static method in class org.apache.cocoon.poi.poifs.property.TestPropertyTable
main method to run the unit tests
main(String[]) - Static method in class org.apache.cocoon.poi.poifs.property.TestRootProperty
main method to run the unit tests

O

org.apache.cocoon.poi.poifs.property - package org.apache.cocoon.poi.poifs.property
 

P

Property - class org.apache.cocoon.poi.poifs.property.Property.
This abstract base class is the ancestor of all classes implementing POIFS Property behavior.
Property() - Constructor for class org.apache.cocoon.poi.poifs.property.Property
Default constructor
Property(int, byte[], int) - Constructor for class org.apache.cocoon.poi.poifs.property.Property
Constructor from byte data
PropertyFactory - class org.apache.cocoon.poi.poifs.property.PropertyFactory.
Factory for turning an array of RawDataBlock instances containing Proprty data into an array of proper Property objects.
PropertyFactory() - Constructor for class org.apache.cocoon.poi.poifs.property.PropertyFactory
 
PropertyTable - class org.apache.cocoon.poi.poifs.property.PropertyTable.
This class embodies the Property Table for the filesystem; this is basically the dsirectory for all of the documents in the filesystem.
PropertyTable() - Constructor for class org.apache.cocoon.poi.poifs.property.PropertyTable
Default constructor
PropertyTable(int, RawDataBlockList) - Constructor for class org.apache.cocoon.poi.poifs.property.PropertyTable
reading constructor (used when we've read in a file and we want to extract the property table from it).
populatePropertyTree(DirectoryProperty) - Method in class org.apache.cocoon.poi.poifs.property.PropertyTable
 
preWrite() - Method in class org.apache.cocoon.poi.poifs.property.DirectoryProperty
Perform whatever activities need to be performed prior to writing
preWrite() - Method in class org.apache.cocoon.poi.poifs.property.DocumentProperty
Perform whatever activities need to be performed prior to writing
preWrite() - Method in class org.apache.cocoon.poi.poifs.property.LocalProperty
Method preWrite
preWrite() - Method in class org.apache.cocoon.poi.poifs.property.Property
Perform whatever activities need to be performed prior to writing
preWrite() - Method in class org.apache.cocoon.poi.poifs.property.PropertyTable
Prepare to be written

R

RootProperty - class org.apache.cocoon.poi.poifs.property.RootProperty.
Root property
RootProperty() - Constructor for class org.apache.cocoon.poi.poifs.property.RootProperty
Default constructor
RootProperty(int, byte[], int) - Constructor for class org.apache.cocoon.poi.poifs.property.RootProperty
reader constructor
removeProperty(Property) - Method in class org.apache.cocoon.poi.poifs.property.PropertyTable
Remove a property from the list of properties we manage

S

setChildProperty(int) - Method in class org.apache.cocoon.poi.poifs.property.Property
Set the child property.
setDocument(Document) - Method in class org.apache.cocoon.poi.poifs.property.DocumentProperty
set the Document
setIndex(int) - Method in class org.apache.cocoon.poi.poifs.property.Property
Set the index for this Property
setName(String) - Method in class org.apache.cocoon.poi.poifs.property.Property
Set the name; silently truncates the name if it's too long.
setNextFile(File) - Method in interface org.apache.cocoon.poi.poifs.property.Directory
Set the next File
setNextFile(File) - Method in interface org.apache.cocoon.poi.poifs.property.File
Set the next File
setNextFile(File) - Method in class org.apache.cocoon.poi.poifs.property.Property
Set the next File
setNodeColor(byte) - Method in class org.apache.cocoon.poi.poifs.property.Property
Set the node color.
setPreviousFile(File) - Method in interface org.apache.cocoon.poi.poifs.property.Directory
Set the previous File
setPreviousFile(File) - Method in interface org.apache.cocoon.poi.poifs.property.File
Set the previous File
setPreviousFile(File) - Method in class org.apache.cocoon.poi.poifs.property.Property
Set the previous File
setPropertyType(byte) - Method in class org.apache.cocoon.poi.poifs.property.Property
Set the property type.
setSize(int) - Method in class org.apache.cocoon.poi.poifs.property.Property
Set the size of the document associated with this Property
setSize(int) - Method in class org.apache.cocoon.poi.poifs.property.RootProperty
set size
setStartBlock(int) - Method in class org.apache.cocoon.poi.poifs.property.Property
Set the start block for the document referred to by this Property.
setStartBlock(int) - Method in class org.apache.cocoon.poi.poifs.property.PropertyTable
Set the start block for this instance
shouldUseSmallBlocks() - Method in class org.apache.cocoon.poi.poifs.property.DocumentProperty
give method more visibility
shouldUseSmallBlocks() - Method in class org.apache.cocoon.poi.poifs.property.Property
Based on the currently defined size, should this property use small blocks?

T

TestDirectoryProperty - class org.apache.cocoon.poi.poifs.property.TestDirectoryProperty.
Class to test DirectoryProperty functionality
TestDirectoryProperty(String) - Constructor for class org.apache.cocoon.poi.poifs.property.TestDirectoryProperty
Constructor TestDirectoryProperty
TestDocumentProperty - class org.apache.cocoon.poi.poifs.property.TestDocumentProperty.
Class to test DocumentProperty functionality
TestDocumentProperty(String) - Constructor for class org.apache.cocoon.poi.poifs.property.TestDocumentProperty
Constructor TestDocumentProperty
TestPropertyFactory - class org.apache.cocoon.poi.poifs.property.TestPropertyFactory.
Class to test PropertyFactory functionality
TestPropertyFactory(String) - Constructor for class org.apache.cocoon.poi.poifs.property.TestPropertyFactory
Constructor TestPropertyFactory
TestPropertyTable - class org.apache.cocoon.poi.poifs.property.TestPropertyTable.
Class to test PropertyTable functionality
TestPropertyTable(String) - Constructor for class org.apache.cocoon.poi.poifs.property.TestPropertyTable
Constructor TestPropertyTable
TestRootProperty - class org.apache.cocoon.poi.poifs.property.TestRootProperty.
Class to test RootProperty functionality
TestRootProperty(String) - Constructor for class org.apache.cocoon.poi.poifs.property.TestRootProperty
Constructor TestRootProperty
testAddChild() - Method in class org.apache.cocoon.poi.poifs.property.TestDirectoryProperty
Test addChild
testChangeName() - Method in class org.apache.cocoon.poi.poifs.property.TestDirectoryProperty
Test changeName
testConstructor() - Method in class org.apache.cocoon.poi.poifs.property.TestDirectoryProperty
Test constructing DirectoryProperty
testConstructor() - Method in class org.apache.cocoon.poi.poifs.property.TestDocumentProperty
Test constructing DocumentPropertys
testConstructor() - Method in class org.apache.cocoon.poi.poifs.property.TestRootProperty
Test constructing RootProperty
testConvertToProperties() - Method in class org.apache.cocoon.poi.poifs.property.TestPropertyFactory
Test executing convertToProperties
testDeleteChild() - Method in class org.apache.cocoon.poi.poifs.property.TestDirectoryProperty
Test deleteChild
testPreWrite() - Method in class org.apache.cocoon.poi.poifs.property.TestDirectoryProperty
Test pre-write functionality
testReadingConstructor() - Method in class org.apache.cocoon.poi.poifs.property.TestDirectoryProperty
Test reading constructor
testReadingConstructor() - Method in class org.apache.cocoon.poi.poifs.property.TestDocumentProperty
Test reading constructor
testReadingConstructor() - Method in class org.apache.cocoon.poi.poifs.property.TestPropertyTable
test reading constructor
testReadingConstructor() - Method in class org.apache.cocoon.poi.poifs.property.TestRootProperty
Test reading constructor
testSetSize() - Method in class org.apache.cocoon.poi.poifs.property.TestRootProperty
test setSize
testWriterPropertyTable() - Method in class org.apache.cocoon.poi.poifs.property.TestPropertyTable
Test PropertyTable

V

verifyChildren(int) - Method in class org.apache.cocoon.poi.poifs.property.TestDirectoryProperty
 
verifyProperty() - Method in class org.apache.cocoon.poi.poifs.property.TestDirectoryProperty
 
verifyProperty(String, int) - Method in class org.apache.cocoon.poi.poifs.property.TestDocumentProperty
 
verifyProperty() - Method in class org.apache.cocoon.poi.poifs.property.TestRootProperty
 
verifyReadingProperty(int, byte[], int, String) - Method in class org.apache.cocoon.poi.poifs.property.TestDirectoryProperty
 
verifyReadingProperty(int, byte[], int, String) - Method in class org.apache.cocoon.poi.poifs.property.TestDocumentProperty
 
verifyReadingProperty(int, byte[], int, String) - Method in class org.apache.cocoon.poi.poifs.property.TestRootProperty
 

W

writeBlocks(OutputStream) - Method in class org.apache.cocoon.poi.poifs.property.PropertyTable
Write the storage to an OutputStream
writeData(OutputStream) - Method in class org.apache.cocoon.poi.poifs.property.Property
Write the raw data to an OutputStream.

_

_DIRECTORY_TYPE - Static variable in class org.apache.cocoon.poi.poifs.property.Property
 
_DOCUMENT_TYPE - Static variable in class org.apache.cocoon.poi.poifs.property.Property
 
_NODE_BLACK - Static variable in class org.apache.cocoon.poi.poifs.property.Property
 
_NODE_RED - Static variable in class org.apache.cocoon.poi.poifs.property.Property
 
_NO_INDEX - Static variable in class org.apache.cocoon.poi.poifs.property.Property
 
_ROOT_TYPE - Static variable in class org.apache.cocoon.poi.poifs.property.Property
 
_big_block_minimum_bytes - Static variable in class org.apache.cocoon.poi.poifs.property.Property
 
_blocks - Variable in class org.apache.cocoon.poi.poifs.property.PropertyTable
 
_child_property - Variable in class org.apache.cocoon.poi.poifs.property.Property
 
_child_property_offset - Static variable in class org.apache.cocoon.poi.poifs.property.Property
 
_children - Variable in class org.apache.cocoon.poi.poifs.property.DirectoryProperty
 
_children_names - Variable in class org.apache.cocoon.poi.poifs.property.DirectoryProperty
 
_days_1 - Variable in class org.apache.cocoon.poi.poifs.property.Property
 
_days_1_offset - Static variable in class org.apache.cocoon.poi.poifs.property.Property
 
_days_2 - Variable in class org.apache.cocoon.poi.poifs.property.Property
 
_days_2_offset - Static variable in class org.apache.cocoon.poi.poifs.property.Property
 
_default_fill - Static variable in class org.apache.cocoon.poi.poifs.property.Property
 
_document - Variable in class org.apache.cocoon.poi.poifs.property.DocumentProperty
 
_index - Variable in class org.apache.cocoon.poi.poifs.property.Property
 
_max_name_length - Static variable in class org.apache.cocoon.poi.poifs.property.Property
 
_name - Variable in class org.apache.cocoon.poi.poifs.property.Property
 
_name_size - Variable in class org.apache.cocoon.poi.poifs.property.Property
 
_name_size_offset - Static variable in class org.apache.cocoon.poi.poifs.property.Property
 
_next_file - Variable in class org.apache.cocoon.poi.poifs.property.Property
 
_next_property - Variable in class org.apache.cocoon.poi.poifs.property.Property
 
_next_property_offset - Static variable in class org.apache.cocoon.poi.poifs.property.Property
 
_node_color - Variable in class org.apache.cocoon.poi.poifs.property.Property
 
_node_color_offset - Static variable in class org.apache.cocoon.poi.poifs.property.Property
 
_previous_file - Variable in class org.apache.cocoon.poi.poifs.property.Property
 
_previous_property - Variable in class org.apache.cocoon.poi.poifs.property.Property
 
_previous_property_offset - Static variable in class org.apache.cocoon.poi.poifs.property.Property
 
_properties - Variable in class org.apache.cocoon.poi.poifs.property.PropertyTable
 
_property - Variable in class org.apache.cocoon.poi.poifs.property.TestDirectoryProperty
 
_property - Variable in class org.apache.cocoon.poi.poifs.property.TestRootProperty
 
_property_type - Variable in class org.apache.cocoon.poi.poifs.property.Property
 
_property_type_offset - Static variable in class org.apache.cocoon.poi.poifs.property.Property
 
_raw_data - Variable in class org.apache.cocoon.poi.poifs.property.Property
 
_seconds_1 - Variable in class org.apache.cocoon.poi.poifs.property.Property
 
_seconds_1_offset - Static variable in class org.apache.cocoon.poi.poifs.property.Property
 
_seconds_2 - Variable in class org.apache.cocoon.poi.poifs.property.Property
 
_seconds_2_offset - Static variable in class org.apache.cocoon.poi.poifs.property.Property
 
_size - Variable in class org.apache.cocoon.poi.poifs.property.Property
 
_size_offset - Static variable in class org.apache.cocoon.poi.poifs.property.Property
 
_start_block - Variable in class org.apache.cocoon.poi.poifs.property.Property
 
_start_block - Variable in class org.apache.cocoon.poi.poifs.property.PropertyTable
 
_start_block_offset - Static variable in class org.apache.cocoon.poi.poifs.property.Property
 
_testblock - Variable in class org.apache.cocoon.poi.poifs.property.TestDirectoryProperty
 
_testblock - Variable in class org.apache.cocoon.poi.poifs.property.TestRootProperty
 

A C D E F G I L M O P R S T V W _