| java.lang.Object diagram.commands.WriteCommand
WriteCommand | public class WriteCommand (Code) | | Sets the attributes "name", "type" and "value"
of an EMF EnvEntry model Object
author: sh |
executeWriteCommand | public void executeWriteCommand(EditPart editPart, newprocess.EnvEntry elementToEdit, EnvEntry envEntryValues)(Code) | | This command sets the attributes "name", "type" and "value" ob an given
EMF EnvEntry model Object and values.
Parameters: editPart - the EditPart which owns the EnvEntry Parameters: elementToEdit - the EMF EnvEntry model Object Parameters: envEntryValues - the values to be set |
getConfigureCommand | protected ICommand getConfigureCommand(ConfigureRequest req, newprocess.EnvEntry modelEntry, EnvEntry envEntryValues)(Code) | | This method returns a ConfigureElementCommand which sets the attributes by the
doExecuteWithResult method.
Parameters: req - the specified ConfigureRequest Parameters: modelEntry - the EMF EnvEntry model object where changes take place Parameters: envEntryValues - the values do be set a new ConfigureElementCommand |
|
|