|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Saveable
Interface for resultobjects that can be saved to disc. The
ResultObjectAdapter automatically adds a save button for these
objects.
| Method Summary | |
|---|---|
java.lang.String |
getExtension()
Returns the default extension in file choosers. |
java.lang.String |
getFileDescription()
Returns the file description used in file choosers. |
boolean |
isSavable()
Indicates if this object is actually savable. |
void |
save(java.io.File file)
Writes the object into the given file. |
| Method Detail |
|---|
boolean isSavable()
void save(java.io.File file)
throws java.io.IOException
java.io.IOExceptionjava.lang.String getExtension()
java.lang.String getFileDescription()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||