]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.document.linking.ui/src/org/simantics/document/linking/report/RowContentProvider.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.document.linking.ui / src / org / 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 }