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 Rvisit(ElementCell cell, T arg)Rvisit(FrameCell frameCell, T arg)Rvisit(LayeredCell layeredCell, T arg)Rvisit(NestedTableCell layeredCell, T arg)Rvisit(SplitCell cell, T arg)
-
-
-
Method Detail
-
visit
R visit(LayeredCell layeredCell, T arg) throws E extends Exception
-
-