| 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 |
EasySwingDisplayViewer<T>
|
| Modifier and Type | Class and Description |
|---|---|
class |
SwingTableDisplayViewer
|
| Modifier and Type | Class and Description |
|---|---|
class |
SwingTextDisplayViewer
A Swing text display viewer, which displays strings in a simple text panel.
|
| 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 |
TableDisplayViewer
A display viewer for a display of
Tables. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTableDisplayViewer
Implements the UI-independent elements of a
Table viewer. |
| 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 © 2015–2022 SciJava. All rights reserved.