package plugin.verifier; import javax.swing.JList; /** * @author Johannes Schneider (<a href="mailto:js@cedarsoft.com">js@cedarsoft.com</a>) */ public interface PopupListFactory { JList getPopupList(); }