Interface DrawingSurfaceInterface

  • All Known Implementing Classes:
    DrawingSurface

    public interface DrawingSurfaceInterface
    Author:
    ssah
    • Method Detail

      • getDsId

        Object getDsId()
        Returns:
        something
      • isModified

        boolean isModified()
        Returns:
        something
      • getTitle

        String getTitle()
        Returns:
        something
      • reloadTemplate

        boolean reloadTemplate​(VDBTemplate data)
        Parameters:
        data - data
        Returns:
        something
      • open

        boolean open​(File file,
                     boolean importDB)
              throws IOException
        Parameters:
        file - file
        importDB - importDB
        Returns:
        something
        Throws:
        IOException - foo
      • isTemplateChanged

        boolean isTemplateChanged()
        Returns:
        something
      • isTemplateAllowed

        boolean isTemplateAllowed​(VDBTemplate template)
        Parameters:
        template - template
        Returns:
        something
      • getTemplate

        VDBTemplate getTemplate()
        Returns:
        something
      • close

        boolean close()
        Returns:
        something