Class DBResultTable
- java.lang.Object
-
- org.biojava.nbio.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
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
ceColumnNames
static java.lang.String[]
fatColumnNames
-
Constructor Summary
Constructors Constructor Description DBResultTable()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
static void
main(java.lang.String[] args)
void
show(java.io.BufferedReader in, UserConfiguration config)
void
show(java.io.File file, UserConfiguration config)
void
show(java.net.URL url, UserConfiguration config)
-
-
-
Method Detail
-
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 interfacejava.awt.event.ActionListener
-
-