Documentation of 'org.statcato.file.FileOperations' Java class
FileOperations
org.statcato.file

Class FileOperations



  • public class FileOperations
    extends java.lang.Object
    A collection of file operations.
    Since:
    1.0
    • Constructor Detail

      • FileOperations

        public FileOperations()
    • Method Detail

      • openLogFile

        public static void openLogFile(Statcato app)
        Opens a log.
        Parameters:
        app - parent application
      • openDatasheet

        public static void openDatasheet(Statcato app)
        Opens a datasheet
        Parameters:
        app - parent application
      • openProjectFile

        public static void openProjectFile(Statcato app)
        Opens a project.
        Parameters:
        app - parent application
      • saveDatasheet

        public static void saveDatasheet(Statcato app,
                                         boolean isSaveAs)
        Saves the current datasheet of the application to a file.
        Parameters:
        app - Statcato application
        isSaveAs - whether to save as
      • saveProject

        public static void saveProject(Statcato app,
                                       boolean isSaveAs)
        Saves the current project of the application to a file.
        Parameters:
        app - Statcato application
        isSaveAs - whether to save as
      • getRecentDatasheet

        public static java.io.File getRecentDatasheet()
        Returns the recent datasheet file.
        Returns:
        recent datasheet file
      • getRecentProject

        public static java.io.File getRecentProject()
        Returns the recent project file.
        Returns:
        recent project file

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.