nl.liacs.subdisc
Class FileHandler
java.lang.Object
nl.liacs.subdisc.FileHandler
public class FileHandler
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileHandler
public FileHandler(FileHandler.Action theAction)
FileHandler
public FileHandler(Table theTable,
EnrichmentType theType)
FileHandler
public FileHandler(java.io.File theFile,
Table theTable)
printLoadingInfo
public void printLoadingInfo()
getFile
public java.io.File getFile()
- If a
JFileChooser
dialog was shown and a File
was selected, use this method to retrieve it.
- Returns:
- a
File
, or null
if no approved
selection was made.
getTable
public Table getTable()
- If this FileHandler successfully loaded a
Table
from a
File
or a database, use this method to retrieve it.
- Returns:
- the
Table
if present, null
otherwise.
getSearchParameters
public SearchParameters getSearchParameters()
- If this FileHandler successfully loaded the
SearchParameters
from a File
, use
this method to retrieve them.
- Returns:
- the
SearchParameters
if present, null
otherwise.