Revision 26897 branches/v2_0_0_prep/libraries/libUIComponent/src/org/gvsig/gui/beans/buttonspanel/IButtonsPanel.java

View differences:

IButtonsPanel.java
1
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
1
package org.gvsig.gui.beans.buttonspanel;
2

  
3
/* gvSIG. Geographic Information System of the Valencian Government
2 4
 *
3
 * Copyright (C) 2007 IVER T.I. and Generalitat Valenciana.
4
 *
5
 * Copyright (C) 2007-2008 Infrastructures and Transports Department
6
 * of the Valencian Government (CIT)
7
 * 
5 8
 * This program is free software; you can redistribute it and/or
6 9
 * modify it under the terms of the GNU General Public License
7 10
 * as published by the Free Software Foundation; either version 2
8 11
 * of the License, or (at your option) any later version.
9
 *
12
 * 
10 13
 * This program is distributed in the hope that it will be useful,
11 14
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 15
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 16
 * GNU General Public License for more details.
14
 *
17
 *  
15 18
 * You should have received a copy of the GNU General Public License
16 19
 * along with this program; if not, write to the Free Software
17
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
20
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
21
 * MA  02110-1301, USA.
22
 * 
18 23
 */
19 24

  
20
package org.gvsig.gui.beans.buttonspanel;
21

  
22 25
/**
23 26
 * <p>Interface for adding support to enable/disable the necessary buttons of a {@link ButtonsPanel ButtonsPanel} component.</p>
24 27
 * <p>For example, if our panel has only the <i>accept</i> and <i>cancel</i> buttons, 
25 28
 *  will only need to have implemented the methods related with them. And, even, only one (the set...) of them,
26 29
 *   if, for instance, we don't need to know if a particular button is or isn't enabled.</p>    
27 30
 * 
28
 * @version 04/12/2007
29
 * @author Pablo Piqueras Bartolom? (pablo.piqueras@iver.es) 
31
 * @version 09/05/2008
32
 *
33
 * @author BorSanZa - Borja Sanchez Zamorano (borja.sanchez@iver.es)
30 34
 */
31 35
public interface IButtonsPanel {
32 36
	/**

Also available in: Unified diff