]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.document.linking.ui/src/org/simantics/document/linking/report/TableOfContents.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.document.linking.ui / src / org / simantics / document / linking / report / TableOfContents.java
1 package org.simantics.document.linking.report;
2
3 public interface TableOfContents extends DocumentElement{
4         
5         public void addTocElement(String label, DocumentElement element) throws Exception;
6
7 }