Package org.bridgedb.tools.batchmapper
Class Lookup
- java.lang.Object
-
- org.bridgedb.tools.batchmapper.Lookup
-
- All Implemented Interfaces:
ActionListener,EventListener
public class Lookup extends Object implements ActionListener
-
-
Constructor Summary
Constructors Constructor Description Lookup()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(ActionEvent ae)voidcreateAndShowGUI()static voidmain(String[] args)Look up biologiacal identifiers by symbol or related identifier, using the bridgeDb API.
-
-
-
Method Detail
-
createAndShowGUI
public void createAndShowGUI()
-
main
public static void main(String[] args)
Look up biologiacal identifiers by symbol or related identifier, using the bridgeDb API. Gives out linkouts, cross references and background information- Parameters:
args-
-
actionPerformed
public void actionPerformed(ActionEvent ae)
- Specified by:
actionPerformedin interfaceActionListener
-
-