| Package | Description |
|---|---|
| com.mockturtlesolutions.snifflib.spreadsheets |
Contains standard classes and interfaces for implmenting simple programmable spreadsheets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSpreadsheetEntry
Basic class for spreadsheet cell entries.
|
| Modifier and Type | Method and Description |
|---|---|
SpreadsheetEntry |
SpreadsheetEntryMatrix.getEntryAt(int k)
Return the SpreadsheetEntry at a particular index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpreadsheetEntryMatrix.setEntryAt(SpreadsheetEntry VALUE,
int k)
Set the SpreadsheetEntry at a particular index.
|
void |
SpreadsheetEntry.transferFrom(SpreadsheetEntry src) |
void |
DefaultSpreadsheetEntry.transferFrom(SpreadsheetEntry that) |
| Constructor and Description |
|---|
SpreadsheetEntryEvent(SpreadsheetEntry src,
int type) |
Copyright © 2011, 2013. Daniel P. Dougherty