Class GefCommandWrapper

java.lang.Object
org.eclipse.gef.commands.Command
org.eclipse.graphiti.ui.internal.command.GefCommandWrapper

public class GefCommandWrapper extends org.eclipse.gef.commands.Command
  • Constructor Details

    • GefCommandWrapper

      public GefCommandWrapper(ICommand command, org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain)
  • Method Details

    • canExecute

      public boolean canExecute()
      Overrides:
      canExecute in class org.eclipse.gef.commands.Command
    • canUndo

      public boolean canUndo()
      Overrides:
      canUndo in class org.eclipse.gef.commands.Command
    • execute

      public void execute()
      Overrides:
      execute in class org.eclipse.gef.commands.Command
    • getLabel

      public String getLabel()
      Overrides:
      getLabel in class org.eclipse.gef.commands.Command
    • undo

      public void undo()
      Overrides:
      undo in class org.eclipse.gef.commands.Command
    • getCommand

      public ICommand getCommand()
    • redo

      public void redo()
      Overrides:
      redo in class org.eclipse.gef.commands.Command