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 | Class and Description |
---|---|
class |
AWTUI
AWT-based user interface for ImageJ.
|
Modifier and Type | Method and Description |
---|---|
protected UserInterface |
AWTInputWidget.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 | Class and Description |
---|---|
class |
AbstractSwingUI
Abstract superclass for Swing-based user interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingMdiUI
Swing-based MDI user interface.
|
Constructor and Description |
---|
SwingMdiDialogPrompt(UserInterface ui,
String message,
String title,
DialogPrompt.MessageType messageType,
DialogPrompt.OptionType optionType) |
Modifier and Type | Method and Description |
---|---|
UserInterface |
OptionsLookAndFeel.getUI()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
OptionsLookAndFeel.setUI(UserInterface ui)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingSDIUI
Swing-based MDI user interface.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EasySwingDisplayViewer.isCompatible(UserInterface ui) |
Modifier and Type | Method and Description |
---|---|
boolean |
SwingTableDisplayViewer.isCompatible(UserInterface ui) |
Modifier and Type | Method and Description |
---|---|
boolean |
SwingTextDisplayViewer.isCompatible(UserInterface ui) |
Modifier and Type | Method and Description |
---|---|
protected UserInterface |
SwingInputWidget.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 © 2015–2022 SciJava. All rights reserved.