Spreadsheet Toolkit

Serialized Form


Package corpus.analyser

Class corpus.analyser.Grid implements Serializable

Serialized Fields

values

java.util.Vector values

maxX

int maxX

maxY

int maxY

Class corpus.analyser.MathVector implements Serializable

Serialized Fields

x1

double x1

y1

double y1

x2

double x2

y2

double y2

z1

double z1

z2

double z2

magX

double magX
i, j, k


magY

double magY
i, j, k


magZ

double magZ
i, j, k


magnitude

double magnitude


Package corpus.doodle

Class corpus.doodle.AbstractVisualisationPane implements Serializable

Serialized Fields

xoff

int xoff
X offset from left edge


yoff

int yoff
Y offset from top edge


xoff_

int xoff_
X offset from right edge


yoff_

int yoff_
Y offset from bottom edge


minX

double minX
The smallest X value found


maxX

double maxX
The largest X value found


scaleX

double scaleX
The scale factor for X values


xcorrect

int xcorrect

minY

double minY
The smallest Y value found


maxY

double maxY
The largest Y value found


scaleY

double scaleY
The scale factor for Y values


ycorrect

int ycorrect

minZ

double minZ
The smallest Z value found


maxZ

double maxZ
The largest Z value found


scaleZ

double scaleZ
The scale factor for Z values


zcorrect

int zcorrect

cellWidth

int cellWidth
The pixel width of a single cell in the visualisation


cellHeight

int cellHeight
The pixel height of a single cell in the visualisation


colorMax

int colorMax
The maximum number of colors


colorLookup

java.awt.Color[] colorLookup
A fairly evenly distributed range of colors.


ROYGBIV

boolean ROYGBIV
Color order for lookup table


g

java.awt.Graphics2D g
The graphics object for drawing to the pane.


headsize

int headsize
The size of the mark at the head of the vector


tailsize

int tailsize
The size of the mark at the tail of the vector


toDraw

java.util.Vector toDraw
A Vector of MathVectors that will be drawn.


status

ClassifyStatusBar status
Info on whats happening


square

boolean square
Use squares(true) or circles(false) when drawing integers

Class corpus.doodle.Animation implements Serializable

Serialized Fields

fps

int fps

frame

int frame

delay

int delay

animator

java.lang.Thread animator

names

java.util.Vector names

offDimension

java.awt.Dimension offDimension

offImage

java.awt.Image offImage

offGraphics

java.awt.Graphics offGraphics

tree

java.util.Vector tree

maxdepth

int maxdepth

saveAnimation

boolean saveAnimation
Save the animation to disk.


xoff

int xoff
X offset from left edge


yoff

int yoff
Y offset from top edge


xoff_

int xoff_
X offset from right edge


yoff_

int yoff_
Y offset from bottom edge


minX

double minX
The smallest X value found


maxX

double maxX
The largest X value found


scaleX

double scaleX
The scale factor for X values


xcorrect

int xcorrect

minY

double minY
The smallest Y value found


maxY

double maxY
The largest Y value found


scaleY

double scaleY
The scale factor for Y values


ycorrect

int ycorrect

cellWidth

int cellWidth

cellHeight

int cellHeight

Class corpus.doodle.Animation2 implements Serializable

Class corpus.doodle.EquivalenceWidget implements Serializable

Serialized Fields

center

Cell center

above

Cell above

below

Cell below

left

Cell left

right

Cell right

Class corpus.doodle.FishEye implements Serializable

Serialized Fields

ivjButton1

java.awt.Button ivjButton1

ivjFishEye1

tom.fishEye.FishEye ivjFishEye1

ivjscEyeFactor

java.awt.Scrollbar ivjscEyeFactor

ivjCheckboxGroup1

java.awt.CheckboxGroup ivjCheckboxGroup1

ivjcbNormalRenderer

java.awt.Checkbox ivjcbNormalRenderer

ivjcbSelectMyRenderer

java.awt.Checkbox ivjcbSelectMyRenderer

ivjLabel1

java.awt.Label ivjLabel1

fileChooser

java.awt.Choice fileChooser

datafiles

java.lang.String[] datafiles

renderChooser

java.awt.Choice renderChooser

fnRenderers

tom.fishEye.FishNodeRender[] fnRenderers

renderers

java.lang.String[] renderers

maxfactor

int maxfactor

scalefactor

float scalefactor

path

java.lang.String path

bWidth

int bWidth

bHeight

int bHeight

labelWidth

int labelWidth

labelHeight

int labelHeight

Class corpus.doodle.FishEyeSampleApplet implements Serializable

Serialized Fields

ivjButton1

java.awt.Button ivjButton1

ivjFishEye1

tom.fishEye.FishEye ivjFishEye1

ivjscEyeFactor

java.awt.Scrollbar ivjscEyeFactor

ivjCheckboxGroup1

java.awt.CheckboxGroup ivjCheckboxGroup1

ivjcbNormalRenderer

java.awt.Checkbox ivjcbNormalRenderer

ivjcbSelectMyRenderer

java.awt.Checkbox ivjcbSelectMyRenderer

ivjLabel1

java.awt.Label ivjLabel1

fileChooser

java.awt.Choice fileChooser

datafiles

java.lang.String[] datafiles

renderChooser

java.awt.Choice renderChooser

fnRenderers

tom.fishEye.FishNodeRender[] fnRenderers

renderers

java.lang.String[] renderers

maxfactor

int maxfactor

scalefactor

float scalefactor

path

java.lang.String path

bWidth

int bWidth

bHeight

int bHeight

labelWidth

int labelWidth

labelHeight

int labelHeight

Class corpus.doodle.Graph implements Serializable

Serialized Fields

panel

GraphPanel panel

controlPanel

java.awt.Panel controlPanel

scramble

java.awt.Button scramble

shake

java.awt.Button shake

stress

java.awt.Checkbox stress

label

java.awt.Checkbox label

random

java.awt.Checkbox random

Class corpus.doodle.RadarDotWidget implements Serializable

Serialized Fields

maxX

double maxX

maxY

double maxY

minX

double minX

minY

double minY

in_edges

java.util.Vector in_edges

out_edges

java.util.Vector out_edges

Class corpus.doodle.RadarWidget implements Serializable

Serialized Fields

center

java.awt.Point center

edges

java.util.Vector edges

in_out

java.lang.String in_out

Class corpus.doodle.RectangleColor implements Serializable

Serialized Fields

color

java.awt.Color color

direction

int direction

Class corpus.doodle.SpreadsheetTable implements Serializable

Serialized Fields

data

SpreadsheetModel data

row

int row

column

int column

lm

javax.swing.ListModel lm

rowHeaders

javax.swing.JList rowHeaders

Class corpus.doodle.SpreadsheetTableTabbed implements Serializable

Class corpus.doodle.WidgetPanel implements Serializable

Serialized Fields

frame

javax.swing.JFrame frame

minXT

javax.swing.JTextField minXT

maxXT

javax.swing.JTextField maxXT

minYT

javax.swing.JTextField minYT

maxYT

javax.swing.JTextField maxYT

titleT

javax.swing.JTextField titleT

minXS

javax.swing.JSlider minXS

maxXS

javax.swing.JSlider maxXS

minYS

javax.swing.JSlider minYS

maxYS

javax.swing.JSlider maxYS

redraw

javax.swing.JButton redraw

dvp

AbstractVisualisationPane dvp


Package corpus.excel

Class corpus.excel.AreaCellReference implements Serializable

Class corpus.excel.AreaReference implements Serializable

Class corpus.excel.Cell implements Serializable

Serialized Fields

sheetnames

java.lang.String[] sheetnames
An array of the sheetnames for the workbook that this cell occupies.


excelref

java.lang.String excelref
The exact reference Excel gave this Cell.


coords

int[] coords
The coordinates of this cell 0: Column 1: Row 2: Depth


value

java.lang.String value
The value in the cell. I.e. "3.14"


formula

java.lang.String formula
The formula in the cell. "=A1"


referTo

java.util.Vector referTo
Cells that this Cell refers to.


referredFrom

java.util.Vector referredFrom
Cells that refer to this cell.


formulaO

Formula formulaO
A processed(parsed) version of the formula


worksheet

WorkSheet worksheet
The worksheet that contains this cell.

Class corpus.excel.CellReference implements Serializable

Serialized Fields

cell

Cell cell
The cell that this CellReference refers to.


sheetnames

java.lang.String[] sheetnames
An array of the sheetnames for the workbook that this cell occupies.


excelref

java.lang.String excelref
The exact reference Excel gave this Cell.


coords

int[] coords
The coordinates of this cell 0: Column 1: Row 2: Depth of the worksheet that the cell being referred to is in.


dollars

boolean[] dollars
Where the references of this cell absolute? 0: Column 1: Row 2: Depth There is some confussion here as to an actual cell and a cell reference found in a formula.

Class corpus.excel.Column implements Serializable

Serialized Fields

grid

Grid grid
The grid that this row is in.


column

int column
Used to recoginse this class when iterating through objects


excelref

java.lang.String excelref

Class corpus.excel.ColumnRange implements Serializable

Serialized Fields

left

Column left
Used to recoginse this class when iterating through objects


right

Column right
Used to recoginse this class when iterating through objects

Class corpus.excel.Component implements Serializable

Class corpus.excel.Formula implements Serializable

Serialized Fields

thisCell

Cell thisCell
The location where this formula was found and the input string


row

int row
The row this formula occupies


col

int col
The column this formula occupies


formula

java.lang.String formula
The excel string for this formula


allElements

java.util.Vector allElements

refcell

java.util.Vector refcell

refrange

java.util.Vector refrange

reffunction

java.util.Vector reffunction

sheetnames

java.lang.String[] sheetnames
An array of names for the sheets.


SHEETNAMES

java.lang.String SHEETNAMES
A pattern for matching sheetnames.


processed

boolean processed
Has this cell been processed.

Class corpus.excel.FormulaComponent implements Serializable

Serialized Fields

formula

Formula formula
The Formula that this component resides in.

Class corpus.excel.Function implements Serializable

Serialized Fields

name

java.lang.String name
The name of this function


argument

java.lang.String argument
The argument given to this function


catagory

java.lang.String catagory
The family of functions that this function belongs to.


excelref

java.lang.String excelref

elements

java.util.Vector elements

Class corpus.excel.Intersection implements Serializable

Serialized Fields

left

AreaReference left

right

AreaReference right

depth

int depth

excelref

java.lang.String excelref
Used to recoginse this class when iterating through objects

Class corpus.excel.Operator implements Serializable

Serialized Fields

isNegative

boolean isNegative
Used with the MINUS to determine weather it is negative(true) of subtraction(false)


type

int type

operator

java.lang.String operator

excelref

java.lang.String excelref

Class corpus.excel.Primitive implements Serializable

Serialized Fields

excelref

java.lang.String excelref
Used to recoginse this class when iterating through objects


type

java.lang.String type

value

java.lang.Object value

length

int length

Class corpus.excel.Range implements Serializable

Serialized Fields

left

CellReference left

right

CellReference right

depth

int depth

row

Row row
Used to recoginse this class when iterating through objects


excelref

java.lang.String excelref

Class corpus.excel.Row implements Serializable

Serialized Fields

grid

Grid grid
The grid that this row is in.


row

int row

Class corpus.excel.RowRange implements Serializable

Serialized Fields

left

Row left

right

Row right

Class corpus.excel.Union implements Serializable

Serialized Fields

left

AreaReference left

right

AreaReference right

depth

int depth

excelref

java.lang.String excelref
Used to recoginse this class when iterating through objects

Class corpus.excel.VectorReference implements Serializable

Serialized Fields

excelref

java.lang.String excelref

Class corpus.excel.WorkBook implements Serializable

Serialized Fields

ws

java.util.Vector ws

sheetnames

java.lang.String[] sheetnames

name

java.lang.String name

version

java.lang.String version
Excel version number


readUsing

java.lang.String readUsing
Which Excel2Java API was used to read in this workbook.

Class corpus.excel.WorkBookReference implements Serializable

Serialized Fields

sheet

java.lang.String sheet

wb

java.lang.String wb

Class corpus.excel.WorkSheet implements Serializable

Serialized Fields

parent

WorkBook parent
The Workbook the WorkSheet resides in.


name

java.lang.String name
The name of the sheet


depth

int depth
The depth of the sheet if known, else -1


sheetnames

java.lang.String[] sheetnames
Sheetnames


values_g

Grid values_g
A grid representation of the Worksheet values.


formulas_g

Grid formulas_g
A grid representation of the Worksheet formulas.


cells

Grid cells
A grid representation of the Worksheet cells.

Class corpus.excel.WorkSheetReference implements Serializable

Serialized Fields

sheet

java.lang.String sheet


Package corpus.fileIO

Class corpus.fileIO.ComboDialog implements Serializable


Spreadsheet Toolkit

Project Home Page