/*************************************************** * * 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.cismap.commons.gui.attributetable; import de.cismet.cismap.commons.featureservice.AbstractFeatureService; /** * DOCUMENT ME! * * @author therter * @version $Revision$, $Date$ */ public interface AttributeTableSearchPanel { //~ Methods ---------------------------------------------------------------- /** * DOCUMENT ME! * * @param table DOCUMENT ME! * @param service DOCUMENT ME! */ void openPanel(AttributeTable table, AbstractFeatureService service); }