File tree Expand file tree Collapse file tree
net/imagej/ui/swing/widget Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >org.scijava</groupId >
1010 <artifactId >pom-scijava</artifactId >
11- <version >17.1.1 </version >
11+ <version >24.0.0 </version >
1212 <relativePath />
1313 </parent >
1414
Original file line number Diff line number Diff line change 11package net .imagej .ui .swing .widget ;
22
3- import net . imagej .table .Table ;
4- import net . imagej .table .TableDisplay ;
3+ import org . scijava .table .Table ;
4+ import org . scijava .table .TableDisplay ;
55import org .scijava .display .DisplayService ;
66import org .scijava .plugin .Parameter ;
77import org .scijava .plugin .Plugin ;
Original file line number Diff line number Diff line change 44import net .imagej .plot .BoxSeries ;
55import net .imagej .plot .CategoryChart ;
66import net .imagej .plot .PlotService ;
7- import net . imagej .table .Column ;
8- import net . imagej .table .Table ;
7+ import org . scijava .table .Column ;
8+ import org . scijava .table .Table ;
99import org .scijava .ItemIO ;
1010import org .scijava .ItemVisibility ;
1111import org .scijava .command .Command ;
Original file line number Diff line number Diff line change 11package tableplugins ;
22
3- import net . imagej .table .*;
3+ import org . scijava .table .*;
44import org .apache .commons .math3 .stat .descriptive .SummaryStatistics ;
55import org .apache .commons .math3 .stat .descriptive .rank .Median ;
66import org .scijava .ItemIO ;
Original file line number Diff line number Diff line change 77 */
88
99import net .imagej .plot .*;
10- import net . imagej .table .Column ;
11- import net . imagej .table .Table ;
10+ import org . scijava .table .Column ;
11+ import org . scijava .table .Table ;
1212import org .scijava .ItemIO ;
1313import org .scijava .command .Command ;
1414import org .scijava .plugin .Parameter ;
Original file line number Diff line number Diff line change 11package tableplugins ;
22
3- import net . imagej .table .Column ;
4- import net . imagej .table .Table ;
3+ import org . scijava .table .Column ;
4+ import org . scijava .table .Table ;
55import org .apache .commons .math3 .stat .inference .TTest ;
66import org .scijava .ItemIO ;
77import org .scijava .ItemVisibility ;
Original file line number Diff line number Diff line change 11package tableplugins ;
22
3- import net . imagej .table .Column ;
4- import net . imagej .table .DoubleColumn ;
3+ import org . scijava .table .Column ;
4+ import org . scijava .table .DoubleColumn ;
55
66import java .util .LinkedList ;
77import java .util .List ;
You can’t perform that action at this time.
0 commit comments