Package | Description |
---|---|
org.scijava.ui | |
org.scijava.ui.headless | |
org.scijava.ui.viewer |
Modifier and Type | Method and Description |
---|---|
DisplayWindow |
UserInterface.createDisplayWindow(Display<?> display)
Creates a new display window housing the given display, or null if not
applicable.
|
Modifier and Type | Method and Description |
---|---|
DisplayWindow |
HeadlessUI.createDisplayWindow(Display<?> display) |
Modifier and Type | Method and Description |
---|---|
void |
HeadlessDisplayViewer.view(DisplayWindow w,
Display<?> d) |
Modifier and Type | Method and Description |
---|---|
DisplayWindow |
DisplayPanel.getWindow()
Gets the window housing this panel.
|
DisplayWindow |
AbstractDisplayViewer.getWindow() |
DisplayWindow |
DisplayViewer.getWindow()
Gets the window in which the view is displayed.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDisplayViewer.view(DisplayWindow w,
Display<?> d) |
void |
DisplayViewer.view(DisplayWindow w,
Display<?> d)
Begins viewing the given display.
|
Copyright © 2009–2023 SciJava. All rights reserved.