File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
src/main/java/org/scijava/ui/headless Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 3535
3636import org .scijava .Priority ;
3737import org .scijava .display .Display ;
38+ import org .scijava .log .LogService ;
3839import org .scijava .plugin .AbstractRichPlugin ;
3940import org .scijava .plugin .Plugin ;
4041import org .scijava .ui .DialogPrompt ;
41- import org .scijava .ui .UIService ;
4242import org .scijava .ui .UserInterface ;
4343import org .scijava .ui .viewer .DisplayWindow ;
4444import org .scijava .util .ListUtils ;
4545
4646/**
47- * A "null object" {@link UIService} implementation used when the application is
48- * running headless.
47+ * A no-op user interface used when the application is running headless.
48+ * <p>
49+ * Most operations do nothing. Attempting to show an object via one of the
50+ * {@link #show} methods logs the object via the {@link LogService}.
51+ * </p>
4952 *
5053 * @author Richard Domander (Royal Veterinary College, London)
5154 * @author Curtis Rueden
You can’t perform that action at this time.
0 commit comments