public class LayeredCell extends Object implements Cell
LayeredCell(FrameCell parent)
<T,R,E extends Exception>R
accept(CellVisitor<T,R,E> visitor, T arg)
void
addLayer(Table table)
List<Table>
getLayers()
FrameCell
getParent()
setParent(FrameCell parent)
Cell
split()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LayeredCell(FrameCell parent)
public void addLayer(Table table)
public FrameCell getParent()
getParent
public void setParent(FrameCell parent)
public <T,R,E extends Exception> R accept(CellVisitor<T,R,E> visitor, T arg) throws E extends Exception
accept
E extends Exception
public Cell split()
split
public List<Table> getLayers()
Copyright © 2016. All rights reserved.