protected class Tabulator.CollapseCheck extends Object implements CellVisitor<Cell,Boolean,RuntimeException>
| Modifier | Constructor and Description |
|---|---|
protected |
CollapseCheck() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
visit(ElementCell spanned,
Cell cell) |
Boolean |
visit(FrameCell spanned,
Cell cell) |
Boolean |
visit(LayeredCell spanned,
Cell cell) |
Boolean |
visit(SplitCell spanned,
Cell cell) |
public Boolean visit(ElementCell spanned, Cell cell)
visit in interface CellVisitor<Cell,Boolean,RuntimeException>public Boolean visit(SplitCell spanned, Cell cell)
visit in interface CellVisitor<Cell,Boolean,RuntimeException>public Boolean visit(FrameCell spanned, Cell cell)
visit in interface CellVisitor<Cell,Boolean,RuntimeException>public Boolean visit(LayeredCell spanned, Cell cell)
visit in interface CellVisitor<Cell,Boolean,RuntimeException>Copyright © 2017. All rights reserved.