|
|||||||||
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. |
void |
save(java.io.File file)
Writes the object into the given file. |
Method Detail |
---|
void save(java.io.File file) throws java.io.IOException
java.io.IOException
java.lang.String getExtension()
java.lang.String getFileDescription()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |