Skip to content
Snippets Groups Projects
Commit 3cbe28c3 authored by tjc's avatar tjc
Browse files

tidy

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@9125 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 848ca7a6
No related branches found
No related tags found
No related merge requests found
...@@ -20,26 +20,25 @@ ...@@ -20,26 +20,25 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* *
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/DisplayComponent.java,v 1.1 2004-06-09 09:46:15 tjc Exp $ * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/DisplayComponent.java,v 1.2 2008-10-30 15:25:24 tjc Exp $
*/ */
package uk.ac.sanger.artemis.components; package uk.ac.sanger.artemis.components;
import uk.ac.sanger.artemis.EntryGroup;
import uk.ac.sanger.artemis.Selection;
import uk.ac.sanger.artemis.GotoEventSource; import uk.ac.sanger.artemis.GotoEventSource;
import javax.swing.*; import javax.swing.JFrame;
/** /**
* Interface discribing those methods common to all the classes in * Interface discribing those methods common to all the classes in
* uk.ac.sanger.artemis.components that can display EntryGroup objects. * uk.ac.sanger.artemis.components that can display EntryGroup objects.
* *
* @author Kim Rutherford * @author Kim Rutherford
* @version $Id: DisplayComponent.java,v 1.1 2004-06-09 09:46:15 tjc Exp $ * @version $Id: DisplayComponent.java,v 1.2 2008-10-30 15:25:24 tjc Exp $
**/ **/
public interface DisplayComponent { public interface DisplayComponent
{
/** /**
* Return an object that implements the GotoEventSource interface. * Return an object that implements the GotoEventSource interface.
**/ **/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment