[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] wizard-plugin to create java-projects

hi

i am trying to build a plugin which provides a wizard to create
java-Projects.
I am able to create an ordinary Project by using the class
WizardNewProjectCreationPage. 

my questions:
in which context can i use the class: NewJavaProjectWizardPage?
(i am using a Wizard which owns a WizardNewProjectCreationPage: mainPage.
i tried to create a new NewJavaProjectCreationPage by:

NewJavaProjectCreationPage javaProjCreate = new NewJavProjectCreationPage
(root,mainpage)

i don't know now how to use this object.)

does anyone know a good tutorial or howto or something about this topic?

regards christoph