org.biojava.spice.gui
Class BrowseMenuListener

java.lang.Object
  extended byorg.biojava.spice.gui.BrowseMenuListener
All Implemented Interfaces:
ActionListener, EventListener

public class BrowseMenuListener
extends Object
implements ActionListener

Author:
Andreas Prlic

Field Summary
static String DASTYLINK
           
static String ENSEMBLLINK
           
static Logger logger
           
static String PDBLINK
           
static String PROVIEWLINK
           
static String UNIPROTLINK
           
 
Constructor Summary
BrowseMenuListener()
           
BrowseMenuListener(URL link)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void clear()
           
 JMenu getBrowsermenu()
           
 SequenceListener getEnspListener()
           
 StructureListener getPDBListener()
           
 SequenceListener getUniProtListener()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PDBLINK

public static String PDBLINK

UNIPROTLINK

public static String UNIPROTLINK

DASTYLINK

public static String DASTYLINK

PROVIEWLINK

public static String PROVIEWLINK

ENSEMBLLINK

public static String ENSEMBLLINK

logger

public static Logger logger
Constructor Detail

BrowseMenuListener

public BrowseMenuListener()

BrowseMenuListener

public BrowseMenuListener(URL link)
Method Detail

getBrowsermenu

public JMenu getBrowsermenu()

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

clear

public void clear()

getUniProtListener

public SequenceListener getUniProtListener()

getEnspListener

public SequenceListener getEnspListener()

getPDBListener

public StructureListener getPDBListener()