public abstract class AbstractTable extends Object implements Table
Constructor and Description |
---|
AbstractTable() |
Modifier and Type | Method and Description |
---|---|
TableColumn |
findColumn(String name) |
TableColumn |
getColumn(int column) |
Row |
getRow(int row) |
void |
print(PrintStream out,
String caption,
boolean html) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt
public TableColumn getColumn(int column)
public TableColumn findColumn(String name)
findColumn
in interface Table
public void print(PrintStream out, String caption, boolean html)
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.