|
BioLegato 0.7.5 GDE plugin | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dataset | |
|---|---|
| org.biolegato.gdesupport.canvas | |
| org.biolegato.gdesupport.data | |
| org.biolegato.gdesupport.files | |
| Uses of Dataset in org.biolegato.gdesupport.canvas |
|---|
| Fields in org.biolegato.gdesupport.canvas declared as Dataset | |
|---|---|
protected Dataset |
GDEList.datamodel
Used for the relationship between the data model and the list |
protected Dataset |
GDETextArea.datamodel
Used for the relationship between the data model and the text area |
| Constructors in org.biolegato.gdesupport.canvas with parameters of type Dataset | |
|---|---|
GDEList(GDECanvas canvas,
Dataset datamodel)
Constructs a new GDEList |
|
GDETextArea(GDECanvas canvas,
Dataset datamodel)
Creates a new instance of GDETextArea |
|
| Uses of Dataset in org.biolegato.gdesupport.data |
|---|
| Constructors in org.biolegato.gdesupport.data with parameters of type Dataset | |
|---|---|
GDESequenceWindow(Dataset datamodel,
javax.swing.JFrame window,
int[] sequences)
Creates a window for editing the properties of a given array of sequences. |
|
| Uses of Dataset in org.biolegato.gdesupport.files |
|---|
| Methods in org.biolegato.gdesupport.files with parameters of type Dataset | |
|---|---|
static void |
DataFormat.readFile(Dataset datamodel,
DataFormat format,
java.io.File file)
Reads a file into the canvas |
static void |
DataFormat.readFile(Dataset datamodel,
java.io.File file)
Reads a file into the canvas |
abstract void |
DataFormat.translateFrom(Dataset datamodel,
java.io.BufferedReader data)
Translates a string from the given file format into the BioLegato internal format. |
void |
FastAFile.translateFrom(Dataset datamodel,
java.io.BufferedReader data)
Translates data in the FastA file format to sequence objects |
void |
GDEFile.translateFrom(Dataset datamodel,
java.io.BufferedReader data)
Translates data in the GDE file format to sequence objecte |
void |
GDEFlatfile.translateFrom(Dataset datamodel,
java.io.BufferedReader data)
Translates data in the GDE flat file format to sequence objecte |
void |
GenBankFile2008.translateFrom(Dataset datamodel,
java.io.BufferedReader data)
Translates data in the GenBank file format to sequence objecte |
static void |
DataFormat.writeAll(Dataset datamodel,
DataFormat format,
java.io.File file)
Writes a list of sequences to a file. |
|
BioLegato 0.7.5 GDE plugin | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||