[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: remove notaion view from diagram

Peter,

On a canonical diagram if you delete the node from the diagram both the view and semantic element are deleted as a canonical diagram means that the diagram should be kept in sync with the model.

On a non-canonical diagram, you can delete the view only with the 'Delete from Diagram' menu item. This menu item uses GMF's DeleteCommand.

Regards,
Cherie

Peter Fan wrote:
Hi,
in my project, i need to delete the notation view of a node from the diagram, while not removing the semantic record of the model. is there anyone who can tell me how to make it, thanks;
regards.
Peter