protected class Tabulator.ParentDrop extends Object implements CellVisitor<FrameCell,Cell,RuntimeException>
Modifier | Constructor and Description |
---|---|
protected |
ParentDrop() |
Modifier and Type | Method and Description |
---|---|
protected FrameCell |
droppedParent(FrameCell existingParent,
FrameCell parent) |
Cell |
visit(ElementCell cell,
FrameCell parent) |
Cell |
visit(FrameCell frameCell,
FrameCell parent) |
Cell |
visit(LayeredCell layeredCell,
FrameCell parent) |
Cell |
visit(SplitCell cell,
FrameCell parent) |
public Cell visit(ElementCell cell, FrameCell parent)
visit
in interface CellVisitor<FrameCell,Cell,RuntimeException>
public Cell visit(SplitCell cell, FrameCell parent)
visit
in interface CellVisitor<FrameCell,Cell,RuntimeException>
public Cell visit(FrameCell frameCell, FrameCell parent)
visit
in interface CellVisitor<FrameCell,Cell,RuntimeException>
public Cell visit(LayeredCell layeredCell, FrameCell parent)
visit
in interface CellVisitor<FrameCell,Cell,RuntimeException>
Copyright © 2016. All rights reserved.