Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk / org.gvsig.tools / org.gvsig.tools.swing / org.gvsig.tools.swing.impl / src / main / java @ 454

# Date Author Comment
454 04/21/2011 05:53 PM Joaquín del Cerro Murciano

Add remove button in JTaskStatus

453 04/21/2011 05:52 PM Joaquín del Cerro Murciano

remove unused imports

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.

369 12/16/2010 01:50 PM Cesar Ordiñana

Define library dependencies

364 12/16/2010 05:47 AM Cristian Martín

NullPointer Exception solved

363 12/16/2010 05:46 AM Cristian Martín

Improved automatic metadata tabs by showing not "General" by default but the name of the metadata object and " info" on the tab.

362 12/16/2010 05:44 AM Cristian Martín

Indentation fixed

355 12/14/2010 06:46 AM Cesar Ordiñana

Use java generics

334 11/11/2010 04:26 AM Francisco Díaz Carsí

Fixed DynObjects editing interface.

306 10/11/2010 08:32 AM Cesar Ordiñana

Add flag to create writeable or readonly dynobject components.
Solve image resource loading.

298 10/07/2010 11:45 PM Cristian Martín

Formatting cleanup of code

296 10/07/2010 11:13 PM Cristian Martín

Validation errors solved.

281 10/01/2010 04:47 AM Cristian Martín

Changes on spinner and javadocs

273 09/26/2010 06:08 PM Cristian Martín

Refactor of DynFieldComponentModel into DynFieldModel.

270 09/23/2010 08:49 PM Cristian Martín

Major formatting process for the org.gvsig.tools.swing and org.gvsig.tools.main modules, according to the formatting conventions stabled by gvSIG

264 09/23/2010 07:34 PM Cristian Martín

Adding date type visualization of dynfields of type DATE, TIME and TIMESTAMP.

255 09/21/2010 11:59 PM Cristian Martín

Minor changes on layout.

249 09/20/2010 07:57 AM Cesar Ordiñana

Some corrections as call invalidate and repaint so the component gets updated when another dynobject is selected to be viewed.

247 09/16/2010 12:03 PM Cesar Ordiñana

For a field label use the name if the description is null or empty

246 09/15/2010 10:01 AM Cesar Ordiñana

Set layout in the constructor

245 09/15/2010 04:20 AM Cesar Ordiñana

New swing component to render DynObjectSet objects

232 09/13/2010 05:23 AM Cesar Ordiñana

Extract Component interface and rename getJComponent to asJComponent

230 09/13/2010 04:04 AM Cesar Ordiñana

Refactor JComponent interface:

- Move it to the tools.swing.api root package
- Make it extend Service
- Rename it to ComponentService
- Change method to return JComponent instead of Object

228 09/13/2010 03:39 AM Cesar Ordiñana

Format, remove comented code and update javadoc

227 09/13/2010 03:37 AM Cesar Ordiñana

Format and remove commented code

202 08/12/2010 12:21 AM Cristian Martín

DynField and DynComponent updated to the last version. Date field dependencies erased, since it has been moved to appGvSIG. If the type has no swing object associated, it will show a JTextField with readOnly property active.

180 06/30/2010 04:27 AM Cristian Martín

Layout improved. Alligned validation icon and components within panel no longer expand infinitely.

168 06/24/2010 06:26 AM Cristian Martín

Spi module included so new changes were made

104 04/21/2010 09:09 AM Cesar Ordiñana

Remove buttons

101 04/21/2010 09:01 AM Cesar Ordiñana

Add field component registration support

100 04/21/2010 09:00 AM Cesar Ordiñana

Add a new manager for usability components, having a button with standard sizes for now

93 04/16/2010 04:20 AM Cesar Ordiñana

Create tools swing library with dummy DynObject swing api and implementation