Interface CellVisitor<T,R,E extends Exception>
-
- All Known Implementing Classes:
HtmlExporter.TableVisitor
,Tabulator.CollapseCheck
,Tabulator.ParentCheck
,Tabulator.ParentDrop
,Tabulator.SpanCheck
,Tabulator.SpanRangeCheck
,Tabulator.TableCellCreator
public interface CellVisitor<T,R,E extends Exception>
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
visit(ElementCell cell, T arg)
R
visit(FrameCell frameCell, T arg)
R
visit(LayeredCell layeredCell, T arg)
R
visit(NestedTableCell layeredCell, T arg)
R
visit(SplitCell cell, T arg)
-
-
-
Method Detail
-
visit
R visit(LayeredCell layeredCell, T arg) throws E extends Exception
-
-