Revision 12101

View differences:

trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/properties/panels/TranspByPixelListener.java
36 36
 *
37 37
 */
38 38
public class TranspByPixelListener implements ActionListener {
39
	private ArrayList										entries				= new ArrayList();
40
	private JButton											addButton			= null;
41
	private JButton											removeButton	= null;
42
	private JCheckBox										cbActivar			= null;
43
	private JList												list					= null;
44
	private JRadioButton								andRb					= null;
45
	private JRadioButton								orRb					= null;
46
	private TranspByPixelPanel					panel					= null;
47
	private TranspByPixelRGBInputPanel	rgbInputPanel	= null;
39
	private ArrayList                  entries       = new ArrayList();
40
	private JButton                    addButton     = null;
41
	private JButton                    removeButton  = null;
42
	private JCheckBox                  cbActivar     = null;
43
	private JList                      list          = null;
44
	private JRadioButton               andRb         = null;
45
	private JRadioButton               orRb          = null;
46
	private TranspByPixelPanel         panel         = null;
47
	private TranspByPixelRGBInputPanel rgbInputPanel = null;
48 48

  
49 49
	/**
50 50
	 * This is the default constructor

Also available in: Unified diff