Package | Description |
---|---|
fr.ifremer.coser.bean |
Storage structure classes.
|
fr.ifremer.coser.command |
Control specific classes.
|
fr.ifremer.coser.services |
Services classes.
|
Modifier and Type | Field and Description |
---|---|
protected List<Command> |
AbstractDataContainer.historyCommands
L'historique des commandes do/undo .
|
Modifier and Type | Method and Description |
---|---|
List<Command> |
AbstractDataContainer.getHistoryCommands() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataContainer.addHistoryCommand(Command historyCommand) |
void |
AbstractDataContainer.removeHistoryCommand(Command historyCommand) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataContainer.setHistoryCommands(List<Command> historyCommand) |
Modifier and Type | Class and Description |
---|---|
class |
CategoryLineCommand
Commande faite une une category de fichier a une ligne specifique.
|
class |
DeleteLineCommand
Command pattern object.
|
class |
MergeSpeciesCommand
Merge species command.
|
class |
ModifyFieldCommand
Command pattern object.
|
Modifier and Type | Method and Description |
---|---|
protected Command |
ProjectService.convertLineToCommand(String line)
Convert a string line to parameterized command.
|
Modifier and Type | Method and Description |
---|---|
protected List<Command> |
ProjectService.getHistoryCommandsFromProperties(Properties props,
String propertyPrefix)
Load history command list from file.
|
Modifier and Type | Method and Description |
---|---|
protected String |
ProjectService.convertCommandToLine(Command command)
Convert a command to string info
|
void |
CommandService.doAction(Command command,
Project project,
AbstractDataContainer container)
Perform command on project.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ProjectService.addHistoryCommandsToProperties(Properties props,
List<Command> historyCommand,
String propertyPrefix)
Sauve une liste ordonnées de commande dans le fichier specifié.
|
Copyright © 2010–2015 Ifremer. All rights reserved.