Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Help in plugin development

  Asked By: Josefina    Date: Aug 26    Category: Java    Views: 565
  

I am trying to develop a plugin into eclipse,
is there someone who can help me in using gef?
In particular, I need a simple example about a palette able to
create graphical entity on a View. I am studying the logic plugin
sample but is too big, I need something of very simple in order to
understand the basic structure.

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Robin Bailey     Answered On: Aug 26

plugin  consists of a plugin.xml file which is the most important thing. It
contains all your information for the plugin like the jars required the
dependency on other plugins.your core class files path (jar again ) etc.


I think if you want to do a Rapid development  of the plugin then shift to Plugin
Development perspective and then add a plugin using the Wizard provided for
Creating a new plugin.

 
Didn't find what you were looking for? Find more on Help in plugin development Or get search suggestion and latest updates.




Tagged: