org.biojava.bio.structure.align.gui
Class DBResultTable

java.lang.Object
  extended by org.biojava.bio.structure.align.gui.DBResultTable
All Implemented Interfaces:
ActionListener, EventListener

public class DBResultTable
extends Object
implements ActionListener


Field Summary
static String[] ceColumnNames
           
static String[] fatColumnNames
           
 
Constructor Summary
DBResultTable()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
static void main(String[] args)
           
 void show(BufferedReader in, UserConfiguration config)
           
 void show(File file, UserConfiguration config)
           
 void show(URL url, UserConfiguration config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ceColumnNames

public static final String[] ceColumnNames

fatColumnNames

public static final String[] fatColumnNames
Constructor Detail

DBResultTable

public DBResultTable()
Method Detail

main

public static void main(String[] args)

show

public void show(BufferedReader in,
                 UserConfiguration config)
          throws IOException
Throws:
IOException

show

public void show(File file,
                 UserConfiguration config)

show

public void show(URL url,
                 UserConfiguration config)

actionPerformed

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