Interface IAddInModel

    • Method Detail

      • restoreFromFile

        void restoreFromFile​(String filePath)
        Restores the addin data from file
        Parameters:
        filePath - the file path, cannot be null
      • saveToFile

        void saveToFile​(String filePath)
        Save the current AddIn to file.
        Parameters:
        filePath - the file path, cannot be null
      • canEdit

        boolean canEdit()
        Checks that the model is editable.
        Returns:
        true if the model is editable or false if the model is read-only