public class

ChangeVideoArchiveNameCmd

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

Summary

Public Constructors
ChangeVideoArchiveNameCmd(VideoArchive videoArchive, String newName, String newPlatformName, int newSequenceNumber)
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 ChangeVideoArchiveNameCmd (VideoArchive videoArchive, String newName, String newPlatformName, int newSequenceNumber)

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