Interface IManifestEditor


  • public interface IManifestEditor
    • Method Detail

      • edit

        boolean edit​(Object parent,
                     Manifest manifest,
                     boolean inProcess)
        Opens the editor for the manifest files.
        Parameters:
        parent - UI parent object (can be null)
        manifest - manifest object to edit
        inProcess - true if a process is continued when the editor is closed.
        Returns:
        false on error or if the user cancels.