Package | Description |
---|---|
org.scijava.ui | |
org.scijava.ui.event | |
org.scijava.ui.headless | |
org.scijava.ui.viewer |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUserInterface
Abstract superclass for
UserInterface implementations. |
Modifier and Type | Method and Description |
---|---|
UserInterface |
UIService.getDefaultUI()
Gets the default user interface.
|
UserInterface |
DefaultUIService.getDefaultUI() |
UserInterface |
UIService.getUI(String name)
Gets the UI with the given name (or class name).
|
UserInterface |
DefaultUIService.getUI(String name) |
protected abstract UserInterface |
AbstractUIInputWidget.ui() |
protected UserInterface |
AbstractUIInputWidget.ui(String uiName) |
Modifier and Type | Method and Description |
---|---|
List<UserInterface> |
UIService.getAvailableUIs()
Gets the user interfaces available to the service.
|
List<UserInterface> |
DefaultUIService.getAvailableUIs() |
List<UserInterface> |
UIService.getVisibleUIs()
Gets the user interfaces that are currently visible.
|
List<UserInterface> |
DefaultUIService.getVisibleUIs() |
Modifier and Type | Method and Description |
---|---|
void |
UIService.addUI(String name,
UserInterface ui)
Adds the given UI to those managed by the service.
|
void |
DefaultUIService.addUI(String name,
UserInterface ui) |
void |
UIService.addUI(UserInterface ui)
Adds the given UI to those managed by the service.
|
void |
DefaultUIService.addUI(UserInterface ui) |
void |
UIService.setDefaultUI(UserInterface ui)
Sets the default user interface.
|
void |
DefaultUIService.setDefaultUI(UserInterface ui) |
void |
UIService.showUI(UserInterface ui)
Displays the given UI.
|
void |
DefaultUIService.showUI(UserInterface ui) |
Modifier and Type | Method and Description |
---|---|
UserInterface |
UIEvent.getUI()
Gets the user interface.
|
Constructor and Description |
---|
UIEvent(UserInterface ui) |
UIShownEvent(UserInterface ui) |
Modifier and Type | Class and Description |
---|---|
class |
HeadlessUI
A no-op user interface used when the application is running headless.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HeadlessDisplayViewer.isCompatible(UserInterface ui) |
Modifier and Type | Method and Description |
---|---|
boolean |
DisplayViewer.isCompatible(UserInterface ui)
Returns true if this display viewer can be used with the given UI.
|
default void |
DisplayViewer.view(UserInterface ui,
Display<?> d)
Begins viewing the given display.
|
Copyright © 2009–2025 SciJava. All rights reserved.