public class ExtendColumn extends Column
Column.Cell| Modifier and Type | Field and Description |
|---|---|
protected int |
rowIndex |
protected int |
sourceColumn |
| Constructor and Description |
|---|
ExtendColumn() |
| Modifier and Type | Method and Description |
|---|---|
static ExtendColumn |
createFrom(TableModel tm,
int columnIndex,
boolean writeable) |
int |
getRowIndex() |
int |
getSourceColumn() |
void |
setRowIndex(int rowIndex) |
void |
setSourceColumn(int sourceColumn) |
addPropertyChangeListener, clone, cloneWith, firePropertyChange, getName, getReader, getReader, getType, getWriter, name, propertySupport, reader, removePropertyChangeListener, rowReader, setName, setReader, setType, setWriter, type, writerpublic int getSourceColumn()
public void setSourceColumn(int sourceColumn)
public int getRowIndex()
public void setRowIndex(int rowIndex)
public static ExtendColumn createFrom(TableModel tm, int columnIndex, boolean writeable)
Copyright © 2018. All rights reserved.