protected class Tabulator.ParentDrop extends java.lang.Object implements CellVisitor<FrameCell,Cell,java.lang.RuntimeException>
| Modifier | Constructor and Description |
|---|---|
protected |
Tabulator.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,java.lang.RuntimeException>public Cell visit(SplitCell cell, FrameCell parent)
visit in interface CellVisitor<FrameCell,Cell,java.lang.RuntimeException>public Cell visit(FrameCell frameCell, FrameCell parent)
visit in interface CellVisitor<FrameCell,Cell,java.lang.RuntimeException>public Cell visit(LayeredCell layeredCell, FrameCell parent)
visit in interface CellVisitor<FrameCell,Cell,java.lang.RuntimeException>© 2001-2010 Jaspersoft Corporation www.jaspersoft.com