org.biojava.bio.structure.align.gui
Class DBResultTable
java.lang.Object
org.biojava.bio.structure.align.gui.DBResultTable
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public class DBResultTable
- extends java.lang.Object
- implements java.awt.event.ActionListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ceColumnNames
public static final java.lang.String[] ceColumnNames
fatColumnNames
public static final java.lang.String[] fatColumnNames
DBResultTable
public DBResultTable()
main
public static void main(java.lang.String[] args)
show
public void show(java.io.BufferedReader in,
UserConfiguration config)
throws java.io.IOException
- Throws:
java.io.IOException
show
public void show(java.io.File file,
UserConfiguration config)
show
public void show(java.net.URL url,
UserConfiguration config)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed in interface java.awt.event.ActionListener