/*************************************************** * * 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.cids.tools.metaobjectrenderer; import javax.swing.JPanel; import de.cismet.cids.dynamics.DisposableCidsBeanCollectionStore; /** * DOCUMENT ME! * * @author thorsten * @version $Revision$, $Date$ */ public abstract class CidsBeanAggregationRendererPanel extends JPanel implements CidsBeanAggregationRenderer { }