public class ConflictingCell extends PlaceHolderCell
Constructor | Description |
---|---|
ConflictingCell(DataCell sourceCell,
int rowSpan,
int colSpan) |
Modifier and Type | Method | Description |
---|---|---|
void |
addConflictingCell(PlaceHolderCell cell) |
|
PlaceHolderCell |
getConflictingCell(int pos) |
|
int |
getConflictingCellCount() |
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getSourceCell
getColSpan, getRowSpan
public ConflictingCell(DataCell sourceCell, int rowSpan, int colSpan)
public void addConflictingCell(PlaceHolderCell cell)
public int getConflictingCellCount()
public PlaceHolderCell getConflictingCell(int pos)
public java.lang.String toString()
toString
in class PlaceHolderCell