Revision 8396 trunk/extensions/extWFS2/src/com/iver/cit/gvsig/gui/panels/WFSParamsPanel.java

View differences:

WFSParamsPanel.java
63 63
 *
64 64
 * $Id$
65 65
 * $Log$
66
 * Revision 1.18  2006-10-27 11:33:19  jorpiell
67
 * A?adida la treetable con los check box para seleccionar los atributos
66
 * Revision 1.19  2006-10-27 12:10:02  ppiqueras
67
 * Nueva funcionalidad
68 68
 *
69
 * Revision 1.17  2006/10/24 10:13:19  jorpiell
70
 * Se ha eliminado la pesta?a de filter
71
 *
72 69
 * Revision 1.16  2006/10/23 07:37:04  jorpiell
73 70
 * Ya funciona el filterEncoding
74 71
 *
......
135 132
	private int indFormat;
136 133
	private int indFilter;
137 134
	private int indArea;
135
	
138 136

  
139 137
	/**
140 138
	 * This method initializes jTabbedPane
......
562 560
		getOptionsPanel().setStatus(status);
563 561
	}
564 562

  
565

  
563
	/**
564
	 * @see WFSFilterPanel#setWFSFilterPanelIsAsTabForWFSLayersLoad(boolean)
565
	 */
566
	public void setWFSFilterPanelIsAsTabForWFSLayersLoad(boolean b) {
567
		this.filterPanel.setWFSFilterPanelIsAsTabForWFSLayersLoad(b);
568
	}	
566 569
}

Also available in: Unified diff