Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk / org.gvsig.tools / org.gvsig.tools.swing / org.gvsig.tools.swing.impl / src / main / java / org / gvsig / tools / swing / impl / task / DefaultJTaskStatusView.java @ 2632

History | View | Annotate | Download (3.19 KB)

  • svn:mime-type: text/plain
# Date Author Comment
1820 01/13/2019 01:20 PM Joaquín del Cerro Murciano

Modificado el JTaskStatus, para separar el controlador de la Vista y asi poder usar el controlador de forma independiente sobre componentes de un formulario de abeille.

1723 06/19/2018 12:46 AM Joaquín del Cerro Murciano

Correcciones en el panel de la lista de taskstatus

802 05/10/2013 08:42 AM Cesar Ordiñana

Add or update headers to the current gvSIG Association one.
Updated while in the Code Copyright Review for the OSGEO incubation process report.

709 08/30/2012 05:06 AM Juan Lucas Domínguez

#511 Improved GUI and management of task status.

708 08/27/2012 10:04 AM Juan Lucas Domínguez

#511 Removed two GUI details: Empty string will be used when progress ends and 'uncompress' sub-task will not be added to status bar

675 02/06/2012 05:17 AM Cesar Ordiñana

Remove labels preferred sizes so the component adapts to bigger font sizes.

Part of solution for the bug #223.

673 02/02/2012 08:46 AM Cesar Ordiñana

Format according to the gvSIG code conventions

600 09/01/2011 07:40 AM Nadal Francisco

Fixed code when getTitle is null.

597 08/22/2011 03:01 AM Cesar Ordiñana

Add some corrected method names and deprecate the old ones

596 08/22/2011 02:55 AM Cesar Ordiñana

Solve usage of deprecated TaskStatus related methods

477 05/11/2011 04:45 AM Joaquín del Cerro Murciano

Remove method DynObject.hasEmptyValues and use of
exception DynFieldValidateException from the API

454 04/21/2011 05:53 PM Joaquín del Cerro Murciano

Add remove button in JTaskStatus

449 04/20/2011 10:47 AM Joaquín del Cerro Murciano

Add JTasksStatusList and use in JTasksStatus

448 04/19/2011 09:03 AM Joaquín del Cerro Murciano

Add utility methods to JTaskStatus

447 04/19/2011 06:24 AM Joaquín del Cerro Murciano

Fix bugs in TaskStatus utilities and add swing components.