| java.lang.Object diagram.commands.ReadCommand
ReadCommand | public class ReadCommand (Code) | | Reads the EnvEntries of the selected EditPart
author: sh |
Method Summary | |
public EList | getValues(EditPart selectedEditPart) Returns the list of EnvEntries for the given EditPart.
Parameters: selectedEditPart - the EditPart containing the EnvEntries. |
getValues | public EList getValues(EditPart selectedEditPart)(Code) | | Returns the list of EnvEntries for the given EditPart.
Parameters: selectedEditPart - the EditPart containing the EnvEntries. a list of EnvEntries. |
|
|