artisynth.core.gui.editorManager
Interface Command

All Known Implementing Classes:
AddComponentsCommand, DetachParticlesCommand, MoveFibresCommand, RemoveAddCommand, RemoveComponentsCommand, SetCollisionsCommand, SetDefaultCollisionsCommand, TransformComponentsCommand

public interface Command


Method Summary
 void execute()
          Executes this command.
 java.lang.String getName()
          Gets the name associated with this command.
 void undo()
          Undoes the result of executing this command.
 

Method Detail

execute

void execute()
Executes this command.


undo

void undo()
Undoes the result of executing this command.


getName

java.lang.String getName()
Gets the name associated with this command. This name will be used in creating entries in the undo menu.

Returns:
name associated with this command