| java.lang.Object diagram.commands.ConfigureCommand
ConfigureCommand | public class ConfigureCommand (Code) | | author: sh |
doConfiguration | protected newprocess.EnvEntry doConfiguration(EObject element, IProgressMonitor monitor, EnvEntry envEntryValues)(Code) | | This method configures a Environment Entries an sets the values of
the Environment Entry property.
Parameters: element - the Environment Entry to configure Parameters: monitor - a progress monitor Parameters: envEntryValues - a info object containing data for the environment entry envEntry the new created and configured Environment Entry |
executeConfigureElementCommand | public newprocess.EnvEntry executeConfigureElementCommand(EditPart editPart, EnvEntry envEntryValues)(Code) | | This method configures a Environment Entries an sets the values of
the Environment Entry property.
Parameters: editPart - the EditPart containing the Environment Entry to configure Parameters: envEntryValues - an info object containig the info for the new environment entry modelEnvEntry the created and configured Environment Entry |
getConfigureCommand | protected ICommand getConfigureCommand(ConfigureRequest req, EnvEntry envEntryValues)(Code) | | |
|
|