I want to create an editor in eclipse (as an eclipse plugin), for a java class that implements some of the interfaces I created. The editor will allow the user to edit some information (using the form), which will be placed in the java class. - I like it very much in the EJB editor. I want java files that implement this interface to open an editor.
- How to replace values ββin a class without the need to regenerate it (since the user could edit part of the source code in the class)?
- How to link an editor to open only some java files?
Thanks.
ido
source share