Package | Description |
---|---|
com.mockturtlesolutions.snifflib.spreadsheets |
Contains standard classes and interfaces for implmenting simple programmable spreadsheets.
|
com.mockturtlesolutions.snifflib.spreadsheets.database |
Base classes for the repository storage framework of the spreadsheets package.
|
com.mockturtlesolutions.snifflib.spreadsheets.workbench |
Graphical interface classes for the repository storage framework of the spreadsheets package.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReservedFunction
A convenience abstract class for ReservedFunctions operating on the values of spreadsheet cells.
|
class |
GroovyScriptReservedFunction
A ReservedFunction which is backed by a script representing valid Groovy code.
|
Modifier and Type | Method and Description |
---|---|
protected ReservedFunction |
DefaultSpreadsheetPanel.get_function(java.lang.String cobj) |
Modifier and Type | Interface and Description |
---|---|
interface |
ReservedFunctionStorage |
Modifier and Type | Class and Description |
---|---|
class |
ReservedFunctionDOM |
class |
ReservedFunctionXML |
Modifier and Type | Class and Description |
---|---|
class |
ReservedFunctionFrame |
class |
ReservedFunctionPanel |
Modifier and Type | Method and Description |
---|---|
ReservedFunction |
ReservedFunctionBrowserFrame.ReservedFunctionTableModel.getItem(int idx) |
ReservedFunction |
ReservedFunctionBrowserFrame.getSelectedFunction() |
Modifier and Type | Method and Description |
---|---|
void |
ReservedFunctionBrowserFrame.ReservedFunctionTableModel.insertRow(int k,
ReservedFunction X) |
Copyright © 2011, 2013. Daniel P. Dougherty