Modifier and Type | Class and Description |
---|---|
class |
AbstractGateway
Abstract superclass for
Gateway implementations. |
class |
SciJava
Main entry point into SciJava.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractApp
Abstract superclass of
App implementations. |
class |
DefaultAppService
Default service for application-level functionality.
|
class |
DefaultStatusService
Default service for status notifications.
|
class |
SciJavaApp
Application metadata about SciJava Common.
|
Modifier and Type | Class and Description |
---|---|
class |
StatusEvent
An event indicating a status update.
|
Modifier and Type | Class and Description |
---|---|
class |
FileBatchService |
class |
SwingScriptInfoWidget |
Modifier and Type | Class and Description |
---|---|
class |
FileBatchInputProvider |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCacheService
Trivial
CacheService implementation. |
class |
GuavaCacheService
CacheService implementation wrapping a guava Cache . |
Modifier and Type | Class and Description |
---|---|
class |
ContextCommand
A command that knows its context.
|
class |
DefaultCommandService
Default service for working with
Command s. |
class |
UnimplementedCommand
A command that is not yet implemented.
|
Modifier and Type | Class and Description |
---|---|
class |
RunArgument
Deprecated.
Use
RunArgument instead. |
Modifier and Type | Class and Description |
---|---|
class |
CommandCodeRunner
Runs the given
Command class. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConsoleArgument
Abstract superclass of
ConsoleArgument implementations. |
class |
DefaultConsoleService
Default service for managing interaction with the console.
|
class |
OutputEvent
An event indicating output occurred on
stdout or stderr . |
class |
SystemPropertyArgument
Handles the
-D command line argument, in an analogous way to tools
such as Java and Maven. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDisplay<T>
Abstract superclass of
Display implementations. |
class |
ActiveDisplayPreprocessor
|
class |
DefaultDisplay
Default display for objects, when no other displays are available.
|
class |
DefaultDisplayService
Default service for working with
Display s. |
class |
DefaultTextDisplay
Default display for text.
|
class |
DisplayPostprocessor
Displays outputs upon completion of a module execution.
|
Modifier and Type | Class and Description |
---|---|
class |
DisplayActivatedEvent
An event indicating a display has become the active one.
|
class |
DisplayCreatedEvent
An event indicating a new display has been created.
|
class |
DisplayDeletedEvent
An event indicating a display has been deleted.
|
class |
DisplayEvent
An event indicating something has happened to a
Display . |
class |
DisplayUpdatedEvent
An event indicating a display has updated; e.g., an object has been added or
removed.
|
Modifier and Type | Class and Description |
---|---|
class |
InputEvent
An event indicating input device (e.g., keyboard or mouse) activity in a
display.
|
class |
KyEvent
An event indicating keyboard activity in a display.
|
class |
KyPressedEvent
An event indicating a keyboard key was pressed in a display.
|
class |
KyReleasedEvent
An event indicating a keyboard key was released in a display.
|
class |
KyTypedEvent
An event indicating a keyboard key was typed (i.e., pressed and released) in
a display.
|
class |
MsButtonEvent
An event indicating mouse button activity in a display.
|
class |
MsClickedEvent
An event indicating a mouse button was clicked in a display.
|
class |
MsDraggedEvent
An event indicating a mouse was dragged in a display.
|
class |
MsEnteredEvent
An event indicating a mouse cursor entered a display.
|
class |
MsEvent
An event indicating mouse activity in a display.
|
class |
MsExitedEvent
An event indicating a mouse cursor exited a display.
|
class |
MsMovedEvent
An event indicating a mouse was moved in a display.
|
class |
MsPressedEvent
An event indicating a mouse button was pressed in a display.
|
class |
MsReleasedEvent
An event indicating a mouse button was released in a display.
|
class |
MsWheelEvent
An event indicating a mouse wheel was moved in a display.
|
Modifier and Type | Class and Description |
---|---|
class |
WinActivatedEvent
An event indicating a display window has been activated.
|
class |
WinClosedEvent
An event indicating a display window has been closed.
|
class |
WinClosingEvent
An event indicating a display window is in the process of closing.
|
class |
WinDeactivatedEvent
An event indicating a display window has been deactivated.
|
class |
WinDeiconifiedEvent
An event indicating a display window was deiconified.
|
class |
WinEvent
An event indicating something has happened to a display window.
|
class |
WinIconifiedEvent
An event indicating a display window was iconified.
|
class |
WinOpenedEvent
An event indicating a display window has been opened.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDownloadService
Default implementation of
DownloadService . |
class |
MultiWriteHandle
DataHandle plugin for writing to multiple DataHandle s. |
Modifier and Type | Class and Description |
---|---|
class |
ContextDisposingEvent
Event to be published just before disposing a context.
|
class |
DefaultEventHistory
Default service for keeping a history of SciJava events.
|
class |
DefaultEventService
Default service for publishing and subscribing to SciJava events.
|
class |
SciJavaEvent
Base class for all SciJava events.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultGrabService
Default implementation of
GrabService . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultInputService
Default implementation of
InputService . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIOPlugin<D>
Abstract base class for
IOPlugin s. |
class |
AbstractTypedIOService<D>
Abstract base class for typed
IOPlugin s. |
class |
DefaultIOService
Default implementation of
IOService . |
class |
DefaultRecentFileService
Default service for managing the Recently Used Files menu.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenArgument
Handles the
--open command line argument. |
Modifier and Type | Class and Description |
---|---|
class |
DataOpenedEvent
An event indicating that data has been opened from a location.
|
class |
DataSavedEvent
An event indicating that data has been saved to a destination.
|
class |
IOEvent
An event indicating that I/O (e.g., opening or saving) has occurred.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataHandle<L extends Location>
Abstract base class for
DataHandle plugins. |
class |
AbstractHigherOrderHandle<L extends Location>
Abstract superclass for
DataHandle s that operate over other
DataHandle s. |
class |
AbstractSeekableStreamHandle<L extends Location> |
class |
AbstractStreamHandle<L extends Location>
Abstract base class for
StreamHandle implementations. |
class |
BytesHandle
DataHandle for a BytesLocation . |
class |
DefaultDataHandleService
Default implementation of
DataHandleService . |
class |
DummyHandle
A
DataHandle which reads all zeroes, and writes no actual data. |
class |
FileHandle
DataHandle for a FileLocation . |
class |
ReadBufferDataHandle
Read-only buffered
DataHandle . |
class |
WriteBufferDataHandle
Wraps a
DataHandle and acts as a write buffer. |
Modifier and Type | Class and Description |
---|---|
class |
HTTPHandle
DataHandle for a HTTPLocation . |
class |
HTTPLocationResolver |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLocationResolver
Abstract super class for
LocationResolver plugins. |
class |
DefaultLocationService
Default
LocationService implementation. |
class |
FileLocationResolver
Implementation of
LocationResolver for FileLocation . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultNIOService
Default service for working with the
java.nio package, particularly
NIO ByteBuffer objects. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJava3DService
Default service for working with Java 3D.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLogService
Base class for
LogService implementations. |
class |
StderrLogService
Implementation of
LogService using the standard error stream. |
Modifier and Type | Class and Description |
---|---|
class |
SLF4JLogService
Logging service implemented using SLF4J.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMainService
Default implementation of
MainService . |
Modifier and Type | Class and Description |
---|---|
class |
MainArgument
Handles the
--main command line argument, which launches an
alternative main class. |
Modifier and Type | Class and Description |
---|---|
class |
MainCodeRunner
Executes the given class's
main method. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMenuService
Default service for keeping track of the application's menu structure.
|
class |
ShadowMenu
A tree representing a menu structure independent of any particular user
interface.
|
Modifier and Type | Class and Description |
---|---|
class |
MenuEvent
An event indicating something has happened to the
MenuService 's
ShadowMenu . |
class |
MenusAddedEvent
An event indicating one or more menu items have been added to the
MenuService 's ShadowMenu . |
class |
MenusRemovedEvent
An event indicating one or more menu items have been removed from the
MenuService 's ShadowMenu . |
class |
MenusUpdatedEvent
An event indicating one or more menu items have been adjusted in the
MenuService 's ShadowMenu . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultModuleService
Default service for keeping track of and executing available modules.
|
class |
ModuleRunner
Helper class for executing a
Module , including pre- and
post-processing and event notification. |
Modifier and Type | Class and Description |
---|---|
class |
ModuleCanceledEvent
An event indicating a
Module execution has been canceled. |
class |
ModuleEvent
An event indicating something has happened to a module.
|
class |
ModuleExecutedEvent
An event indicating a module has just been executed.
|
class |
ModuleExecutingEvent
An event indicating a module is about to be executed.
|
class |
ModuleExecutionEvent
An event relating to execution of a
Module . |
class |
ModuleFinishedEvent
An event indicating a module execution has been completed.
|
class |
ModulePostprocessEvent
An event indicating a
ModulePostprocessor has been invoked as part of
a module execution. |
class |
ModulePreprocessEvent
An event indicating a
ModulePreprocessor has been invoked as part of
a module execution. |
class |
ModuleProcessEvent
An event indicating a
ModuleProcessor has been invoked as part of a
module execution. |
class |
ModulesAddedEvent
An event indicating one or more modules have been added to the
ModuleService . |
class |
ModulesListEvent
An event indicating something has happened to the list of plugins registered
with the
ModuleService . |
class |
ModulesRemovedEvent
An event indicating one or more modules have been removed from the
ModuleService . |
class |
ModuleStartedEvent
An event indicating a module execution has begun.
|
class |
ModulesUpdatedEvent
An event indicating one or more module details have been updated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPostprocessorPlugin
Abstract base class for plugin postprocessors.
|
class |
AbstractPreprocessorPlugin
Abstract base class for plugin preprocessors.
|
class |
AbstractSingleInputPreprocessor
Abstract superclass for
PreprocessorPlugin implementations that
populate singleton inputs. |
class |
CheckInputsPreprocessor
A preprocessor plugin that does a final check of input parameters,
complaining if any required ones are null.
|
class |
DebugPostprocessor
A postprocessor plugin that dumps parameter values to the log.
|
class |
DebugPreprocessor
A preprocessor plugin that dumps information to the log.
|
class |
DefaultValuePreprocessor
A preprocessor plugin that populates default parameter values.
|
class |
GatewayPreprocessor
The gateway preprocessor automatically populates module inputs that implement
Gateway . |
class |
InitPreprocessor
A preprocessor plugin that populates initial parameter values.
|
class |
LoadInputsPreprocessor
A preprocessor for loading populated input values from persistent storage.
|
class |
LoggerPreprocessor
|
class |
SaveInputsPreprocessor
A preprocessor for saving populated input values to persistent storage.
|
class |
ServicePreprocessor
The service preprocessor automatically populates module inputs that implement
Service . |
class |
ValidityPreprocessor
A preprocessor plugin that verifies module validity.
|
Modifier and Type | Class and Description |
---|---|
class |
ModuleCodeRunner
Runs the given
Identifiable SciJava module. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultObjectService
Default service for keeping track of registered objects.
|
Modifier and Type | Class and Description |
---|---|
class |
ListEvent<T>
An event indicating something has happened to a list of items.
|
class |
ObjectCreatedEvent
An event indicating a new object has been created.
|
class |
ObjectDeletedEvent
An event indicating an object has been deleted.
|
class |
ObjectEvent
An event indicating something has happened to an object.
|
class |
ObjectModifiedEvent
An event indicating an object has been modified somehow.
|
class |
ObjectsAddedEvent
An event indicating one or more objects have been added to the
ObjectService . |
class |
ObjectsListEvent
An event indicating something has happened to the list of objects registered
with the
ObjectService . |
class |
ObjectsRemovedEvent
An event indicating one or more objects have been removed from the
ObjectService . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOptionsService
Default service for keeping track of the available options and their
settings.
|
Modifier and Type | Class and Description |
---|---|
class |
OptionsEvent
Fired when an
OptionsPlugin has changed an option. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultParseService
Default service for parsing strings.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAppEventService
Deprecated.
Use
AppService and App instead. |
class |
DefaultPlatformService
Default service for handling platform-specific deployment issues.
|
Modifier and Type | Class and Description |
---|---|
class |
AppAboutEvent
An event sent when the application is asked to open its about window.
|
class |
AppFocusEvent
An event sent when the application has become the foreground app, or when it
has resigned being the foreground app.
|
class |
ApplicationEvent
An event indicating an application-level occurrence.
|
class |
AppMenusCreatedEvent
An event sent when the application has created and populated its menus.
|
class |
AppOpenFilesEvent
An event sent when the application is asked to re-open itself.
|
class |
AppPreferencesEvent
An event sent when the application is asked to open its preferences window.
|
class |
AppPrintEvent
An event sent when the app is asked to print a list of files.
|
class |
AppQuitEvent
An event sent when the application is asked to quit.
|
class |
AppReOpenEvent
An event sent when the application is asked to re-open itself.
|
class |
AppScreenSleepEvent
An event sent when the displays attached to the system enter and exit power
save sleep.
|
class |
AppSleepEvent
An event sent when a device enters or exits power save sleep.
|
class |
AppSystemSleepEvent
An event sent when the system enters and exits power save sleep.
|
class |
AppUserSessionEvent
An event sent when the the user session has been changed via Fast User
Switching.
|
class |
AppVisibleEvent
An event sent when the application has been hidden or shown.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHandlerPlugin<D>
Abstract base class for
HandlerPlugin implementations. |
class |
AbstractHandlerService<DT,PT extends HandlerPlugin<DT>>
Abstract base class for
HandlerService s. |
class |
AbstractPTService<PT extends SciJavaPlugin>
Abstract base class for
PTService s. |
class |
AbstractRichPlugin
Abstract base class for
RichPlugin implementations. |
class |
AbstractSingletonService<PT extends SingletonPlugin>
Abstract base class for
SingletonService s. |
class |
AbstractTypedPlugin<D>
Abstract base class for
TypedPlugin s. |
class |
AbstractTypedService<DT,PT extends TypedPlugin<DT>>
Abstract base class for
TypedService s. |
class |
AbstractWrapperPlugin<D>
Abstract base class for
WrapperPlugin s. |
class |
AbstractWrapperService<DT,PT extends WrapperPlugin<DT>>
Abstract base class for
WrapperService s. |
class |
DefaultPluginService
Default service for keeping track of available plugins.
|
class |
SortablePlugin
Deprecated.
Use
AbstractRichPlugin instead. |
Modifier and Type | Class and Description |
---|---|
class |
PluginsAddedEvent
An event indicating one or more plugins have been added to the
PluginService . |
class |
PluginsListEvent
An event indicating something has happened to the list of plugins registered
with the
PluginService . |
class |
PluginsRemovedEvent
An event indicating one or more plugins have been removed from the
PluginService . |
Modifier and Type | Class and Description |
---|---|
class |
ParamAssignOrder
An illustration of the order in which command parameter assignment occurs.
|
Modifier and Type | Class and Description |
---|---|
class |
Close
Closes the active display.
|
class |
CloseAll
Closes all displays.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenFile
Opens the selected file.
|
Modifier and Type | Class and Description |
---|---|
class |
RunScript
Executes the script in the given file.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanshellScriptLanguage
An adapter of the BeanShell interpreter to the SciJava scripting interface.
|
Modifier and Type | Class and Description |
---|---|
class |
ClojureScriptLanguage
An adapter of the Clojure interpreter to the SciJava scripting interface.
|
Modifier and Type | Class and Description |
---|---|
class |
GroovyScriptLanguage
An adapter of the Groovy interpreter to the SciJava scripting interface.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaScriptLanguage
Provides Java as a
ScriptLanguage . |
Modifier and Type | Class and Description |
---|---|
class |
JavaScriptScriptLanguage
An adapter of the JavaScript interpreter to the SciJava scripting interface.
|
Modifier and Type | Class and Description |
---|---|
class |
JRubyScriptHeader
Provides a default script header when editing
JRubyScriptLanguage
scripts. |
class |
JRubyScriptLanguage
An adapter of the JRuby interpreter to the SciJava scripting interface.
|
Modifier and Type | Class and Description |
---|---|
class |
JythonScriptLanguage
An adapter of the Jython interpreter to the SciJava scripting interface.
|
Modifier and Type | Class and Description |
---|---|
class |
KotlinScriptLanguage
A SciJava
ScriptLanguage for Kotlin. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMATLABService
Default
MATLABService implementation. |
class |
MATLABScriptLanguage
An adapter of the MATLAB interpreter to ImageJ's scripting interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
RenjinScriptLanguage
An adapter of the R interpreter to the SciJava scripting interface.
|
Modifier and Type | Class and Description |
---|---|
class |
ScalaScriptLanguage
An adapter of the Scala interpreter to the SciJava scripting interface.
|
Modifier and Type | Class and Description |
---|---|
class |
MarkdownTextFormat
Text format for Markdown.
|
Modifier and Type | Class and Description |
---|---|
class |
PlainTextFormat
Plain text format, which handles vanilla .txt files.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPrefService
Abstract
PrefService implementation. |
class |
DefaultPrefService
Default
PrefService implementation, which persists preferences to
disk using the Preferences API. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCodeRunner
Abstract superclass of
CodeRunner implementations. |
class |
DefaultRunService
Default service for managing available
CodeRunner plugins. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractScriptHeader
Abstract superclass for
ScriptHeader implementations. |
class |
AbstractScriptLanguage
Abstract superclass for
ScriptLanguage implementations. |
class |
AdaptedScriptLanguage
Abstract superclass for
ScriptLanguage implementations which adapt an
existing ScriptEngineFactory . |
class |
DefaultScriptHeaderService
Default
ScriptHeaderService implementation. |
class |
DefaultScriptService
Default service for working with scripts.
|
class |
ScriptFinder
Discovers scripts.
|
Modifier and Type | Class and Description |
---|---|
class |
RunScriptArgument
Deprecated.
Use
RunArgument instead. |
Modifier and Type | Class and Description |
---|---|
class |
ScriptIOPlugin
IOPlugin for scripts. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultScriptProcessorService
Default implementation of
ScriptProcessorService . |
Modifier and Type | Class and Description |
---|---|
class |
ScriptCodeRunner
Runs the given script.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSearchService
Default implementation of
SearchService . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJavadocService
Default implementation of
JavadocService . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractService
Abstract superclass of
Service implementations. |
class |
ServiceHelper
Helper class for discovering and instantiating available services.
|
Modifier and Type | Class and Description |
---|---|
class |
ServicesLoadedEvent
An event which fires when a
Context finishes initializing all its
services. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultStartupService
Default implementation of
StartupService . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTableDisplay
Default display for
Table s, including DoubleTable s. |
class |
DefaultTableIOPlugin
Plugin for reading/writing
GenericTable s. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTableIOService |
class |
ExportTableCommand |
Modifier and Type | Class and Description |
---|---|
class |
ResultsPostprocessor
A postprocessor which aggregates simple output values into a single table,
for a nicer UI experience.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTaskService
Default implementation of
TaskService . |
Modifier and Type | Class and Description |
---|---|
class |
TaskEvent
An event indicating a
Task has been updated. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTextFormat
Abstract superclass of
TextFormat implementations. |
class |
DefaultTextService
Default service for working with text formats.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTextIOService
Default
TextIOService implementation for opening and saving text data |
class |
TextIOPlugin
IOPlugin for text conversion to HTML. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultThreadService
Default service for managing active threads.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTool
Abstract base class for
Tool implementations. |
class |
DefaultToolService
Default service for keeping track of available tools, including which tool is
active, and delegating UI events to the active tool.
|
class |
DummyTool
A tool that does nothing.
|
Modifier and Type | Class and Description |
---|---|
class |
ToolActivatedEvent
An event indicating a tool has been activated.
|
class |
ToolDeactivatedEvent
An event indicating a tool has been deactivated.
|
class |
ToolEvent
An event indicating something has happened to a tool.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInputHarvesterPlugin<P,W>
AbstractInputHarvesterPlugin is an
InputHarvester that implements the
PreprocessorPlugin interface. |
class |
AbstractUIInputWidget<T,W>
Abstract superclass of
InputWidget implementations that
belong to a specific UI. |
class |
AbstractUserInterface
Abstract superclass for
UserInterface implementations. |
class |
DefaultUIService
Default service for handling SciJava user interfaces.
|
class |
FileListPreprocessor |
class |
FilePreprocessor
A preprocessor plugin that handles single unresolved parameters of type
File using a UI prompt. |
class |
UIPreprocessor
The UI preprocessor automatically populates module
UserInterface
inputs with the UIService 's default UI instance, if compatible. |
Modifier and Type | Class and Description |
---|---|
class |
AWTDragAndDropData
AWT implementation of
DragAndDropData . |
class |
AWTUI
AWT-based user interface for ImageJ.
|
Modifier and Type | Class and Description |
---|---|
class |
AWTButtonWidget
An AWT widget that displays a button and invokes the callback of a parameter
when the button is clicked.
|
class |
AWTChoiceWidget
AWT implementation of multiple choice selector widget.
|
class |
AWTFileWidget
AWT implementation of file selector widget.
|
class |
AWTInputHarvester
AWTInputHarvester is an
InputHarvester that collects input parameter
values from the user using an AWTInputPanel dialog box. |
class |
AWTInputWidget<T>
Common superclass for AWT-based input widgets.
|
class |
AWTMessageWidget
AWT implementation of message widget.
|
class |
AWTNumberWidget
AWT implementation of number chooser widget.
|
class |
AWTObjectWidget
AWT implementation of object selector widget.
|
class |
AWTTextWidget
AWT implementation of text field widget.
|
class |
AWTToggleWidget
AWT implementation of boolean toggle widget.
|
Modifier and Type | Class and Description |
---|---|
class |
HeadlessArgument
Handles the
--headless argument to signal that no UI will be opened
and the enclosing Context will not be used after the
ConsoleService argument processing is complete. |
class |
ShowUIArgument
Handles the
--showUI argument, which signals that the UI should be
opened immediately. |
class |
UIArgument
Handles the
--ui command line argument. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDragAndDropData
Abstract superclass for
DragAndDropData implementations. |
class |
AbstractDragAndDropHandler<D>
Abstract superclass for
DragAndDropHandler s. |
class |
DefaultDragAndDropData
Default implementation of
DragAndDropData , which provides a
UI-agnostic way to bundle an object together with its MIME type. |
class |
DefaultDragAndDropService
Default service for handling drag and drop events.
|
class |
FileDragAndDropHandler
Drag-and-drop handler for files.
|
class |
ListDragAndDropHandler
Drag-and-drop handler for lists of objects.
|
class |
ScriptFileDragAndDropHandler
Drag-and-drop handler for script files.
|
Modifier and Type | Class and Description |
---|---|
class |
DragAndDropEvent
An event indicating drag-and-drop activity in a display.
|
class |
DragEnterEvent
An event indicating an object was dragged onto a display.
|
class |
DragExitEvent
An event indicating an object was dragged off of a display.
|
class |
DragOverEvent
An event indicating an object was dragged within a display.
|
class |
DropEvent
An event indicating an object was dropped onto a display.
|
Modifier and Type | Class and Description |
---|---|
class |
UIEvent
An event indicating activity relating to a
UserInterface . |
class |
UIShownEvent
An event indicating a user interface was shown.
|
Modifier and Type | Class and Description |
---|---|
class |
HeadlessDisplayViewer
A display viewer used when running headless.
|
class |
HeadlessUI
A no-op user interface used when the application is running headless.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSwingUI
Abstract superclass for Swing-based user interfaces.
|
class |
SwingIconService
Swing implementation of the
IconService . |
Modifier and Type | Class and Description |
---|---|
class |
CommandFinder
A plugin to display the
CommandFinderPanel in a dialog. |
Modifier and Type | Class and Description |
---|---|
class |
SwingMdiUI
Swing-based MDI user interface.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLanguageSupportService
Default
LanguageSupportService implementation. |
Modifier and Type | Class and Description |
---|---|
class |
ChooseFontSize
Sets the font size in the current editor tab.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingSDIUI
Swing-based MDI user interface.
|
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 |
SwingButtonWidget
A Swing widget that displays a button and invokes the callback of a parameter
when the button is clicked.
|
class |
SwingChoiceRadioWidget
Swing implementation of multiple choice selector widget using
JRadioButton s. |
class |
SwingChoiceWidget
Swing implementation of multiple choice selector widget using a
JComboBox . |
class |
SwingColorWidget
Swing implementation of color chooser widget.
|
class |
SwingDateWidget
Swing implementation of date selector widget.
|
class |
SwingFileListWidget
Swing implementation of
FileListWidget . |
class |
SwingFileWidget
Swing implementation of file selector widget.
|
class |
SwingInputHarvester
SwingInputHarvester is an
InputHarvester that collects input
parameter values from the user using a SwingInputPanel dialog box. |
class |
SwingInputWidget<T>
Common superclass for Swing-based input widgets.
|
class |
SwingMdiInputHarvester
SwingInputHarvester is an
InputHarvester that collects input
parameter values from the user using a SwingInputPanel dialog box. |
class |
SwingMessageWidget
Swing implementation of message widget.
|
class |
SwingNumberWidget
Swing implementation of number chooser widget.
|
class |
SwingObjectWidget
Swing implementation of object selector widget.
|
class |
SwingTextWidget
Swing implementation of text field widget.
|
class |
SwingToggleWidget
Swing implementation of boolean toggle widget.
|
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 | Class and Description |
---|---|
class |
AbstractTableDisplayViewer
Implements the UI-independent elements of a
Table viewer. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTextDisplayViewer
Implements the UI-independent elements of a text viewer.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultWelcomeService
Default service for displaying the welcome greeting.
|
Modifier and Type | Class and Description |
---|---|
class |
WelcomeEvent
Marker
SciJavaEvent indicating the first time an application is
run. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInputHarvester<P,W>
Abstract superclass for
InputHarvester s. |
class |
AbstractInputWidget<T,W>
Base class for input widgets.
|
class |
DefaultWidgetModel
The backing data model for a particular
InputWidget . |
class |
DefaultWidgetService
Default service for managing available
InputWidget s. |
Copyright © 2015–2022 SciJava. All rights reserved.