package org.simantics.document.server.io; public interface ITreeTableCell extends ITableCell { int getParent(); }