public class DeleteLineCommand extends CategoryLineCommand
category, lineNumbercommandUUID, comment| Constructor and Description |
|---|
DeleteLineCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
doCommand(Project project,
AbstractDataContainer container)
Do command on project.
|
void |
fromStringRepresentation(String representation)
Init command from string representation.
|
String |
getDescription(Project project,
AbstractDataContainer container)
Return human readable string for ui display (used in selection replay,
and undo redo commands).
|
String |
getLogString(Project project,
AbstractDataContainer container)
Return human readable string for log output.
|
String |
toString() |
String |
toStringRepresentation()
Get command argument string representation.
|
void |
undoCommand(Project project,
AbstractDataContainer container)
Undo command on project.
|
getCategory, getLineNumber, setCategory, setLineNumbergetCommandUUID, getComment, setCommandUUID, setCommentpublic void doCommand(Project project, AbstractDataContainer container) throws CoserBusinessException
CommanddoCommand in class Commandproject - projectcontainer - containerCoserBusinessExceptionpublic void undoCommand(Project project, AbstractDataContainer container) throws CoserBusinessException
CommandundoCommand in class Commandproject - projectcontainer - containerCoserBusinessExceptionpublic String toStringRepresentation()
CommandtoStringRepresentation in class Commandpublic void fromStringRepresentation(String representation)
CommandfromStringRepresentation in class Commandrepresentation - string command representationpublic String getLogString(Project project, AbstractDataContainer container)
CommandgetLogString in class Commandproject - used to convert species codecontainer - rarement utile, mais dans certains cas, sert a avoir les
vrais valeur de champs au lieu des noms techniquespublic String getDescription(Project project, AbstractDataContainer container)
CommandgetDescription in class Commandproject - used to convert species codecontainer - rarement utile, mais dans certains cas, sert a avoir les
vrais valeur de champs au lieu des noms techniquesCopyright © 2010–2015 Ifremer. All rights reserved.