Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Wizard-Plugin
Wizard-Plugin [message #71513] Wed, 02 July 2003 06:50 Go to next message
Eclipse UserFriend
Originally posted by: christoph.de.mattia.web.de

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
Re: Wizard-Plugin [message #71793 is a reply to message #71513] Wed, 02 July 2003 12:55 Go to previous message
Eclipse UserFriend
Originally posted by: wmitsuda.yahoo.com.br

"Christoph" <christoph.de.mattia@web.de> escreveu na mensagem
news:bdudeb$6vb$1@rogue.oti.com...
> 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
>

See the source code of Sysdeo Tomcat plugin:
http://www.sysdeo.com/eclipse/tomcatPlugin.html

It uses the pages to create a java-based tomcat project.
Previous Topic:Tasks that are errors are no longer visible in the Task View
Next Topic:Code re-formatting for all source file ?
Goto Forum:
  


Current Time: Tue Jul 22 15:14:27 EDT 2025

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

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

Back to the top