|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.upenn.gloDB.gui.GUITrackIO
public class GUITrackIO
Static methods used to handle Track IO.
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 | |
---|---|
GUITrackIO()
|
Method Summary | |
---|---|
static Track |
loadTrack()
Use a FileChooser to select a Track file to load. |
static java.lang.String |
saveTrack(java.lang.String track)
Use a FileChooser to save the given Track, 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 GUITrackIO()
Method Detail |
---|
public static Track loadTrack()
public static java.lang.String saveTrack(java.lang.String track)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |