com.extentech.ExtenXLS.ui
Interface ExtenXLSTableModel
- All Superinterfaces:
- com.extentech.swingtools.table.AttributeTableModel, TableModel
- All Known Implementing Classes:
- WorkSheetTableModel
public interface ExtenXLSTableModel
- extends TableModel, com.extentech.swingtools.table.AttributeTableModel
Provides ability to work with Row Names
- Version:
- 3.1
- Author:
- John McMahon -- ©2011Extentech Inc.
- See Also:
java.swing.table.*,
WorkBookHandle
| Methods inherited from interface com.extentech.swingtools.table.AttributeTableModel |
addColumn, addRow, getCellAttribute, insertRow, setCellAttribute, setDataVector |
getRowHeight
int getRowHeight(int row)
throws com.extentech.formats.XLS.RowNotFoundException
- Throws:
com.extentech.formats.XLS.RowNotFoundException
getRowName
String getRowName(int row)
setRowName
void setRowName(int rowNumber,
Object newName)
getCellAt
CellHandle getCellAt(int rowNumber,
int colNumber)
throws com.extentech.formats.XLS.CellNotFoundException
- Throws:
com.extentech.formats.XLS.CellNotFoundException
Copyright © 2011 Extentech Inc. All Rights Reserved.