Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 796 → Rev 797

/sun/xmleditor/trunk/src/document/DocumentFactory.java
4,10 → 4,10
* Coded by: Group 5, software practice summer 2003
* University of Bielefeld, Germany
*
* @version $Revision: 1.15 $
* @version $Revision: 1.16 $
*
* Last modification: $Date: 2003/07/23 12:44:24 $
* $Id: DocumentFactory.java,v 1.15 2003/07/23 12:44:24 hjokusch Exp $
* Last modification: $Date: 2003/07/25 11:28:46 $
* $Id: DocumentFactory.java,v 1.16 2003/07/25 11:28:46 smcsporr Exp $
*/
package src.document;
 
21,7 → 21,7
*
* @author H. Jakusch
*
* @version $Revision: 1.15 $ Last modification: $Date: 2003/07/23 12:44:24 $
* @version $Revision: 1.16 $ Last modification: $Date: 2003/07/25 11:28:46 $
*/
public class DocumentFactory {
33,6 → 33,7
/**
* The class constructor takes a reference to the log panel.
* This is required to send messages to the logging area.
*
* @param <code>LogInterface</code> log: A log panel that implements src.gui.LogInterface.
*/
54,8 → 55,8
/**
* Sends a text message of a specified type (info, error, warning) to the
* registered log panel.
* A reference to an implementation of a log panel can be set with the
* <code>setLogInterface</code> method.
* A reference to an implementation of a log panel will be set inside
* the class constructor.
*
* @param i The type of the message as defined in src.gui.LogInterface.
* 0 or src.gui.LogInterface.TYPE_INFO -> info message (black)