| Interface | Description |
|---|---|
| ApplicationFrame |
Common interface for top-level application frames.
|
| Arrangeable |
Arrangeable.
|
| CloseConfirmable |
Interface for UI components that require the user to deal with changed state
before the component can be closed.
|
| Desktop |
Marker interface for MDI Desktop manager
|
| DialogPrompt |
TODO
|
| StatusBar |
Common interface for status bars, which have a text area and progress bar,
similar to ImageJ 1.x.
|
| SystemClipboard |
UI agnostic representation of the system clipboard.
|
| ToolBar |
Common interface for tool bars, which are button bars with selectable tools,
similar to ImageJ 1.x.
|
| UIService |
Interface for service that handles user interfaces.
|
| UserInterface |
An end-user SciJava application user interface.
|
| Class | Description |
|---|---|
| AbstractInputHarvesterPlugin<P,W> |
AbstractInputHarvesterPlugin is an
InputHarvester that implements the
PreprocessorPlugin interface. |
| AbstractUIInputWidget<T,W> |
Abstract superclass of
InputWidget implementations that
belong to a specific UI. |
| AbstractUserInterface |
Abstract superclass for
UserInterface implementations. |
| ARGBPlane |
Represents a plane of ARGB pixel data.
|
| DefaultUIService |
Default service for handling SciJava user interfaces.
|
| FileListPreprocessor | |
| FilePreprocessor |
A preprocessor plugin that handles single unresolved parameters of type
File using a UI prompt. |
| UIPreprocessor |
The UI preprocessor automatically populates module
UserInterface
inputs with the UIService's default UI instance, if compatible. |
| Enum | Description |
|---|---|
| Arrangeable.Arrangement | |
| DialogPrompt.MessageType | |
| DialogPrompt.OptionType | |
| DialogPrompt.Result |
Copyright © 2015–2022 SciJava. All rights reserved.