|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.upenn.gloDB.gui.GUISequenceIO
public class GUISequenceIO
Static methods used throughout the GUI.
Field Summary | |
---|---|
(package private) static javax.swing.filechooser.FileFilter |
filter
Define 'filter' as a static global variable so that it persists across instances of the fileChoosers and thus will 'remember' what the user last used. |
Constructor Summary | |
---|---|
GUISequenceIO()
|
Method Summary | |
---|---|
static java.util.Set |
loadSequence()
Use a FileChooser to select a Sequence file to load. |
static Sequence |
newSequence()
|
static java.lang.String |
saveSequence(java.lang.String sequence)
Use a FileChooser to save the given Sequence, returning the filename. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static javax.swing.filechooser.FileFilter filter
Constructor Detail |
---|
public GUISequenceIO()
Method Detail |
---|
public static Sequence newSequence()
public static java.util.Set loadSequence()
public static java.lang.String saveSequence(java.lang.String sequence)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |