Statistics
| Revision:

gvsig-vectorediting / org.gvsig.vectorediting / trunk / org.gvsig.vectorediting / org.gvsig.vectorediting.lib / org.gvsig.vectorediting.lib.spi / src / main / java / org / gvsig / vectorediting / lib / spi / EditingProviderManager.java @ 2870

History | View | Annotate | Download (3.55 KB)

# Date Author Comment
2616 06/29/2021 12:33 PM Francisco Díaz Carsí

Added AbstractEditingProviderFactory and support for show previewSymbol in editing tools.

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

refs #5660 Added support for copy alphanumeric attributes en PastFromClipboard

2141 09/03/2020 12:25 PM Francisco Díaz Carsí

Added ArcThreePointEditingProvider

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

244 12/05/2014 01:44 PM Lluís Marqués

Revised and updated Javadoc.

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.

111 10/30/2014 11:20 AM Lluís Marqués

Añadido método de utilidad usado por los proveedores para registar sus iconos.

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.

73 10/03/2014 06:23 AM Lluís Marqués

Created JavaDoc.

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[].

4 09/11/2014 07:25 AM Lluís Marqués

First commit.