Statistics
| Revision:

gvsig-vectorediting / org.gvsig.vectorediting / trunk / org.gvsig.vectorediting / org.gvsig.vectorediting.lib / org.gvsig.vectorediting.lib.impl / src / main / java / org / gvsig / vectorediting / lib / impl / DefaultEditingProviderManager.java @ 2870

History | View | Annotate | Download (12.2 KB)

# Date Author Comment
2640 07/13/2021 08:16 AM Francisco Díaz Carsí
2612 06/14/2021 02:14 PM Francisco Díaz Carsí

Fixed copy features without unique index attributes

2608 06/04/2021 10:49 AM Francisco Díaz Carsí

refs #5660 Added support for copy alphanumeric attributes en PastFromClipboard

377 01/29/2015 02:51 PM Francisco Díaz Carsí

Arreglado para que el DefaultEditingProviderManager lleve un registro de valores por defecto y pueda "recordar" el último valor introducido por el usuario en la sesion actual de gvSIG y lo utilice posteriormente como valor por defecto.

319 01/09/2015 09:23 AM Francisco Díaz Carsí

- Añadido registro de symbolos para edición

227 12/02/2014 09:54 AM Lluís Marqués

Clean up code.

159 11/14/2014 02:44 AM Lluís Marqués

Changed all class headers.
Source formatting.

114 10/30/2014 11:29 AM Lluís Marqués

Implementación del método de utilidad usado por los proveedores para registrar sus iconos.
Eliminadas dependencias con los proveedores.
Eliminado el registro de los proveedores. Ahora cada proveedor se registra asimismo.

89 10/08/2014 05:55 AM Lluís Marqués

Implemented EditingContext.
Added ServiceInformationException to be thrown when somebody tries to get information of service.

29 09/22/2014 08:01 AM Lluís Marqués

Implemented getServiceInfo.
Implemented common operations at BaseEditingExtension to set if each extension is enable or not.
Changed return type of getSupportedPrimitiveGeometryTypes operation to int[].

19 09/17/2014 03:19 AM Lluís Marqués

Refactoring and formating code. Added start method to service that permits us to reset values of service.
Added incomplete new abstract class to extract common functionality of providers.
Added new functionality to Main.

17 09/16/2014 05:26 AM Lluís Marqués
  • Changed parameter "InsertPoint" to name variable.
  • Implemented getService to obtain default editing service linked with appropriate provider.
  • Implemented activeTool that obtain editingBehavior and call activateTool.
  • Override createProvider
  • Delegated service functionality to provider...
4 09/11/2014 07:25 AM Lluís Marqués

First commit.