public interface PrintableTableModel extends TableModel
| Modifier and Type | Method and Description |
|---|---|
String |
getCornerName()
Retorna o texto que está no corner do modelo ou valor nulo caso o corner
não exista.
|
String |
getRowName(int rowIndex)
Retorna o texto do nome de linha relacionado à linha passada por parâmetro.
|
boolean |
hasRowNames()
Informa se existem ou não nomes de linha.
|
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAtboolean hasRowNames()
String getRowName(int rowIndex)
rowIndex - posição da linha cujo o texto do header será retornado.String getCornerName()
Copyright © 2016 Tecgraf/PUC-Rio. All rights reserved.