Class CreateGuideCommand

java.lang.Object
org.eclipse.gef.commands.Command
org.csstudio.opibuilder.commands.CreateGuideCommand

public final class CreateGuideCommand extends org.eclipse.gef.commands.Command
A Command to create a Guide.
  • Constructor Details

    • CreateGuideCommand

      public CreateGuideCommand(RulerModel parent, int position)
  • Method Details

    • execute

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

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

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