Saturday 25 July 2009

Eclipse Plugin Information...

In the URLs below you have some information about Eclipse Plugin
architecture and how create a simple plugin.

http://www.eclipsepluginsite.com/
http://onjava.com/pub/a/onjava/2005/02/09/eclipse.html?page=1

First of all you can start from the "Plugin with a View" sample (see
http://www.eclipsepluginsite.com/eclipse-plugin-development-2.html ). This
sample creates the necesary code and files for the plugin. Then you can add
in the view class your GUI objects. If you have a SWT GUI you can add it as
a simple widget in the view plugin. If your GUI is a SWING GUI I think there
is a SWT composite that can contain the SWING GUI.

No comments:

Post a Comment

Azure OpenAI Architecture Patterns & Deployment Patterns

Sharing some useful links that will help customers architect Azure OpenAI solution using the best practices: (1) Azure OpenAI Landing Zone r...