userinterface.gui.tools
Class Tools

java.lang.Object
  extended by userinterface.gui.tools.Tools

public class Tools
extends java.lang.Object

Class containing several tools used for the graphical user interface

Author:
Stefanie Kaufmann

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

Tools

public Tools()
Method Detail

getColumnLabels

public 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

Parameters:
file - The file containing the expression data
Returns:
A list containing all column labels