package org.limewire.ui.swing.downloads.table; public interface DownloadTableMenuFactory { DownloadTableMenu create(DownloadTable table); }