org.apache.poi.hssf.contrib.view |
|
Java Source File Name | Type | Comment |
SVBorder.java | Class | This is an attempt to implement Excel style borders for the SheetViewer.
Mostly just overrides stuff so the javadoc won't appear here but will
appear in the generated stuff.
author: Andrew C. |
SVFractionalFormat.java | Class | This class is used to format cells into their fractional format. |
SViewer.java | Class | Sheet Viewer - Views XLS files via HSSF. |
SViewerPanel.java | Class | This class presents the sheets to the user.
author: Andrew C. |
SVRowHeader.java | Class | This class presents the row header to the table. |
SVTableCellEditor.java | Class | Sheet Viewer Table Cell Editor -- not commented via javadoc as it
nearly completely consists of overridden methods. |
SVTableCellRenderer.java | Class | Sheet Viewer Table Cell Render -- not commented via javadoc as it
nearly completely consists of overridden methods.
author: Andrew C. |
SVTableModel.java | Class | Sheet Viewer Table Model - The model for the Sheet Viewer just overrides things.
author: Andrew C. |
SVTableUtils.java | Class | SVTableCell Editor and Renderer helper functions. |