|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Spreadsheet | |
|---|---|
| org.statcato | Provides classes for application main frame, log internal frame, and Datasheet pane. |
| org.statcato.calculator | Provides classes for the calculator tool, including a token scanner and a parser for mathematical expressions. |
| org.statcato.spreadsheet | Provides classes for spreadsheets. |
| Uses of Spreadsheet in org.statcato |
|---|
| Fields in org.statcato declared as Spreadsheet | |
|---|---|
protected Spreadsheet |
StatcatoDialog.ParentSpreadsheet
|
| Methods in org.statcato that return Spreadsheet | |
|---|---|
Spreadsheet |
Statcato.getSpreadsheet()
Returns the active spreadsheet. |
| Methods in org.statcato with parameters of type Spreadsheet | |
|---|---|
void |
DatasheetTabbedPane.addDatasheet(Spreadsheet ThisSpreadsheet)
Adds the given spreadsheet object to this tabbed pane. |
| Uses of Spreadsheet in org.statcato.calculator |
|---|
| Constructors in org.statcato.calculator with parameters of type Spreadsheet | |
|---|---|
MathExpParserComplete(Spreadsheet sp)
|
|
TokenScanner(java.lang.String expr,
Spreadsheet spreadsheet)
Constructor. |
|
| Uses of Spreadsheet in org.statcato.spreadsheet |
|---|
| Methods in org.statcato.spreadsheet that return Spreadsheet | |
|---|---|
Spreadsheet |
SpreadsheetScrollPane.getSpreadsheet()
Returns the internal spreadsheet object. |
Spreadsheet |
Spreadsheet.getSubTable(int minRow,
int minCol,
int maxRow,
int maxCol)
Get a subset of this spreadsheet specified by the given row and column range. |
| Methods in org.statcato.spreadsheet with parameters of type Spreadsheet | |
|---|---|
void |
ExcelAdapter.setJTable(Spreadsheet jTable1)
|
| Constructors in org.statcato.spreadsheet with parameters of type Spreadsheet | |
|---|---|
ExcelAdapter(Spreadsheet myJTable)
The Excel Adapter is constructed with a JTable on which it enables Copy-Paste and acts as a Clipboard listener. |
|
SpreadsheetScrollPane(Statcato mTab,
Spreadsheet s)
Constructor, given the parent frame and the spreadsheet to be contained. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||