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
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0)
|
final
void
|
wait(long arg0, int arg1)
|
|
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