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 / DefaultEditingManager.java @ 2870

History | View | Annotate | Download (4.59 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.

2611 06/10/2021 11:47 AM Joaquín del Cerro Murciano

- Unificado el terminar edicion del menu en uno solo que llama a una u otra cosa en funcion de si se esta terminando edicion de mas de una capa.
- Añadido el panel que muestra las opciones de edicion de la herramienta de edicion activa.

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

refs #5660 Added support for copy alphanumeric attributes en PastFromClipboard

2444 02/05/2021 01:18 PM Francisco Díaz Carsí

Added PasteFromClipboardEditingProvider and many more.

322 01/13/2015 11:25 AM Lluís Marqués

Added MapContext parameter to getEditingService because it could be necessary for some editing provider.
Modify all provider factory classes.

264 12/11/2014 05:43 PM Lluís Marqués

Implemented Splitline provider.

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

Clean up code.

166 11/17/2014 06:42 AM Lluís Marqués

Added exception to logger.

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

Changed all class headers.
Source formatting.

130 11/04/2014 03:36 AM Lluís Marqués

Corregidos mensajes de error.
Añadidos mensajes de error.
Cambiado el logging de error a info.

128 11/03/2014 06:50 AM Lluís Marqués

Añadido mensaje al log cuando ocurre algun error al obtener un editing service.

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.

72 10/03/2014 06:21 AM Lluís Marqués

Changed activateTool to activateService.
Deleted useless comments and unused variables.

45 09/24/2014 06:54 AM Lluís Marqués

Changed layer parameter for featureStore.
Changed provider name. Now action-command and provider name is the same.

42 09/23/2014 11:22 AM Lluís Marqués

Added swing api and impl to dependency management.
Moved activateTool and beginEdition to swingManager.
Moved EditingBehavior to swing.api
Moved DefaultEditingBehavior to swing.impl
Added swingManager, locator and library.

30 09/22/2014 10:52 AM Lluís Marqués

Added cleanBehavior method at EditingBehavior.

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

28 09/22/2014 06:19 AM Lluís Marqués

Changed version of org.gvsig.desktop to 2.0.58.
Added dependency management of prov.circle2p project.
Added prov.circle2p dependency to projects.
Added project to plugin package.
Changed structure of extensions. Now BaseEditingServiceExtension is abstract and each editingextension extends this class....

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

Implemented the display of coordinates.
Implemented error message when behavior receives bad values by console.
Set caret position when the edition starts.

SF.

25 09/18/2014 11:43 AM Lluís Marqués

Implemented method to get points by console.
Added message console parameter in EditingServiceParameter.

22 09/18/2014 07:24 AM Lluís Marqués

Commented main module to test plugin in gvSIG.
Added app.mainplugin dependency to app.mainpluign and lib.api.
Create common operations on BaseEditingServiceExtension. This operations can be used for each extension.
Added beginEdition to EditingManager (API) and implemented (IMPL)...

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...
10 09/12/2014 02:59 AM Lluís Marqués
  • Moved types of ServiceParamerts to interface
  • Added mouse events in EditingBehavior
  • Changed DefaultEditingManager constructor
  • Added postInitialize in EditingProviderLibrary
9 09/11/2014 11:03 AM Lluís Marqués
  • Moved EditingBehavior to lib.api
  • Changed type to interface and created DefaultEditingBehavior that implements it.
  • Added autoregister at ProviderLibary
  • Added new method to activate tools.
4 09/11/2014 07:25 AM Lluís Marqués

First commit.