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