Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Problen developping wizards tree structure
Problen developping wizards tree structure [message #464543] Thu, 24 November 2005 09:05 Go to next message
Eclipse UserFriend
Originally posted by: pelayo.menendez.accenture.com

Hi!
I have a problem developping wizards, the first one is that I need to have
a tree structure in my wizard component like the JAVA component.

<extension
point="org.eclipse.ui.newWizards">
<category
id = "atad.extension.asistente.principal"
name="Arquitectura Canales ">
</category>
<category
id = "atad.extension.asistente.creacionComponentes"
name="Creación de componentes"
parentCategory="atad.extension.asistente.principal">
</category>
<wizard
id = "atad.extension.asistentes.Contexto"
name = "Componente Contexto"
class="componente.wizards.nuevo"
category=" atad.extension.asistente.principal/atad.extension.asistente. creacionComponentes ">
</wizard>
</extension>

The result of this plugin is "Arquitectura canales" and inside only
"Componente contexto" but I need a tree structure??? How can I develop
it???I think that it's correct my structure and the name "Creacion de
componentes" is not in the result.
Thank's
Re: Problen developping wizards tree structure [message #464549 is a reply to message #464543] Thu, 24 November 2005 15:10 Go to previous message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
You will probably get a better response to this Eclipse Workbench question
on the eclipse platform newsgroup.

news://news.eclipse.org/eclipse.platform

"Pelayo" <pelayo.menendez@accenture.com> wrote in message
news:5e63651e9f4ae3100e4e91644c3f7735$1@www.eclipse.org...
> Hi!
> I have a problem developping wizards, the first one is that I need to have
> a tree structure in my wizard component like the JAVA component.
>
> <extension
> point="org.eclipse.ui.newWizards">
> <category
> id = "atad.extension.asistente.principal" name="Arquitectura Canales ">
> </category>
> <category
> id = "atad.extension.asistente.creacionComponentes"
> name="Creaci
Previous Topic:Problem passing a reference in a wizard
Next Topic:Shell setVisible causing problems on Linux
Goto Forum:
  


Current Time: Fri Apr 26 11:47:43 GMT 2024

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

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

Back to the top