vars-redux
Package Index
|
Class Index
org.mbari.samples.integration
org.mbari.vars.integration
vars
vars.annotation
vars.annotation.jpa
vars.annotation.rules
vars.annotation.ui
vars.annotation.ui.actions
vars.annotation.ui.buttons
vars.annotation.ui.buttons.simple
vars.annotation.ui.cbpanel
vars.annotation.ui.commandqueue
vars.annotation.ui.commandqueue.impl
vars.annotation.ui.dialogs
vars.annotation.ui.eventbus
vars.annotation.ui.imagepanel
vars.annotation.ui.ppanel
vars.annotation.ui.preferences
vars.annotation.ui.roweditor
vars.annotation.ui.table
vars.annotation.ui.video
vars.annotation.ui.videoset
vars.integration
vars.jpa
vars.knowledgebase
vars.knowledgebase.jpa
vars.knowledgebase.rules
vars.knowledgebase.ui
vars.knowledgebase.ui.actions
vars.knowledgebase.ui.demos
vars.knowledgebase.ui.dialogs
vars.query
vars.query.ui
vars.query.ui.actions
vars.query.ui.db
vars.query.ui.db.preparedstatement
vars.query.ui.db.sql
vars.quicktime
vars.shared
vars.shared.preferences
vars.shared.ui
vars.shared.ui.dialogs
vars.shared.ui.event
vars.shared.ui.tree
vars.shared.ui.video
vars.testing
Classes
AddAssociationCmd
AddObservationCmd
ChangeAssociationsCmd
ChangeCameraDirectionsCmd
ChangeObservationNameCmd
ChangeTimeCodeCmd
ChangeVideoArchiveNameCmd
ChangeVideoArchiveSetCmd
CopyObservationsCmd
DuplicateObservationsCmd
MoveVideoFramesCmd
RemoveAssociationsCmd
RemoveImageReferencesCmd
RemoveObservationsCmd
RenameObservationsCmd
RenameVideoArchiveCmd
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
RenameVideoArchiveCmd
extends Object
implements
Command
java.lang.Object
↳
vars.annotation.ui.commandqueue.impl.RenameVideoArchiveCmd
Summary
Public Constructors
RenameVideoArchiveCmd
(String oldName, String newName)
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
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
abstract void
apply
(
ToolBelt
toolBelt)
Apply/execute the command
abstract String
getDescription
()
abstract void
unapply
(
ToolBelt
toolBelt)
The inverse of apply, essentially an undo
Public Constructors
public
RenameVideoArchiveCmd
(String oldName, String newName)
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