Serialized Form


Package org.apache.poi.contrib.poibrowser

Class org.apache.poi.contrib.poibrowser.DocumentDescriptorRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Class org.apache.poi.contrib.poibrowser.POIBrowser extends javax.swing.JFrame implements Serializable

Serialized Fields

rootNode

javax.swing.tree.MutableTreeNode rootNode

The tree's root node must be visible to all methods.

Class org.apache.poi.contrib.poibrowser.PropertySetDescriptorRenderer extends DocumentDescriptorRenderer implements Serializable


Package org.apache.poi.hdgf.exceptions

Class org.apache.poi.hdgf.exceptions.HDGFException extends java.lang.RuntimeException implements Serializable


Package org.apache.poi.hpsf

Class org.apache.poi.hpsf.CustomProperties extends java.util.HashMap implements Serializable

Serialized Fields

dictionaryIDToName

java.util.Map<K,V> dictionaryIDToName

Maps property IDs to property names.


dictionaryNameToID

java.util.Map<K,V> dictionaryNameToID

Maps property names to property IDs.


isPure

boolean isPure

Tells whether this object is pure or not.

Class org.apache.poi.hpsf.HPSFException extends java.lang.Exception implements Serializable

Serialized Fields

reason

java.lang.Throwable reason

The underlying reason for this exception - may be null.

Class org.apache.poi.hpsf.HPSFRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

reason

java.lang.Throwable reason

The underlying reason for this exception - may be null.

Class org.apache.poi.hpsf.IllegalPropertySetDataException extends HPSFRuntimeException implements Serializable

Class org.apache.poi.hpsf.IllegalVariantTypeException extends VariantTypeException implements Serializable

Class org.apache.poi.hpsf.MarkUnsupportedException extends HPSFException implements Serializable

Class org.apache.poi.hpsf.MissingSectionException extends HPSFRuntimeException implements Serializable

Class org.apache.poi.hpsf.NoFormatIDException extends HPSFRuntimeException implements Serializable

Class org.apache.poi.hpsf.NoPropertySetStreamException extends HPSFException implements Serializable

Class org.apache.poi.hpsf.NoSingleSectionException extends HPSFRuntimeException implements Serializable

Class org.apache.poi.hpsf.ReadingNotSupportedException extends UnsupportedVariantTypeException implements Serializable

Class org.apache.poi.hpsf.UnexpectedPropertySetTypeException extends HPSFException implements Serializable

Class org.apache.poi.hpsf.UnsupportedVariantTypeException extends VariantTypeException implements Serializable

Class org.apache.poi.hpsf.VariantTypeException extends HPSFException implements Serializable

Serialized Fields

value

java.lang.Object value

variantType

long variantType

Class org.apache.poi.hpsf.WritingNotSupportedException extends UnsupportedVariantTypeException implements Serializable


Package org.apache.poi.hpsf.wellknown

Class org.apache.poi.hpsf.wellknown.PropertyIDMap extends java.util.HashMap implements Serializable

Class org.apache.poi.hpsf.wellknown.SectionIDMap extends java.util.HashMap implements Serializable


Package org.apache.poi.hslf.exceptions

Class org.apache.poi.hslf.exceptions.CorruptPowerPointFileException extends java.lang.IllegalStateException implements Serializable

Class org.apache.poi.hslf.exceptions.EncryptedPowerPointFileException extends java.lang.IllegalStateException implements Serializable

Class org.apache.poi.hslf.exceptions.HSLFException extends java.lang.RuntimeException implements Serializable

Class org.apache.poi.hslf.exceptions.InvalidRecordFormatException extends java.lang.Exception implements Serializable


Package org.apache.poi.hsmf.exceptions

Class org.apache.poi.hsmf.exceptions.ChunkNotFoundException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class org.apache.poi.hsmf.exceptions.DirectoryChunkNotFoundException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package org.apache.poi.hssf.contrib.view

Class org.apache.poi.hssf.contrib.view.SVBorder extends javax.swing.border.AbstractBorder implements Serializable

Serialized Fields

northColor

java.awt.Color northColor

eastColor

java.awt.Color eastColor

southColor

java.awt.Color southColor

westColor

java.awt.Color westColor

northBorderType

int northBorderType

eastBorderType

int eastBorderType

southBorderType

int southBorderType

westBorderType

int westBorderType

northBorder

boolean northBorder

eastBorder

boolean eastBorder

southBorder

boolean southBorder

westBorder

boolean westBorder

selected

boolean selected

Class org.apache.poi.hssf.contrib.view.SVFractionalFormat extends java.text.Format implements Serializable

Serialized Fields

ONE_DIGIT

short ONE_DIGIT

TWO_DIGIT

short TWO_DIGIT

THREE_DIGIT

short THREE_DIGIT

UNITS

short UNITS

units

int units

mode

short mode

Class org.apache.poi.hssf.contrib.view.SViewer extends javax.swing.JApplet implements Serializable

Serialized Fields

panel

SViewerPanel panel

isStandalone

boolean isStandalone

filename

java.lang.String filename

Class org.apache.poi.hssf.contrib.view.SViewerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

wb

HSSFWorkbook wb
Reference to the woorkbook that is being displayed


sheetPane

javax.swing.JTabbedPane sheetPane
Reference to the tabs component


cellRenderer

SVTableCellRenderer cellRenderer
Reference to the cell renderer that is used to render all cells


cellEditor

SVTableCellEditor cellEditor
Reference to the cell editor that is used to edit all cells. Only constructed if editing is allowed


allowEdits

boolean allowEdits
Flag indicating if editing is allowed. Otherwise the viewer is in view only mode.

Class org.apache.poi.hssf.contrib.view.SVRowHeader extends javax.swing.JList implements Serializable

Class org.apache.poi.hssf.contrib.view.SVTableCellEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

colors

java.util.Hashtable<K,V> colors

wb

HSSFWorkbook wb

editor

javax.swing.JTextField editor

editorValue

HSSFCell editorValue

Class org.apache.poi.hssf.contrib.view.SVTableCellRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

cellBorder

SVBorder cellBorder

wb

HSSFWorkbook wb

cellFormatter

org.apache.poi.hssf.contrib.view.SVTableCellRenderer.CellFormatter cellFormatter

Class org.apache.poi.hssf.contrib.view.SVTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

st

HSSFSheet st

maxcol

int maxcol

Package org.apache.poi.hssf.dev

Class org.apache.poi.hssf.dev.EFHSSF extends java.lang.Object implements Serializable


Package org.apache.poi.hssf.eventusermodel

Class org.apache.poi.hssf.eventusermodel.HSSFUserException extends java.lang.Exception implements Serializable

Serialized Fields

reason

java.lang.Throwable reason

Package org.apache.poi.hssf.record

Class org.apache.poi.hssf.record.RecordFormatException extends java.lang.RuntimeException implements Serializable


Package org.apache.poi.hssf.record.formula.eval

Class org.apache.poi.hssf.record.formula.eval.EvaluationException extends java.lang.Exception implements Serializable

Serialized Fields

_errorEval

ErrorEval _errorEval

Package org.apache.poi.poifs.filesystem

Class org.apache.poi.poifs.filesystem.OfficeXmlFileException extends java.lang.IllegalArgumentException implements Serializable


Package org.apache.poi.util

Class org.apache.poi.util.LittleEndian.BufferUnderrunException extends java.io.IOException implements Serializable



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.