Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » New Class Wizard
New Class Wizard [message #169485] Tue, 05 September 2006 11:56 Go to next message
Eclipse UserFriend
Originally posted by: francuesta.gmail.com

Hello, IŽm a new Eclipse user and IŽm developping a plug-in. I need know
the name of the classes that implements the wizard "New Class". I want do
something similar and it would be important for me.

Thank you very much!!!
Re: New Class Wizard [message #169546 is a reply to message #169485] Tue, 05 September 2006 13:43 Go to previous message
Eclipse UserFriend
Originally posted by: joensson.gmail.com

francuesta@gmail.com (Fran) wrote in
news:2579e0671b04790017fddda782216bf2$1@www.eclipse.org:

> Hello, I´m a new Eclipse user and I´m developping a plug-in. I need
> know the name of the classes that implements the wizard "New Class". I
> want do something similar and it would be important for me.

NewClassCreationWizard and NewClassWizardPage which can be found in
org\eclipse\jdt\internal\ui\wizards\

When you download eclipse sdk you also get the src. In your eclipse plugins
folder you must go into org.eclipse.jdt.source_3.2.0.v20060609m-F7snq1fxia-
Z4XP. There you will find a src folder. Inside the src folder you will find
a folder named org.eclipse.jdt.ui_3.2.0.v20060605-1400 and inside that
folder you will find the src.zip containing the source for the two files I
mentioned

I highly recommend TotalCommander for searching through the eclipse source
in the plugins folder since the source code is scattered over many src.zip
files. All it takes is hit Alt+F7, write the classname (or interface name
if that is all you know), and put a check in "Search archives", finally
click search and then you get a nice list.

Enjoy

/flemming
Previous Topic:Compilation!!!!!!!!!!!!!!!
Next Topic:removing package name prefixes in Package Explorer
Goto Forum:
  


Current Time: Thu Apr 25 11:13:10 GMT 2024

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

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

Back to the top