Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 704 → Rev 705

/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.20 $
* @version $Revision: 1.21 $
*
* Last modification: $Date: 2003/07/21 17:17:27 $
* $Id: DocumentManagerInterface.java,v 1.20 2003/07/21 17:17:27 smcsporr Exp $
* Last modification: $Date: 2003/07/21 17:55:05 $
* $Id: DocumentManagerInterface.java,v 1.21 2003/07/21 17:55:05 smcsporr Exp $
*/
 
package src.control;
15,7 → 15,6
import java.io.File;
 
import java.util.LinkedList;
import java.util.Enumeration;
 
import org.apache.xerces.dom.DocumentImpl;
 
23,7 → 22,7
* This interface describes the functionality, which an implementation of a
* document manager must provide.
*
* @version $Revision: 1.20 $ Last modification: $Date: 2003/07/21 17:17:27 $
* @version $Revision: 1.21 $ Last modification: $Date: 2003/07/21 17:55:05 $
*/
public interface DocumentManagerInterface {
 
75,23 → 74,23
* The method <code>setActualVisibleTree</code> sets
* a <code>Vector</code> of the visible <code>TreePath</code>s.
*
* @param en: An <code>Enumeration</code> of <code>TreePath</code> objects.
* @param en: An <code>LinkedList</code> of <code>TreePath</code> objects.
*
* @see javax.swing.tree.TreePath
* @see java.util.Enumeration
* @see java.util.LinkedList
*/
public void setActualVisibleTree(Enumeration en);
public void setActualVisibleTree(LinkedList en);
/**
* The method <code>getActualVisibleTree</code> returns
* an <code>Enumeration</code> of the visible <code>TreePath</code>s.
* an <code>LinkedList</code> of the visible <code>TreePath</code>s.
*
* @return Enumeration of the TreePath objects
* @return LinkedList of the TreePath objects
*
* @see javax.swing.tree.TreePath
* @see java.util.Enumeration
* @see java.util.LikedList
*/
public Enumeration getActualVisibleTree();
public LinkedList getActualVisibleTree();
/**
* This method displays a <code>JFileChooser</code> and parses a file if the user