Revision 1746 org.gvsig.tools/library/trunk/org.gvsig.tools/org.gvsig.tools.util/org.gvsig.tools.util.api/src/main/java/org/gvsig/tools/util/ToolsUtilManager.java

View differences:

ToolsUtilManager.java
1 1
package org.gvsig.tools.util;
2 2

  
3 3
import org.gvsig.desktopopen.DesktopOpen;
4
import org.gvsig.htmlbuilder.HTMLBuilder;
4 5

  
5 6
/**
6 7
 * gvSIG. Desktop Geographic Information System.
7 8
 *
8 9
 * Copyright (C) 2007-2013 gvSIG Association.
9 10
 *
10
 * This program is free software; you can redistribute it and/or
11
 * modify it under the terms of the GNU General Public License
12
 * as published by the Free Software Foundation; either version 3
13
 * of the License, or (at your option) any later version.
11
 * This program is free software; you can redistribute it and/or modify it under
12
 * the terms of the GNU General Public License as published by the Free Software
13
 * Foundation; either version 3 of the License, or (at your option) any later
14
 * version.
14 15
 *
15
 * This program is distributed in the hope that it will be useful,
16
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
 * GNU General Public License for more details.
16
 * This program is distributed in the hope that it will be useful, but WITHOUT
17
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
18
 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
19
 * details.
19 20
 *
20
 * You should have received a copy of the GNU General Public License
21
 * along with this program; if not, write to the Free Software
22
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
23
 * MA  02110-1301, USA.
21
 * You should have received a copy of the GNU General Public License along with
22
 * this program; if not, write to the Free Software Foundation, Inc., 51
23
 * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
24 24
 *
25
 * For any additional information, do not hesitate to contact us
26
 * at info AT gvsig.com, or visit our website www.gvsig.com.
25
 * For any additional information, do not hesitate to contact us at info AT
26
 * gvsig.com, or visit our website www.gvsig.com.
27 27
 */
28

  
29 28
/**
30 29
 * @author fdiaz
31 30
 *
32 31
 */
33
public interface ToolsUtilManager  {
32
public interface ToolsUtilManager {
34 33

  
35
	/**
36
	 * @return
37
	 */
38
	public InformationBuilder createInformationBuilder();
34
    /**
35
     * @return
36
     */
37
    public InformationBuilder createInformationBuilder();
39 38

  
40
    public DesktopOpen createDesktopOpen() ;
39
    public DesktopOpen createDesktopOpen();
40
    
41
    public HTMLBuilder createHTMLBuilder();
41 42
}

Also available in: Unified diff