| Package | Description |
|---|---|
| org.scijava.ui | |
| org.scijava.ui.headless | |
| org.scijava.ui.viewer | |
| org.scijava.ui.viewer.text |
| Modifier and Type | Method and Description |
|---|---|
DisplayViewer<?> |
UIService.getDisplayViewer(Display<?> display)
Gets the UI widget being used to visualize the given
Display. |
DisplayViewer<?> |
DefaultUIService.getDisplayViewer(Display<?> display) |
| Modifier and Type | Method and Description |
|---|---|
List<PluginInfo<DisplayViewer<?>>> |
UIService.getViewerPlugins()
Gets the list of known viewer plugins.
|
List<PluginInfo<DisplayViewer<?>>> |
DefaultUIService.getViewerPlugins() |
| Modifier and Type | Method and Description |
|---|---|
void |
UIService.addDisplayViewer(DisplayViewer<?> viewer)
Registers the given viewer with the service.
|
void |
DefaultUIService.addDisplayViewer(DisplayViewer<?> viewer) |
| Modifier and Type | Class and Description |
|---|---|
class |
HeadlessDisplayViewer
A display viewer used when running headless.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDisplayViewer<T>
The AbstractDisplayViewer provides some basic generic implementations for a
DisplayViewer such as storing and providing the display, window and panel for
a DisplayViewer.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TextDisplayViewer
A display viewer for
Strings. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTextDisplayViewer
Implements the UI-independent elements of a text viewer.
|
Copyright © 2009–2022 SciJava. All rights reserved.