Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 691 → Rev 692

/sun/xmleditor/trunk/src/control/DocumentManagerInterface.java
4,10 → 4,10
* Coded by: Group 5, software practice summer 2003
* University of Bielefeld, Germany
*
* @version $Revision: 1.19 $
* @version $Revision: 1.20 $
*
* Last modification: $Date: 2003/07/21 16:39:48 $
* $Id: DocumentManagerInterface.java,v 1.19 2003/07/21 16:39:48 smcsporr Exp $
* Last modification: $Date: 2003/07/21 17:17:27 $
* $Id: DocumentManagerInterface.java,v 1.20 2003/07/21 17:17:27 smcsporr Exp $
*/
 
package src.control;
23,7 → 23,7
* This interface describes the functionality, which an implementation of a
* document manager must provide.
*
* @version $Revision: 1.19 $ Last modification: $Date: 2003/07/21 16:39:48 $
* @version $Revision: 1.20 $ Last modification: $Date: 2003/07/21 17:17:27 $
*/
public interface DocumentManagerInterface {
 
68,8 → 68,6
/**
* This method closes all opened documents using the method
* <code>closeAllDocumentsWithSaveConfimation</code>.
*
* @see closeAllDocumentsWithSaveConfirmation
*/
public void closeAll();