|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.excel.client.model.ExcelParser
public class ExcelParser
The Class ExcelParser.
Constructor Summary | |
---|---|
ExcelParser(ExcelImportTableModel excelImportTableModel)
Instantiates a new excel parser. |
Method Summary | |
---|---|
ExcelImportTableModel.EntryStatus |
checkColumn(int columnIndex,
javax.swing.JTable table)
Check column. |
java.lang.Object |
convertValue(java.lang.Object value,
java.lang.String column)
Convert value. |
java.lang.String |
convertValueToString(java.lang.Object value,
java.lang.String column)
Convert value to string. |
java.lang.String[] |
getComboBoxEntries()
Gets the combo box entries. |
ExcelImportCell |
getExcelImportCell(java.lang.Object cellValue,
int rowIndex,
int columnIndex)
Gets the excel import cell. |
java.util.List<UploadEntry> |
getSecurities(javax.swing.JTable table,
org.apache.poi.ss.usermodel.Sheet sheet)
Gets the securities. |
java.lang.String |
getStatusText(javax.swing.JTable table)
Gets the status text. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExcelParser(ExcelImportTableModel excelImportTableModel)
excelImportTableModel
- the excel import table modelMethod Detail |
---|
public java.lang.String[] getComboBoxEntries()
public java.lang.String getStatusText(javax.swing.JTable table)
table
- the table
public ExcelImportCell getExcelImportCell(java.lang.Object cellValue, int rowIndex, int columnIndex)
cellValue
- the cell valuerowIndex
- the row indexcolumnIndex
- the column index
public ExcelImportTableModel.EntryStatus checkColumn(int columnIndex, javax.swing.JTable table)
columnIndex
- the column indextable
- the table
public java.lang.Object convertValue(java.lang.Object value, java.lang.String column)
value
- the valuecolumn
- the column
public java.lang.String convertValueToString(java.lang.Object value, java.lang.String column)
value
- the valuecolumn
- the column
public java.util.List<UploadEntry> getSecurities(javax.swing.JTable table, org.apache.poi.ss.usermodel.Sheet sheet)
table
- the tablesheet
- the sheet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |