Revision 36631 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/project/documents/DocumentManager.java

View differences:

DocumentManager.java
1 1
package org.gvsig.app.project.documents;
2 2

  
3
import java.util.Iterator;
4

  
3 5
import javax.swing.ImageIcon;
4 6

  
5 7
import org.gvsig.andami.ui.mdiManager.IWindow;
......
41 43
	 */
42 44
	public AbstractDocument createDocument();
43 45

  
44
	/**
45
	 * Introdece a gui to be able from the characteristics that we want a ProjectDocument
46
	 *
47
	 * @param project present Project.
48
	 *
49
	 * @return new ProjectDocument.
50
	 */
46
	        /**
47
     * Uses a gui to be able from the characteristics that we want a
48
     * ProjectDocument
49
     * 
50
     * @return a new Document
51
     * 
52
     * @deprecated user {@link #createDocumentsByUser()} instead
53
     */
51 54
	public AbstractDocument createDocumentByUser();
52 55

  
56
    /**
57
     * Uses a gui to be able from the characteristics that we want a
58
     * ProjectDocument
59
     * 
60
     * @return the created documents
61
     */
62
    public Iterator<? extends Document> createDocumentsByUser();
63

  
53 64
	/**
54 65
	 * Returns the title of type of document.
55 66
	 *

Also available in: Unified diff