Revision 42293 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app/org.gvsig.app.mainplugin/src/main/java/org/gvsig/app/project/DocumentsContainer.java

View differences:

DocumentsContainer.java
67 67
	public boolean isEmpty();
68 68
        
69 69
	/**
70
	 * Obtiene un documento a partir de su nombre y el nombre de del tipo
71
         * de documento
70
         * Returns the document of the type indicated and the name specified by name
72 71
	 *
73
	 * @param name
74
	 *            Nombre del documento
75
	 * @param type
76
	 *            nombre de del tipo de documento
72
	 * @param name name of the document to retrieve
73
	 * @param type name of the type of document to retrieve
77 74
	 *
78 75
	 * @return Documento
79 76
	 */
80 77
	public Document getDocument(String name, String type);
78

  
79
        /**
80
         * Returns the document with the name specified by name
81
         * @param name
82
         * @return Document with the name specified by name
83
         */
84
        public Document getDocument(String name);
81 85
	
82 86
	public Document getActiveDocument();
83 87

  

Also available in: Unified diff