See: Description
| Interface | Description |
|---|---|
| MyrtleSheetAPI |
This interface provides methods for managing multiple spreadsheet tables, their
contents, and their interactivity.
|
| MyrtleTableAPI |
This interface provides methods implemented by individual spreasheet tables.
|
| RangeGrabListener |
Listener intended for tracking changes in spreadsheet entries.
|
| ReservedFunction |
Interface implemented by functions which operate on the values of spreadsheet entries.
|
| ScriptListener |
Interface for events generated by procedure scripts.
|
| SpreadsheetEntry |
Interface for spreadsheet cell entries.
|
| SpreadsheetEntryListener |
Listener intended for tracking changes in spreadsheet entries.
|
| SpreadsheetModel |
Marker interface for spread sheet storage models.
|
| SpreadsheetPanel |
Marker interface for spread sheets rendered as a panel.
|
| SpreadsheetPanelListener |
Listener intended for tracking changes in spreadsheet entries.
|
| SpreadsheetProcedure |
Interface used to handle transient instances of spreadsheet procedure scripts.
|
| SpreadsheetUndoEvent |
Interface for undoable events occuring in the spreadsheet.
|
| Class | Description |
|---|---|
| AbstractReservedFunction |
A convenience abstract class for ReservedFunctions operating on the values of spreadsheet cells.
|
| BookmarkEntry |
Class facilitating association of a name with a spreadsheet range (or list of ranges).
|
| BookmarkFolder |
Instances of this class associate multiple BookmarkEntry instances within a single category called a folder.
|
| DefaultSpreadsheetEntry |
Basic class for spreadsheet cell entries.
|
| DefaultSpreadsheetEntryTableCellEditor |
A TableCellEditor for spreadsheet entries.
|
| DefaultSpreadsheetEntryTableCellRenderer |
A TableCellRenderer for spreadsheet entries.
|
| DefaultSpreadsheetFrame |
Frame enclosing a DefaultSpreadsheetPanel.
|
| DefaultSpreadsheetFunction |
Interface required of any function of SpreadsheetEntry
|
| DefaultSpreadsheetHelpFrame |
Frame enclosing helpful information about use, where to get help, bug reports etc for a
DefaultSpreadsheetPanel instance.
|
| DefaultSpreadsheetModel |
Classic spreadsheet whose domain is a rectangular array of columns (fields) and rows (records).
|
| DefaultSpreadsheetPanel |
Panel containing one or more DefaultSpreadsheetTable instances.
|
| DefaultSpreadsheetTable | |
| GroovyScriptReservedFunction |
A ReservedFunction which is backed by a script representing valid Groovy code.
|
| MyrtleGUI |
Class offering a stand-alone (i.e.
|
| MyrtleGUI.ExceptionGroup |
Class which strives to capture and cleanly deal with exceptions left uncaught elsewhere.
|
| RangeGrabEvent | |
| RegisteredLink | |
| ReservedFunctionLibrary | |
| ScriptEvent |
Events generated during the creation, modification, or execution of scripts are handled using this class.
|
| SharedSpreadsheetClipboard | |
| SortingCriterion | |
| SpreadsheetEntryEvent |
Event for changes in spreadsheet entries.
|
| SpreadsheetEntryMatrix | |
| SpreadsheetFunction |
Interface required of any function of SpreadsheetEntry
|
| SpreadsheetPanelEvent |
Event for changes in spreadsheets
|
| SpreadsheetTabbedSheetUndoEvent | |
| SpreadsheetTable |
Convenience abstract class for spread sheet tables.
|
| SpreadsheetTableDataUndoEvent | |
| SpreadsheetTableMatrixUndoEvent | |
| SpreadsheetUndoRedoManager | |
| ValueSortUnit |
Copyright © 2011, 2013. Daniel P. Dougherty