This repository was archived by the owner on Feb 4, 2022. It is now read-only.
File tree 4 files changed +8
-7
lines changed
net/imagej/notebook/converter
org/scijava/jupyter/kernel
4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 119
119
<groupId >org.scijava</groupId >
120
120
<artifactId >scijava-common</artifactId >
121
121
</dependency >
122
+ <dependency >
123
+ <groupId >org.scijava</groupId >
124
+ <artifactId >scijava-table</artifactId >
125
+ </dependency >
122
126
123
127
<dependency >
124
128
<groupId >org.scijava</groupId >
Original file line number Diff line number Diff line change 20
20
21
21
package ij .notebook .converter ;
22
22
23
- import net .imagej .table .GenericTable ;
24
-
25
23
import org .scijava .convert .ConvertService ;
26
24
import org .scijava .convert .Converter ;
27
25
import org .scijava .notebook .converter .HTMLNotebookOutputConverter ;
28
26
import org .scijava .notebook .converter .output .HTMLTableNotebookOutput ;
29
27
import org .scijava .plugin .Parameter ;
30
28
import org .scijava .plugin .Plugin ;
29
+ import org .scijava .table .GenericTable ;
31
30
32
31
import ij .measure .ResultsTable ;
33
32
Original file line number Diff line number Diff line change 20
20
21
21
package net .imagej .notebook .converter ;
22
22
23
- import net .imagej .table .Column ;
24
- import net .imagej .table .Table ;
25
-
26
23
import org .scijava .convert .Converter ;
27
24
import org .scijava .notebook .converter .HTMLNotebookOutputConverter ;
28
25
import org .scijava .notebook .converter .HTMLTableBuilder ;
29
26
import org .scijava .notebook .converter .output .HTMLTableNotebookOutput ;
30
27
import org .scijava .plugin .Plugin ;
28
+ import org .scijava .table .Column ;
29
+ import org .scijava .table .Table ;
31
30
32
31
@ Plugin (type = Converter .class )
33
32
public class TableToHTMLNotebookConverter <C extends Column <? extends T >, T >
Original file line number Diff line number Diff line change 25
25
import com .twosigma .beakerx .kernel .handler .CommOpenHandler ;
26
26
import com .twosigma .beakerx .message .Message ;
27
27
28
- import net .imagej .table .process .ResultsPostprocessor ;
29
-
30
28
import org .scijava .Context ;
31
29
import org .scijava .display .DisplayPostprocessor ;
32
30
import org .scijava .jupyter .kernel .comm .ScijavaCommOpenHandler ;
40
38
import org .scijava .plugin .PluginInfo ;
41
39
import org .scijava .plugin .PluginService ;
42
40
import org .scijava .plugin .SciJavaPlugin ;
41
+ import org .scijava .table .process .ResultsPostprocessor ;
43
42
44
43
/**
45
44
*
You can’t perform that action at this time.
0 commit comments