Statistics
| Revision:

gvsig-vectorediting / org.gvsig.vectorediting / trunk / org.gvsig.vectorediting / org.gvsig.vectorediting.swing / org.gvsig.vectorediting.swing.api / src / main / java / org / gvsig / vectorediting / swing / api / EditingSwingManager.java @ 673

History | View | Annotate | Download (3.23 KB)

# Date Author Comment
376 01/29/2015 11:00 AM Lluís Marqués

Add editing console support

Change use of JConsole for Editing console. Editing console implementation fixes problems such as :
  • All consoles show the same messages
  • Out of size errors when an users types up/down keys
  • All console text can be edited.
227 12/02/2014 09:54 AM Lluís Marqués

Clean up code.

191 11/26/2014 02:52 AM Lluís Marqués

Implemented contextual menus.

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

Changed all class headers.
Source formatting.

109 10/30/2014 11:15 AM Lluís Marqués

Implementado DefaultMapCreationListener.
Añadido al api el método registerEditingContext que se llama a traves del listener implementado.
Corregido error en editing context.
Revision y simplificacion de editing behavior.

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.

84 10/07/2014 06:27 AM Francisco Díaz Carsí

Arreglos para poder añadir el StatusBarBehavior al mapControl en edición.
Eliminadas las referencias a PluginServices.

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

Created JavaDoc.

69 10/02/2014 06:53 AM Lluís Marqués

Implemented endeditingExtension.
Implemented EndEditingException and StartEditingException.
Added i18n labels.

48 09/25/2014 03:14 AM Lluís Marqués

Moved refreshMenus to extension from manager.
Changed castor validation exception for an Exception of Java.
Deleted all references to DefaultViewPanel in DefaultEditingBehavior and DefaultEditingSwingManager.

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.