|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.statcato.file.FileOperations
public class FileOperations
A collection of file operations.
Constructor Summary | |
---|---|
FileOperations()
|
Method Summary | |
---|---|
static java.io.File |
getRecentDatasheet()
Returns the recent datasheet file. |
static java.io.File |
getRecentProject()
Returns the recent project file. |
static void |
openDatasheet(Statcato app)
Opens a datasheet |
static void |
openLogFile(Statcato app)
Opens a log. |
static void |
openProjectFile(Statcato app)
Opens a project. |
static void |
saveDatasheet(Statcato app,
boolean isSaveAs)
Saves the current datasheet of the application to a file. |
static void |
saveProject(Statcato app,
boolean isSaveAs)
Saves the current project of the application to a file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileOperations()
Method Detail |
---|
public static void openLogFile(Statcato app)
app
- parent applicationpublic static void openDatasheet(Statcato app)
app
- parent applicationpublic static void openProjectFile(Statcato app)
app
- parent applicationpublic static void saveDatasheet(Statcato app, boolean isSaveAs)
app
- Statcato applicationisSaveAs
- whether to save aspublic static void saveProject(Statcato app, boolean isSaveAs)
app
- Statcato applicationisSaveAs
- whether to save aspublic static java.io.File getRecentDatasheet()
public static java.io.File getRecentProject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |