|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuserinterface.gui.tools.Tools
public class Tools
Class containing several tools used for the graphical user interface
Constructor Summary | |
---|---|
Tools()
|
Method Summary | |
---|---|
static java.util.ArrayList<java.lang.String> |
getColumnLabels(java.io.File file)
Reads the header/description line of a given file and provides all column labels (columns separated by tabulator) as a list |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tools()
Method Detail |
---|
public static java.util.ArrayList<java.lang.String> getColumnLabels(java.io.File file)
file
- The file containing the expression data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |