/*************************************************** * * 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; import javax.swing.JComponent; /** * DOCUMENT ME! * * @author thorsten * @version $Revision$, $Date$ */ public interface WrappedComponent { //~ Methods ---------------------------------------------------------------- /** * DOCUMENT ME! * * @return DOCUMENT ME! */ JComponent getOriginalComponent(); }