Revision 735 org.gvsig.scripting/trunk/org.gvsig.scripting/org.gvsig.scripting.app/org.gvsig.scripting.app.mainplugin/src/main/resources-plugin/scripting/lib/gvsig/javadocs/scripting/project/Project.java

View differences:

Project.java
6 6
import org.gvsig.app.project.documents.view.ViewDocument;
7 7

  
8 8
/**
9
 * Esta clase representa a un proyecto de gvSIG.
9 10
 *
11
 * Puede encontrar un modelo simplificado de objetos en el que
12
 * se representa el proyecto y las clases relacionadas con el en
13
 * <a href="../doc-files/simplified-object-model.html">Modelo simplificado de objetos</a>
10 14
 *
11 15
 */
12 16
public interface Project extends org.gvsig.app.project.Project {
13 17

  
14 18
    /**
15
     * Returns the java object associated to this python object. With the
16
     * current implementation this is not necessary, don't use now python
17
     * wrappers for java objects.
18 19
     *
19 20
     * @return
20
     * @deprecated this method now return self alwais.
21
     *
22 21
     */
23
    public Object __call__();
24

  
25
    /**
26
     *
27
     * @return
28
     */
29 22
    public Iterator<Document> __iter__();
30 23

  
31 24
    /**

Also available in: Unified diff