public abstract class AbstractColumnModel extends java.lang.Object implements TableColumnModel
| Constructor and Description |
|---|
AbstractColumnModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAutoColumn() |
void |
addColumnGroup(TableColumnGroup column) |
java.lang.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() |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMinimumChunkSize, getPreferredSize, validateSizespublic void addColumnGroup(TableColumnGroup column)
addColumnGroup in interface TableColumnModelpublic void addAutoColumn()
addAutoColumn in interface TableColumnModelpublic boolean isIncrementalModeSupported()
isIncrementalModeSupported in interface TableColumnModelpublic int getColumnGroupCount()
getColumnGroupCount in interface TableColumnModelpublic int getColumnCount()
getColumnCount in interface TableColumnModelpublic TableColumnGroup getColumnGroup(int i)
getColumnGroup in interface TableColumnModelpublic TableColumn getColumn(int i)
getColumn in interface TableColumnModelpublic TableColumn[] getColumns()
public boolean isValidated()
public long getBorderSpacing()
getBorderSpacing in interface TableColumnModelpublic TableColumnGroup getGroupForIndex(int idx)
getGroupForIndex in interface TableColumnModelpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in interface TableColumnModelclone in class java.lang.Objectjava.lang.CloneNotSupportedException