/*************************************************** * * cismet GmbH, Saarbruecken, Germany * * ... and it just works. * ****************************************************/ /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package de.cismet.tools.gui.documents; import javax.swing.DefaultListModel; /** * DOCUMENT ME! * * @author hell * @version $Revision$, $Date$ */ public class DocumentListModel extends DefaultListModel { }