Revision 4473 trunk/extensions/extWMS/src/com/iver/cit/gvsig/gui/panels/WMSParamsPanel.java

View differences:

WMSParamsPanel.java
125 125
	private JPanel jPanel4 = null;
126 126
	private JTextField jTxtNomCapa = null;
127 127
	private LayerList lstSelectedLayers = null;
128
	private ArrayList selectedPaths = new ArrayList();
128 129
	private javax.swing.JList lstSRSs = null;
129 130
	private LayerTree treeLayers = null;
130 131
	private javax.swing.JList lstFormats = null;
......
169 170
		if (jTabbedPane == null) {
170 171
			jTabbedPane = new JTabbedPane();
171 172
			jTabbedPane.setBounds(3, 3, 475, 415);
172
//            InfoPanel ip = getTabInfo();
173
//            ip.addFocusListener(new FocusListener(){
174
//                public void focusGained(FocusEvent e) {
175
//                    refreshInfo();
176
//                }
177
//                public void focusLost(FocusEvent e) {
178
//                }
179
//            });
180 173
            
181 174
            StylesPanel sp = getTabStyle();
182 175
            DimensionPanel dp = getTabDimensions();
183 176
                        
184
			//jTabbedPane.addTab(PluginServices.getText(this, "info"), null, ip, null);
185 177
			jTabbedPane.addTab(PluginServices.getText(this, "capas"), null, getTabLayers(), null);
186 178
			jTabbedPane.addTab(PluginServices.getText(this, "estilos"), null, sp, null);
187 179
            stylesTabIndex = jTabbedPane.getTabCount()-1;
......
630 622
		if (selecciones == null)
631 623
			return;
632 624
		for (int i = 0; i < selecciones.length; i++) {
625
			selectedPaths.add(selecciones[i]); 
633 626
			WMSLayerNode nodo = (WMSLayerNode) selecciones[i].getLastPathComponent();
634 627
			if (nodo.getName() == null || nodo.getName().equals(""))
635 628
				// no es un node que es puga demanar
......
1343 1336
		sizeFixed = sz;
1344 1337
	}
1345 1338

  
1339
	public ArrayList getSelectedPaths(){
1340
		return selectedPaths;
1341
	}
1346 1342
	/**
1347 1343
	 * This method initializes chkDisagregate	
1348 1344
	 * 	

Also available in: Unified diff