public class ConflictingCell extends PlaceHolderCell
| Constructor and Description |
|---|
ConflictingCell(DataCell sourceCell,
int rowSpan,
int colSpan) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConflictingCell(PlaceHolderCell cell) |
PlaceHolderCell |
getConflictingCell(int pos) |
int |
getConflictingCellCount() |
java.lang.String |
toString() |
getSourceCellgetColSpan, getRowSpanpublic 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