Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » JDT public api for doing codemanipulation
JDT public api for doing codemanipulation [message #192250] Tue, 11 January 2005 09:44 Go to next message
Eclipse UserFriend
Originally posted by: LeftyArnaldo.yahoo.com

I'm trying to create classes/interfaces and to generate getters and
setters with the jdt codemanipulation classes but the classes are part
of the internal implementation, is there a public API that I can use to
run these operations without launching the associated dialogs?. Like
providing to these operations the info they get from the dialog and run
the operation.
Re: JDT public api for doing codemanipulation [message #192417 is a reply to message #192250] Wed, 12 January 2005 04:14 Go to previous message
Eclipse UserFriend
You're correct, this is all internal. What you would need is the
AddGetterSetterOperation. We most likely will not have time for 3.1 to
look at making that API, so you will have to refer to internal API so long.

Martin

Lefty A Rivera wrote:
> I'm trying to create classes/interfaces and to generate getters and
> setters with the jdt codemanipulation classes but the classes are part
> of the internal implementation, is there a public API that I can use to
> run these operations without launching the associated dialogs?. Like
> providing to these operations the info they get from the dialog and run
> the operation.
Previous Topic:Looking for a simple plugin out there
Next Topic:problem opening a class with F3
Goto Forum:
  


Current Time: Sun Jun 08 08:29:30 EDT 2025

Powered by FUDForum. Page generated in 0.11664 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top