Re: How to extend gwt designer

2011-03-17 Thread Eric Clayberg
The core of GWT Designer is an Eclipse open source project called "WindowBuilder". Source for WindowBuilder is available at Eclipse.org, if you want to look at any of the extension points in detail. You should also look at the following two PDF files in the docs... http://code.google.com/webtoolk

How to extend gwt designer

2011-03-16 Thread Oussema Gabtni
Hello :) I'm working in a project to create an eclipse plugin which extend the gwt designer plugin. I learned how to manipulate eclipse plugin but i don't know how to use extension points of gwt designer How can i do that? What are the steps to follow? Is gwt designer open source? Thanks for all -