org.jfree.layouting.renderer.model.table.cols
public abstract class AbstractColumnModel extends Object implements TableColumnModel
| Constructor Summary | |
|---|---|
| AbstractColumnModel() | |
| Method Summary | |
|---|---|
| void | addAutoColumn() |
| void | addColumnGroup(TableColumnGroup column) |
| Object | clone() |
| long | getBorderSpacing() |
| TableColumn | getColumn(int i) |
| int | getColumnCount() |
| TableColumnGroup | getColumnGroup(int i) |
| int | getColumnGroupCount()
The column count may change over time, when new columnGroups get added.
|
| TableColumn[] | getColumns() |
| TableColumnGroup | getGroupForIndex(int idx) |
| boolean | isIncrementalModeSupported() |
| boolean | isValidated() |
Returns: