Class UnexecutableCommand

java.lang.Object
org.eclipse.gef.commands.Command
org.eclipse.gef.commands.UnexecutableCommand

public final class UnexecutableCommand extends Command
A Command which can never be executed
  • Field Details

  • Method Details

    • canExecute

      public boolean canExecute()
      Overrides:
      canExecute in class Command
      Returns:
      false
    • canUndo

      public boolean canUndo()
      Overrides:
      canUndo in class Command
      Returns:
      false