|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileOpener
This interface is used for encapsulatign the platform-dependent process of opening a file with an arbitrary extension.
Method Summary | |
---|---|
void |
load()
Perform any loading in of data the implementor may require. |
void |
open(java.lang.String filename)
Opens the file with the given name, using either a pre-defined, or a user-defined application. |
void |
save()
Perform any saving to disk of data the implementor may requires. |
Method Detail |
---|
void open(java.lang.String filename) throws java.lang.Exception
filename
- the name of the file to open.
java.lang.Exception
void save()
void load()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |