Revision 9153 branches/v10/extensions/extWFS2/src/com/iver/cit/gvsig/gui/panels/WFSSelectFeaturePanel.java

View differences:

WFSSelectFeaturePanel.java
8 8

  
9 9
import com.iver.andami.PluginServices;
10 10
import com.iver.cit.gvsig.fmap.layers.WFSLayerNode;
11
import com.iver.cit.gvsig.gui.panels.LayerTable.LayerTableModel;
12 11
import com.iver.cit.gvsig.gui.wizards.WFSWizardData;
13 12

  
14 13
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
......
55 54
 *
56 55
 * $Id$
57 56
 * $Log$
58
 * Revision 1.7.2.2  2006-11-17 11:28:45  ppiqueras
59
 * Corregidos bugs y añadida nueva funcionalidad.
57
 * Revision 1.7.2.3  2006-12-04 09:39:34  ppiqueras
58
 * 1 Bug corregido
60 59
 *
60
 * Revision 1.9  2006/12/04 08:59:47  ppiqueras
61
 * Algunos bugs corregidos. A cambio hay 2 bugs relacionados que todavía no han sido corregidos (ver PHPCollab) (los tiene asignados Jorge).
62
 *
61 63
 * Revision 1.8  2006/10/27 06:44:56  jorpiell
62 64
 * Se han cambiado algunas etiquetas de texto que sal?an recortadas
63 65
 *
......
93 95
	private WFSWizardData data = null;
94 96
	private WFSParamsPanel parent = null;
95 97
	private JPanel layerNamePanel = null;
98
	
96 99

  
97 100
	/**
98 101
	 * This method initializes
......
163 166
			lstFeatures.getSelectionModel().addListSelectionListener(new ListSelectionListener() {
164 167
				public void valueChanged(javax.swing.event.ListSelectionEvent e) {
165 168
					refreshData();
169
					
170
					// Indicate that now we are loading a new layer
171
					parent.setWFSFilterPanelIsAsTabForWFSLayersLoad(true);
166 172
				}
167 173
			});
168 174
		}
169 175
		return lstFeatures;
170 176
	}
171

  
177
	
172 178
	/**
173 179
	 * This method initializes jTextField
174 180
	 *
......
268 274
		}catch(NullPointerException e){
269 275
			getTxtName().setText(PluginServices.getText(this,"default_name"));
270 276
		}
277
		
271 278
		parent.refreshData(lyr);
272 279
	}
273 280

  

Also available in: Unified diff