I have created one small GEF project which contains the GEF editor. Now I want to convert all the functionality to View except the GEF pallette. Is it possible to do? Because when I tried to do the editpolicies and all not working. I am able to draw a rectangle using the GEF Rectangle part and model. it is working fine. But now I want to add the resize,delete,undo functionality to my view. In GEF editor these functionalities are working fine.
Are these functionality working only with Editor? Could anybody suggest how to do it?
I have created one small GEF project which contains the GEF editor. Now I
Share
You can add some GEF features to your view.For that your view has to be implemented
in the followig way.
For example you can add GEF edit policies to your view.
Hope this helps you!!!