|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--org.emboss.jemboss.gui.filetree.FileSave
| Constructor Summary | |
FileSave(java.io.File f)
Check if we can/want to save file to disk. |
|
| Method Summary | |
boolean |
doWrite()
|
boolean |
fileExists()
|
void |
fileSaving(java.lang.Object file)
|
boolean |
writeOK()
Whether the fileSaving() operation was successful |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public FileSave(java.io.File f)
f - the File to save to| Method Detail |
public void fileSaving(java.lang.Object file)
file - An Object with the file contentspublic boolean doWrite()
public boolean writeOK()
public boolean fileExists()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||