not finish yet, just for treeset
String: if can't convert to number, alway on the top ."" is set to null in cell
null<"": alway at the bottom
number: always in middle
DBaseFile reads a dBase (*.dbf) file into an Object[] array where
the first Object is an array of Strings that holds the names of the arrays,
and the sucessive Objects are arrays of primitives of doubles, ints, strings,
or booleans.
Reads shapefiles from included resources
Object[0] = names of variables
0bject[1] = data (double[], int[], or String[])
0bject[1] = data (double[], int[], or String[])
...
Reads shapefiles from included resources
Object[0] = names of variables
0bject[1] = data (double[], int[], or String[])
0bject[1] = data (double[], int[], or String[])
...
Reads shapefiles from included resources
Object[0] = names of variables
0bject[1] = data (double[], int[], or String[])
0bject[1] = data (double[], int[], or String[])
...
Jin: Even you use table.setDefaultEditor(edu.psu.geovista.app.spreadsheet.formula.Cell.class, new CellFomulaEditor(new JTextField()));
It still not work since JTable.getDefaultEditor(Class columnClass) is passed in a Object.class, not edu.psu.geovista.app.spreadsheet.formula.Cell.class
This is how getDefaultEditor() called:
editor = getDefaultEditor(getColumnClass(column));
By default(in AbstractTableModel):getColumnClass return a Object.class.
Return the sort vector for the column with given index(in model)
if not vector exist for the index, set null for that index in sorts
it means that column is not sorted(thus no corresponding vector in sorts)
This class handles the rendering of layer-independent objects like
tooltips and the image used for buffering, and manages the layers,
which render themselves to the image.
Configures (scales, translates) all axes to show values between zero
(or the nagative minimum of all axes) and the maximum value of all axes
on a maximum scale.
Takes a file name and returns an Object[] with:
Object[0] = names of variables
0bject[1] = data (double[], int[], or String[])
0bject[1] = data (double[], int[], or String[])
...
toString method for edu.psu.geovista.app.spreadsheet.exception.ParserException.
toString() -
Method in class edu.psu.geovista.app.spreadsheet.formula.Cell
toString() method return same data as getValue(), but in different format
toString() return String format for table.getValue() to paintCell()
getValue() return Number for evaluate edu.psu.geovista.app.spreadsheet.formula
called when paint cell
toString() -
Method in class edu.psu.geovista.app.spreadsheet.formula.Formula
This returns the string value of the edu.psu.geovista.app.spreadsheet.formula.