| |
|
| java.lang.Object model.PropertyUtil
PropertyUtil | public class PropertyUtil (Code) | | author: sh |
getImplementation | public static String getImplementation(EditPart editPart)(Code) | | Returs the implementation value for the given EditPart
Parameters: editPart - the EditPart containing the implementation the implementation value |
isEditPartSupported | public static boolean isEditPartSupported(EditPart editPart)(Code) | | This utility method is used to refactor a
model element. It checks if the selected
EditPart is defined for refactoring.
Parameters: editPart - the EditPart to check true if the given EditPart is accepted |
|
|
|