Class DBResultTable
- java.lang.Object
-
- org.biojava.nbio.structure.align.gui.DBResultTable
-
- All Implemented Interfaces:
ActionListener
,EventListener
public class DBResultTable extends Object implements ActionListener
-
-
Field Summary
Fields Modifier and Type Field Description static String[]
ceColumnNames
static 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(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)
-
-
-
Field Detail
-
ceColumnNames
public static final String[] ceColumnNames
-
fatColumnNames
public static final String[] fatColumnNames
-
-
Constructor Detail
-
DBResultTable
public DBResultTable()
-
-
Method Detail
-
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 interfaceActionListener
-
-