Revision 36475 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/project/documents/view/gui/IView.java

View differences:

IView.java
1
/*
2
 * Created on 09-dic-2004
1
/* gvSIG. Geographic Information System of the Valencian Government
3 2
 *
4
 * TODO To change the template for this generated file go to
5
 * Window - Preferences - Java - Code Generation - Code and Comments
6
 */
7
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
8
 *
9
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
10
 *
3
 * Copyright (C) 2007-2008 Infrastructures and Transports Department
4
 * of the Valencian Government (CIT)
5
 * 
11 6
 * This program is free software; you can redistribute it and/or
12 7
 * modify it under the terms of the GNU General Public License
13 8
 * as published by the Free Software Foundation; either version 2
14 9
 * of the License, or (at your option) any later version.
15
 *
10
 * 
16 11
 * This program is distributed in the hope that it will be useful,
17 12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 14
 * GNU General Public License for more details.
20
 *
15
 * 
21 16
 * You should have received a copy of the GNU General Public License
22 17
 * along with this program; if not, write to the Free Software
23
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
24
 *
25
 * For more information, contact:
26
 *
27
 *  Generalitat Valenciana
28
 *   Conselleria d'Infraestructures i Transport
29
 *   Av. Blasco Ib??ez, 50
30
 *   46010 VALENCIA
31
 *   SPAIN
32
 *
33
 *      +34 963862235
34
 *   gvsig@gva.es
35
 *      www.gvsig.gva.es
36
 *
37
 *    or
38
 *
39
 *   IVER T.I. S.A
40
 *   Salamanca 50
41
 *   46005 Valencia
42
 *   Spain
43
 *
44
 *   +34 963163400
45
 *   dac@iver.es
18
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
19
 * MA  02110-1301, USA.
20
 * 
46 21
 */
47 22
package org.gvsig.app.project.documents.view.gui;
48 23

  
......
51 26
import org.gvsig.app.project.documents.view.toc.gui.TOC;
52 27
import org.gvsig.fmap.mapcontrol.MapControl;
53 28

  
54

  
55 29
public interface IView extends IDocumentWindow {
56
	public MapControl getMapControl();
57 30

  
58
	public TOC getTOC();
59
	
60
	public ViewDocument getViewDocument();
61
	
62
}
31
    public MapControl getMapControl();
32

  
33
    public TOC getTOC();
34

  
35
    public ViewDocument getViewDocument();
36

  
37
}

Also available in: Unified diff