Interface | Description |
---|---|
CSVFileConstants |
Token literal values and constants.
|
TSVFileConstants |
Token literal values and constants.
|
Class | Description |
---|---|
CSVFile |
CSV (Comma Separated Values) file format parser.
|
CSVFileTokenManager |
Token Manager.
|
RowHeaderRenderer |
A class for rendering the row headers (line numbers) for a table.
|
SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
TableCanvas |
BioLegato's table canvas.
|
TableCanvasProperties |
A class for setting properties specific to the table canvas.
|
Token |
Describes the input token stream.
|
TSVFile |
TSV (Tab Separated Values) file format parser.
|
TSVFileTokenManager |
Token Manager.
|
Enum | Description |
---|---|
TableCanvas.SelectionMode |
The selection modes available for the table canvas.
|
Exception | Description |
---|---|
ParseException |
This exception is thrown when parse errors are encountered.
|
Error | Description |
---|---|
TokenMgrError |
Token Manager Error.
|
Copyright © 2008-2022 University of Manitoba.