Class AbstractCommonPictureHandler

    • Constructor Detail

      • AbstractCommonPictureHandler

        public AbstractCommonPictureHandler()
    • Method Detail

      • execute

        public Object execute​(org.eclipse.core.commands.ExecutionEvent event)
                       throws org.eclipse.core.commands.ExecutionException
        Throws:
        org.eclipse.core.commands.ExecutionException
      • doExecute

        protected abstract void doExecute​(CommonPicture commonPicture,
                                          IModelApi modelApi)
        Executes with the CommonPicture and IModelApi instances.
        Parameters:
        commonPicture - the common picture, cannot be null
        modelApi - the model API, cannot be null