- TableCanvas - Class in org.biolegato.tables
-
BioLegato's table canvas.
- TableCanvas() - Constructor for class org.biolegato.tables.TableCanvas
-
Creates a new instance of a TableCanvas.
- TableCanvas(Map<? extends Object, ? extends Object>) - Constructor for class org.biolegato.tables.TableCanvas
-
Creates a new instance of TableCanvas.
- TableCanvas(ResultSet) - Constructor for class org.biolegato.tables.TableCanvas
-
Creates a new instance of TableCanvas, reading results from an SQL query
into the table, by default.
- TableCanvas(Map<? extends Object, ? extends Object>, ResultSet) - Constructor for class org.biolegato.tables.TableCanvas
-
Creates a new instance of TableCanvas, reading results from an SQL query
into the table, by default.
- TableCanvas(Map<? extends Object, ? extends Object>, String[][]) - Constructor for class org.biolegato.tables.TableCanvas
-
Creates a new instance of TableCanvas.
- TableCanvas.SelectionMode - Enum in org.biolegato.tables
-
The selection modes available for the table canvas.
- TableCanvasProperties - Class in org.biolegato.tables
-
A class for setting properties specific to the table canvas.
- TableCanvasProperties(JFrame, JTable, JList) - Constructor for class org.biolegato.tables.TableCanvasProperties
-
Creates a new TableCanvasProperties object to change the properties of
the table canvas.
- tabSize - Variable in class org.biolegato.tables.SimpleCharStream
-
- token - Variable in class org.biolegato.tables.CSVFile
-
Current token.
- Token - Class in org.biolegato.tables
-
Describes the input token stream.
- Token() - Constructor for class org.biolegato.tables.Token
-
No-argument constructor
- Token(int) - Constructor for class org.biolegato.tables.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class org.biolegato.tables.Token
-
Constructs a new token for the specified Image and Kind.
- token - Variable in class org.biolegato.tables.TSVFile
-
Current token.
- token_source - Variable in class org.biolegato.tables.CSVFile
-
Generated Token Manager.
- token_source - Variable in class org.biolegato.tables.TSVFile
-
Generated Token Manager.
- tokenImage - Static variable in interface org.biolegato.tables.CSVFileConstants
-
Literal token values.
- tokenImage - Variable in exception org.biolegato.tables.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- tokenImage - Static variable in interface org.biolegato.tables.TSVFileConstants
-
Literal token values.
- TokenMgrError - Error in org.biolegato.tables
-
Token Manager Error.
- TokenMgrError() - Constructor for error org.biolegato.tables.TokenMgrError
-
No arg constructor.
- TokenMgrError(String, int) - Constructor for error org.biolegato.tables.TokenMgrError
-
Constructor with message and reason.
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.biolegato.tables.TokenMgrError
-
Full Constructor.
- toString() - Method in class org.biolegato.tables.Token
-
Returns the image.
- TSV_FILTER - Static variable in class org.biolegato.tables.TSVFile
-
TSV file format filter (for file chooser objects).
- TSVFile - Class in org.biolegato.tables
-
TSV (Tab Separated Values) file format parser.
- TSVFile(InputStream) - Constructor for class org.biolegato.tables.TSVFile
-
Constructor with InputStream.
- TSVFile(InputStream, String) - Constructor for class org.biolegato.tables.TSVFile
-
Constructor with InputStream and supplied encoding
- TSVFile(Reader) - Constructor for class org.biolegato.tables.TSVFile
-
Constructor.
- TSVFile(TSVFileTokenManager) - Constructor for class org.biolegato.tables.TSVFile
-
Constructor with generated Token Manager.
- TSVFileConstants - Interface in org.biolegato.tables
-
Token literal values and constants.
- TSVFileTokenManager - Class in org.biolegato.tables
-
Token Manager.
- TSVFileTokenManager(SimpleCharStream) - Constructor for class org.biolegato.tables.TSVFileTokenManager
-
Constructor.
- TSVFileTokenManager(SimpleCharStream, int) - Constructor for class org.biolegato.tables.TSVFileTokenManager
-
Constructor.