]> gerrit.simantics Code Review - simantics/platform.git/blob - simantics/document/linking/report/RowContentProvider.java
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / simantics / document / linking / report / RowContentProvider.java
1 package org.simantics.document.linking.report;
2
3
4 public interface RowContentProvider<T> {
5         void setText(Document writer, T previous, T current, T next, TextItem[] row) throws Exception;
6 }