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 java.lang.Exception>
Raccept(CellVisitor<T,R,E> visitor, T arg)FrameCellgetParent()Cellsplit()
-
-
-
Method Detail
-
getParent
FrameCell getParent()
-
accept
<T,R,E extends java.lang.Exception> R accept(CellVisitor<T,R,E> visitor, T arg) throws E extends java.lang.Exception
- Throws:
E extends java.lang.Exception
-
split
Cell split()
-
-