public interface ExportableData
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
String |
getColumnName(int columnIndex) |
String |
getDataName() |
int |
getRowCount() |
String |
getRowName() |
Object |
getValueAt(int row,
int column) |
boolean |
hasData() |
Copyright © 2019. All rights reserved.