Interface Cell
-
- All Known Implementing Classes:
BaseElementCell
,ElementCell
,FrameCell
,LayeredCell
,NestedTableCell
,SplitCell
public interface Cell
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T,R,E extends Exception>
Raccept(CellVisitor<T,R,E> visitor, T arg)
FrameCell
getParent()
Cell
split()
-