public class

RemoveAssociationsCmd

extends Object
implements Command
java.lang.Object
   ↳ vars.annotation.ui.commandqueue.impl.RemoveAssociationsCmd

Class Overview

Command to remove a given association from a collection of observations.

Implementation Note: THis is a subclass of AddAssociationCmd that just flips the apply/unapply methods

Summary

Public Constructors
RemoveAssociationsCmd(Collection<Association> originalAssociations)
Public Methods
void apply(ToolBelt toolBelt)
Apply/execute the command
String getDescription()
void unapply(ToolBelt toolBelt)
The inverse of apply, essentially an undo
[Expand]
Inherited Methods
From class java.lang.Object
From interface vars.annotation.ui.commandqueue.Command

Public Constructors

public RemoveAssociationsCmd (Collection<Association> originalAssociations)

Public Methods

public void apply (ToolBelt toolBelt)

Apply/execute the command

public String getDescription ()

public void unapply (ToolBelt toolBelt)

The inverse of apply, essentially an undo