| java.lang.Object model.ModelChangeCommand
ModelChangeCommand | public class ModelChangeCommand (Code) | | author: sh |
Method Summary | |
public boolean | canExecuteImplChange(EditPart editPart, Object newValue) This method checks if the implementation value could be changed
by a Replace Command. | public void | executeImplChange(EditPart editPart, Object newValue) This method performs a implementation change by
a Set Value Command. |
canExecuteImplChange | public boolean canExecuteImplChange(EditPart editPart, Object newValue)(Code) | | This method checks if the implementation value could be changed
by a Replace Command.
Parameters: editPart - the EditPart containing the implementation Parameters: newValue - the new value to set true if the Change Command could be executed |
executeImplChange | public void executeImplChange(EditPart editPart, Object newValue)(Code) | | This method performs a implementation change by
a Set Value Command.
Parameters: editPart - the editPart containing the value to change Parameters: newValue - the new value to set |
|
|