Class ApplyUnapplyProfileAction

java.lang.Object
org.palladiosimulator.editors.sirius.custom.externaljavaactions.ApplyUnapplyProfileAction
All Implemented Interfaces:
org.eclipse.sirius.tools.api.ui.IExternalJavaAction

public class ApplyUnapplyProfileAction extends Object implements org.eclipse.sirius.tools.api.ui.IExternalJavaAction
A sirius action for selecting and applying a Profile to the Resource of the selected EObject. selected object.
  • Constructor Details

    • ApplyUnapplyProfileAction

      public ApplyUnapplyProfileAction()
  • Method Details

    • canExecute

      public boolean canExecute(Collection<? extends EObject> selections)
      Specified by:
      canExecute in interface org.eclipse.sirius.tools.api.ui.IExternalJavaAction
    • execute

      public void execute(Collection<? extends EObject> selections, Map<String,Object> parameters)
      Specified by:
      execute in interface org.eclipse.sirius.tools.api.ui.IExternalJavaAction