|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SaveToFile
SaveToFile -- interface for objects which know how to save their contents to a file.
Method Summary | |
---|---|
void |
saveToFile(java.lang.String fileName)
Save to a named file. |
void |
saveToFile(java.awt.Window parentWindow)
Save to a file using a file dialog. |
Method Detail |
---|
void saveToFile(java.lang.String fileName)
fileName
- Name of file to which to save results. void saveToFile(java.awt.Window parentWindow)
parentWindow
- Parent window for file dialog.
Runs a file dialog to get the name of the file to which to save results.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |