Revision 7989

View differences:

trunk/libraries/libUI/src/org/gvsig/gui/beans/filterPanel/tableFilterQueryPanel/TableFilterQueryJPanel.java
3 3
import java.awt.Dimension;
4 4
import java.awt.GridBagConstraints;
5 5
import java.awt.GridBagLayout;
6
import java.beans.PropertyChangeEvent;
7
import java.beans.PropertyChangeListener;
8 6
import java.io.Serializable;
9
import java.text.DateFormat;
10
import java.text.NumberFormat;
11 7

  
12
import javax.swing.DefaultListModel;
13 8
import javax.swing.JPanel;
14 9
import javax.swing.JScrollPane;
15 10

  
16 11
import org.gvsig.gui.beans.filterPanel.AbstractFilterQueryJPanel;
17
import org.gvsig.gui.beans.filterPanel.filterButtons.FilterButtonsJPanel;
18 12

  
19 13
import com.iver.andami.PluginServices;
20 14

  
......
61 55

  
62 56
/**
63 57
 * This class is the graphical interface of the "FilterDialog" which was made by Fernando and is in 'appgvSIG' project.
64
 * It's supposed that other class will extend from this and will add the logic as is in the "FilterDialog" class.
65
 * 
66
 * 
67
 * @author Fernando Gonz?lez Cort?s
58
 * It's supposed that other classes will extend from this and will add the logic as is in the "FilterDialog" class.
59
 *
68 60
 * @author Pablo Piqueras Bartolom? (p_queras@hotmail.com)
69 61
 */
70 62
public class TableFilterQueryJPanel extends AbstractFilterQueryJPanel implements Serializable {	

Also available in: Unified diff