|
BioLegato 0.7.5 Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataCanvas
All subclasses are expected to implement a displayable canvas for BioLegato.
| Method Summary | |
|---|---|
java.awt.Component |
display()
Displays the main pane of the data canvas |
java.lang.String |
getName()
Returns the name of the canvas. |
void |
readFile(java.lang.String format,
java.io.File currentFile)
Reads a file into the canvas |
void |
writeFile(java.lang.String format,
java.io.File currentFile)
Writes a file out from the canvas |
| Method Detail |
|---|
java.awt.Component display()
void readFile(java.lang.String format,
java.io.File currentFile)
format - the file format to use for parsing the file.currentFile - the file to read in.
void writeFile(java.lang.String format,
java.io.File currentFile)
format - the file format to use for writing the file.currentFile - the file to write out.java.lang.String getName()
|
BioLegato 0.7.5 Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||