Overview
Package
Class
Tree
Deprecated
Index
Help
Spreadsheet Toolkit
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z
W
WidgetPanel
- class corpus.doodle.
WidgetPanel
.
WidgetPanel(JFrame, AbstractVisualisationPane)
- Constructor for class corpus.doodle.
WidgetPanel
WorkBook
- class corpus.excel.
WorkBook
.
Used to store the internal representation of an excel file.
WorkBook(String)
- Constructor for class corpus.excel.
WorkBook
Construct a new WorkBook
workbookClosed(ExcelWorkbookEvent)
- Method in class corpus.extractor.
ExcelaccessorRead
workbookOpened(ExcelWorkbookEvent)
- Method in class corpus.extractor.
ExcelaccessorRead
The startApp() method calls the openWorkbook() method of the ExcelWorkbook1 object.
WorkBookReference
- class corpus.excel.
WorkBookReference
.
A component of a formula
WorkBookReference(String, String)
- Constructor for class corpus.excel.
WorkBookReference
WorkBookReferenceParser
- class corpus.excel.parser.
WorkBookReferenceParser
.
A parser for a formula component.
WorkBookReferenceParser()
- Constructor for class corpus.excel.parser.
WorkBookReferenceParser
workbooks
- Variable in class corpus.analyser.
Analyser
A quick count of how many workbooks have been processed.
workbookStructureUnprotected(ExcelWorkbookEvent)
- Method in class corpus.extractor.
ExcelaccessorRead
WorkSheet
- class corpus.excel.
WorkSheet
.
Used to store the internal representation of an excel file.
WorkSheet(String, int, Vector, Vector, int, int, WorkBook)
- Constructor for class corpus.excel.
WorkSheet
This constructor is mainly for IBM Excelaccessor.
WorkSheet(String, int, WorkBook)
- Constructor for class corpus.excel.
WorkSheet
Constructor used by JExcelRead
WorkSheetReference
- class corpus.excel.
WorkSheetReference
.
A component of a formula used to represent a reference to another WorkSheet
WorkSheetReference(String)
- Constructor for class corpus.excel.
WorkSheetReference
WorkSheetReferenceParser
- class corpus.excel.parser.
WorkSheetReferenceParser
.
A parser for a formula component.
WorkSheetReferenceParser()
- Constructor for class corpus.excel.parser.
WorkSheetReferenceParser
worksheets
- Variable in class corpus.analyser.
Analyser
A quick count of how many worksheets have been processed.
writeAnimatedGIF(Image[], String, boolean, double, OutputStream)
- Static method in class corpus.fileIO.
FileIO
Given an array of Java Image classes, create an animated gif image on disk.
writeAnimatedGif(String[], String, boolean, double, String)
- Static method in class corpus.fileIO.
FileIO
Create animated gif from a series of static gif files.
writeAnimatedGif(Vector, String, boolean, double, String)
- Static method in class corpus.fileIO.
FileIO
Same as writeAnimatedGIF but takes a vector rather than array.
writeAnimatedGifFrames(Vector, String, boolean, double, String)
- Static method in class corpus.fileIO.
FileIO
Saves each image to a seperate file with the frame number appended to the end.
writeNormalGif(Image, String, int, boolean, OutputStream)
- Static method in class corpus.fileIO.
FileIO
Given a Java Image class, create a gif image on disk.
writeNormalGIF(Image, String, int, boolean, String)
- Static method in class corpus.fileIO.
FileIO
WS_OCCUPANCY
- Static variable in class corpus.analyser.
Analyser
Same as OCCUPANCY except seperated at worksheet level.
Overview
Package
Class
Tree
Deprecated
Index
Help
Spreadsheet Toolkit
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z
Project Home Page