Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [dsdp-dev] Problen developping wizards tree structuure

This list is for the DSDP project.  You should post your questions to one of the Eclipse newsgroups related to user interfaces.

___________________________________________
 
Chris Recoskie
Software Designer
Texas Instruments, Toronto
http://eclipse.org/cdt
 
 

> -----Original Message-----
> From: dsdp-dev-bounces@xxxxxxxxxxx [mailto:dsdp-dev-bounces@xxxxxxxxxxx]
> On Behalf Of pelayo.menendez@xxxxxxxxxxxxx
> Sent: Tuesday, November 22, 2005 3:47 AM
> To: dsdp-dev@xxxxxxxxxxx
> Subject: [dsdp-dev] Problen developping wizards tree structuure
> 
> 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.asistent
> e.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
> 
> 
> This message is for the designated recipient only and may contain
> privileged, proprietary, or otherwise private information.  If you have
> received it in error, please notify the sender immediately and delete the
> original.  Any other use of the email by you is prohibited.
> _______________________________________________
> dsdp-dev mailing list
> dsdp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dsdp-dev


Back to the top