Revision 31334 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/project/documents/view/legend/gui/General.java

View differences:

General.java
93 93
import org.gvsig.fmap.mapcontext.layers.vectorial.FLyrVect;
94 94
import org.gvsig.gui.beans.swing.GridBagLayoutPanel;
95 95
import org.gvsig.gui.beans.swing.JBlank;
96
import org.gvsig.tools.exception.DriverException;
97 96
import org.gvsig.tools.locator.LocatorException;
98 97
import org.gvsig.utils.swing.threads.IMonitorableTask;
99 98

  
......
738 737
     * to create a spatial index for the selected layer in background.
739 738
     * This task also allow to monitor process evolution, and to cancel
740 739
     * this process.
741
     * @throws DriverException
742
     * @throws DriverIOException
743 740
     */
744 741
    private IMonitorableTask getCreateSpatialIndexTask() throws DataException {
745 742
    	// FIXME REVISAR ESTO (Quizas lanzar TaskException)

Also available in: Unified diff