public class BImportModel extends AbstractTableModel
listenerList| Constructor and Description |
|---|
BImportModel(BElement fielddef) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearupload() |
void |
close() |
int |
getColumnCount() |
String |
getColumnName(int col) |
Vector<Vector<Object>> |
getData() |
void |
getExcelData(JPanel panel,
String worksheet) |
void |
getRecordData(JPanel panel) |
int |
getRowCount() |
String |
getstrvalue(org.apache.poi.hssf.usermodel.HSSFRow row,
int column) |
String |
getstrvalue(String mystr) |
void |
getTextData(JPanel panel,
String delimiter) |
Object |
getValueAt(int aRow,
int aColumn) |
boolean |
isCellEditable(int row,
int col) |
void |
setValueAt(Object value,
int row,
int col) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListenerpublic BImportModel(BElement fielddef)
public String getColumnName(int col)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic int getRowCount()
public int getColumnCount()
public Object getValueAt(int aRow, int aColumn)
public boolean isCellEditable(int row,
int col)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic void setValueAt(Object value, int row, int col)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelpublic void getRecordData(JPanel panel)
public void clearupload()
public String getstrvalue(org.apache.poi.hssf.usermodel.HSSFRow row, int column)
public void close()
Copyright © 2016 openBaraza. All Rights Reserved.