Revision 7995

View differences:

trunk/extensions/extWFS2/src/com/iver/cit/gvsig/gui/panels/WFSFilterPanel.java
1 1
package com.iver.cit.gvsig.gui.panels;
2 2

  
3
import javax.swing.JPanel;
3
import org.gvsig.gui.beans.filterPanel.filterQueryPanel.FilterQueryJPanel;
4 4

  
5
import com.iver.cit.gvsig.gui.filter.FilterDialog;
6

  
7 5
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
8 6
 *
9 7
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
......
46 44
 */
47 45

  
48 46
/**
47
 * This will be the tab for add a filter to a WFS query.
48
 * This class gets the graphical interface from FilterQueryJPanel and add logic.
49
 * 
49 50
 * @author Pablo Piqueras Bartolom? (p_queras@hotmail.com)
50 51
 */
51
public class WFSFilterPanel extends FilterDialog {
52
public class WFSFilterPanel extends FilterQueryJPanel {
52 53
	private WFSParamsPanel parent = null;
53 54
	
54 55
	/**
......
58 59
	public WFSFilterPanel(WFSParamsPanel parent) {
59 60
		super();
60 61
		this.parent = parent;
62
		this.resizeHeight(380);
61 63
//		this.setLayout(null);
62
		this.setBounds(10, 5, 481, 427);
64
//		this.setBounds(10, 5, 481, 427);
63 65

  
64 66
	}
65 67
	

Also available in: Unified diff