|
JDT: Create a JavaProject wizard variant -
05-10-2008, 02:42 PM
Hello,
Im trying to create a plugin which extends the Java and Ive looked at:
org.eclipse.ui.dialogs.WizardNewProjectCreationPag e
and
org.eclipse.jdt.ui.wizards.JavaCapabilityConfigura tionPage
but neither give me the first page of the new java project wizard.
I want to make a wizard exactly like the one eclipse already has for creating new java projects - except I want a page to it where options of my plugin can be set...
Any ideas? Ive been looking at the API without any luck.
|