]> gerrit.simantics Code Review - simantics/platform.git/blob - RowContentProvider.java
4ebe3fe41b042c4bf58e628e2269d82f61983447
[simantics/platform.git] / RowContentProvider.java
1 package org.simantics.document.linking.report;\r
2 \r
3 \r
4 public interface RowContentProvider<T> {\r
5         void setText(Document writer, T previous, T current, T next, TextItem[] row) throws Exception;\r
6 }\r