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

Quick Search    Search Deep

org.apache.poi.contrib.metrics.* (1)org.apache.poi.contrib.poibrowser.* (9)

Package Samples:

org.apache.poi.contrib.metrics
org.apache.poi.contrib.poibrowser

Classes:

TreeReaderListener: Organizes document information in a tree model in order to be e.g. displayed in a Swing JTree . An instance of this class is created with a root tree node ( javax.swing.tree.MutableTreeNode ) and registered as a org.apache.poi.poifs.eventfilesystem.POIFSReaderListener with a org.apache.poi.poifs.eventfilesystem.POIFSReader . While the latter processes a POI filesystem it calls this class' processPOIFSReaderEvent(org.apache.poi.poifs.eventfilesystem.POIFSReaderEvent) 55 for each document it has been registered for. This method appends the document it processes at the appropriate position into the ...
ExtendableTreeCellRenderer: This is a javax.swing.tree.TreeCellRenderer implementation which is able to render arbitrary objects. The ExtendableTreeCellRenderer does not do the rendering itself but instead dispatches to class-specific renderers. A class/renderer pair must be registered using the register(java.lang.Class, javax.swing.tree.TreeCellRenderer) 55 method. If a class has no registered renderer, the renderer of its closest superclass is used. Since the ExtendableTreeCellRenderer always has a default renderer for the java.lang.Object class, rendering is always possible. The default java.lang.Object renderer can be ...
DocumentDescriptorRenderer: javax.swing.tree.TreeCellRenderer for a DocumentDescriptor . The renderer is extremly rudimentary since displays only the document's name, its size and its fist few bytes.
PropertySetDescriptorRenderer: Renders a PropertySetDescriptor by more or less dumping the stuff into a javax.swing.JTextArea .
POIBrowser: The main class of the POI Browser. It shows the structure of POI filesystems (Microsoft Office documents) in a javax.swing.JTree . Specify their filenames on the command line!
DocumentDescriptor: Describes the most important (whatever that is) features of a org.apache.poi.poifs.filesystem.POIFSDocument .
PropertySetDescriptor: Describes the most important (whatever that is) features of a stream containing a org.apache.poi.hpsf.PropertySet .
Util: Contains various (well, just one at the moment) static utility methods.
Codec: Provides utility methods for encoding and decoding hexadecimal data.
FontMetricsDumper

Home | Contact Us | Privacy Policy | Terms of Service