Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] removing udig functionaloty

> I want to know from where I can begin to remove functionalities from udig
> that are not suitable for my purposes.

Options:
a) do not include the plugin that adds the functionality
b) You can process the plugin.xml files in the udig plugins as they
are added to your app (to filter out anything you do not want) the
eclipse online help has the instructions

> Things like tool bars, buttons, views, perspectives, menus and so on.

b) most toolbars, buttons, views, etc are defined in "ui" plugins;
have a look at the tracking example for an rcp application that has no
udig user interface additions.
- http://udig.refractions.net/confluence/display/DEV/2+Training+Materials#2TrainingMaterials-Tracking

This is part of the commercial training course; but you can muddle
through the source code on your own.

> Any help to ease this purpose? I am lost with this.

Use the eclipse online help; it is up to date and matches the version
of eclipse you are using. Grab the eclipse plugins book; it is a great
help. My usual advice is here (and has some links):
- http://udig.refractions.net/confluence/display/ADMIN/Welcome+New+Eclipse+RCP+Developers

> Thank you in advance.
>
> Regards.
>
>
> ------------------------------------------------------------------
> This e-mail and the documents attached are confidential and intended
> solely for the addressee; it may also be privileged. If you receive
> this e-mail in error, please notify the sender immediately and destroy it.
> As its integrity cannot be secured on the Internet, the Atos Origin
> group liability cannot be triggered for the message content. Although
> the sender endeavours to maintain a computer virus-free network,
> the sender does not warrant that this transmission is virus-free and
> will not be liable for any damages resulting from any virus transmitted.
>
> Este mensaje y los ficheros adjuntos pueden contener informacion
> confidencial
> destinada solamente a la(s) persona(s) mencionadas anteriormente
> pueden estar protegidos por secreto profesional.
> Si usted recibe este correo electronico por error, gracias por informar
> inmediatamente al remitente y destruir el mensaje.
> Al no estar asegurada la integridad de este mensaje sobre la red, Atos
> Origin
> no se hace responsable por su contenido. Su contenido no constituye ningun
> compromiso para el grupo Atos Origin, salvo ratificacion escrita por ambas
> partes.
> Aunque se esfuerza al maximo por mantener su red libre de virus, el emisor
> no puede garantizar nada al respecto y no sera responsable de cualesquiera
> danos que puedan resultar de una transmision de virus.
> ------------------------------------------------------------------
> _______________________________________________
> User-friendly Desktop Internet GIS (uDig)
> http://udig.refractions.net
> http://lists.refractions.net/mailman/listinfo/udig-devel
>
>


Back to the top