public class MetaDataFromTabController
extends java.lang.Object
Constructor and Description |
---|
MetaDataFromTabController() |
Modifier and Type | Method and Description |
---|---|
void |
autoMatching() |
void |
clearModel() |
java.util.ArrayList<java.lang.Object> |
getDbValuesforMatchingCol() |
javax.swing.SwingWorker<java.lang.Integer,java.lang.Void> |
getInsertWorker(javax.swing.ProgressMonitor progressMonitor) |
java.util.ArrayList<java.lang.Object> |
getMatchedTableValues() |
MetaDataFromTabModel |
getModel() |
MetaDataFromTabView |
getView() |
void |
load_matching_table(java.io.File file) |
void |
loadFile(java.io.File f) |
void |
match() |
void |
setAttributeAtColumn(int col,
combo_table_data itemAt) |
void |
setCategory(int col,
int index) |
void |
setMatchingColumn(int col,
int index) |
void |
setSpectrumIds(java.util.ArrayList<java.lang.Integer> spectrum_ids) |
void |
setView(MetaDataFromTabView view) |
public void loadFile(java.io.File f) throws jxl.read.biff.BiffException, java.io.IOException
jxl.read.biff.BiffException
java.io.IOException
public MetaDataFromTabModel getModel()
public void clearModel()
public void setMatchingColumn(int col, int index)
public void setCategory(int col, int index)
public void setSpectrumIds(java.util.ArrayList<java.lang.Integer> spectrum_ids)
public java.util.ArrayList<java.lang.Object> getDbValuesforMatchingCol() throws SPECCHIOClientException
SPECCHIOClientException
public void setAttributeAtColumn(int col, combo_table_data itemAt)
public void match()
public java.util.ArrayList<java.lang.Object> getMatchedTableValues()
public javax.swing.SwingWorker<java.lang.Integer,java.lang.Void> getInsertWorker(javax.swing.ProgressMonitor progressMonitor) throws SPECCHIOClientException
SPECCHIOClientException
public MetaDataFromTabView getView()
public void setView(MetaDataFromTabView view)
public void load_matching_table(java.io.File file)
public void autoMatching() throws SPECCHIOClientException
SPECCHIOClientException