public class DBResultTable
extends java.lang.Object
implements java.awt.event.ActionListener
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
ceColumnNames |
static java.lang.String[] |
fatColumnNames |
| Constructor and Description |
|---|
DBResultTable() |
| Modifier and Type | Method and 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) |
public static final java.lang.String[] ceColumnNames
public static final java.lang.String[] fatColumnNames
public static void main(java.lang.String[] args)
public void show(java.io.BufferedReader in,
UserConfiguration config)
throws java.io.IOException
java.io.IOExceptionpublic void show(java.io.File file,
UserConfiguration config)
public void show(java.net.URL url,
UserConfiguration config)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerCopyright © 2000-2020 BioJava. All Rights Reserved.