Interface IAddInModel

All Superinterfaces:
IModel, IValidable, IValue<AddIn>
All Known Implementing Classes:
AddInModel

public interface IAddInModel extends IValue<AddIn>
Addin ui model
  • Method Details

    • 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