Modifier and Type | Class and Description |
---|---|
class |
SciJava
Main entry point into SciJava.
|
Modifier and Type | Class and Description |
---|---|
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 |
BatchModuleSearchActionFactory
Search action for executing a SciJava module in batch mode.
|
class |
FileBatchService |
class |
FileScriptBatchProcessor |
class |
MenuScriptBatchProcessor |
class |
ModuleBatchProcessor<T> |
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 |
DefaultCommandService
Default service for working with
Command s. |
Constructor and Description |
---|
CommandInfo(Class<? extends Command> commandClass,
Plugin annotation)
Creates a new command metadata object.
|
CommandInfo(PluginInfo<Command> info,
String className,
Class<? extends Command> commandClass,
Plugin annotation) |
CommandInfo(String className,
Plugin annotation)
Creates a new command metadata object.
|
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 |
DefaultConsoleService
Default service for managing interaction with the console.
|
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 |
ActiveDisplayPreprocessor
|
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 |
DefaultDownloadService
Default implementation of
DownloadService . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEventHistory
Default service for keeping a history of SciJava events.
|
class |
DefaultEventService
Default service for publishing and subscribing to SciJava events.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultGrabService
Default implementation of
GrabService . |
Modifier and Type | Class and Description |
---|---|
class |
GrabScriptProcessor
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultInputService
Default implementation of
InputService . |
Modifier and Type | Class and Description |
---|---|
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 |
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 . |
Modifier and Type | Class and Description |
---|---|
class |
HTTPHandle
DataHandle for a HTTPLocation . |
class |
HTTPLocationResolver |
Modifier and Type | Class and Description |
---|---|
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 |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultModuleService
Default service for keeping track of and executing available modules.
|
Modifier and Type | Class and Description |
---|---|
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 |
DefaultOptionsService
Default service for keeping track of the available options and their
settings.
|
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 |
DefaultPlatform
A platform implementation for default handling of platform issues.
|
class |
DefaultPlatformService
Default service for handling platform-specific deployment issues.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPluginService
Default service for keeping track of available plugins.
|
Modifier and Type | Method and Description |
---|---|
Plugin |
PluginInfo.getAnnotation()
Gets the associated @
Plugin annotation. |
Constructor and Description |
---|
PluginInfo(Class<? extends PT> pluginClass,
Class<PT> pluginType,
Plugin annotation)
Creates a new plugin metadata object.
|
PluginInfo(String className,
Class<? extends PT> pluginClass,
Class<PT> pluginType,
Plugin annotation,
ClassLoader classLoader) |
PluginInfo(String className,
Class<PT> pluginType,
Plugin annotation)
Creates a new plugin metadata object.
|
PluginInfo(String className,
Class<PT> pluginType,
Plugin annotation,
ClassLoader classLoader)
Creates a new plugin metadata object.
|
Modifier and Type | Class and Description |
---|---|
class |
DumpStack
Provides a complete stack dump of all threads.
|
class |
ParamAssignOrder
An illustration of the order in which command parameter assignment occurs.
|
class |
ShowSubscribers
For EventBus diagnostics: shows what is subscribed to various event types.
|
class |
SystemInformation
Dumps the full system configuration, including installed libraries and Java
system properties.
|
class |
TextDisplayTest
A test of text displays.
|
Modifier and Type | Class and Description |
---|---|
class |
Close
Closes the active display.
|
class |
CloseAll
Closes all displays.
|
Modifier and Type | Class and Description |
---|---|
class |
ClearRecent
Clears the list of recently opened files.
|
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 |
MacOSPlatform
A platform implementation for handling Apple macOS platform issues:
Application events are rebroadcast as ImageJ events.
macOS screen menu bar is enabled.
Special screen menu bar menu items are handled.
|
Modifier and Type | Class and Description |
---|---|
class |
WindowsPlatform
A platform implementation for handling Windows platform issues.
|
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 |
MATLABOptions
Allows the setting and persisting of
MatlabProxyFactoryOptions
configuration. |
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 |
DefaultPrefService
Default
PrefService implementation, which persists preferences to
disk using the Preferences API. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRunService
Default service for managing available
CodeRunner plugins. |
Modifier and Type | Class and Description |
---|---|
class |
RunArgument
Handles the
--run command line argument. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultScriptHeaderService
Default
ScriptHeaderService implementation. |
class |
DefaultScriptService
Default service for working with scripts.
|
Modifier and Type | Class and Description |
---|---|
class |
RunScriptArgument
Deprecated.
Use
RunArgument instead. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultScriptProcessorService
Default implementation of
ScriptProcessorService . |
class |
ParameterScriptProcessor
A
ScriptProcessor which parses the script's input and output
parameters from the script header. |
class |
ScriptDirectiveScriptProcessor
A
ScriptProcessor which parses the #@script directive. |
class |
ShebangScriptProcessor
A
ScriptProcessor which looks for a #! at the beginning of a
script, and set the language accordingly. |
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 |
ClassesSearcher
Searcher plugin for Java classes. |
class |
JavadocSearchActionFactory
Search action for viewing the javadoc of a Java class.
|
class |
SourceSearchActionFactory
Search action for viewing the source code of a Java class.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultJavadocService
Default implementation of
JavadocService . |
Modifier and Type | Class and Description |
---|---|
class |
ModuleSearcher
Searcher plugin for SciJava modules. |
class |
RunModuleSearchActionFactory
Search action for executing a SciJava module.
|
Modifier and Type | Class and Description |
---|---|
class |
RunSnippetActionFactory
Search action for executing a code snippet.
|
class |
SnippetSearcher
Searcher plugin for code snippets. |
Modifier and Type | Class and Description |
---|---|
class |
TemplateSearcher |
Modifier and Type | Class and Description |
---|---|
class |
ImageForumSearcher
A searcher for the Image.sc Forum.
|
class |
ImageJWikiSearcher
A searcher for finding pages of the ImageJ
wiki.
|
class |
OpenInBrowserActionFactory
This factory creates actions for opening web search results in a browser.
|
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 |
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 |
DefaultToolService
Default service for keeping track of available tools, including which tool is
active, and delegating UI events to the active tool.
|
Modifier and Type | Class and Description |
---|---|
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 |
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 |
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 |
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 |
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 |
SwingIconService
Swing implementation of the
IconService . |
Modifier and Type | Class and Description |
---|---|
class |
CommandFinder
A plugin to display the
CommandFinderPanel in a dialog. |
class |
DialogPromptDemo
A demonstration of SciJava's UI-agnostic dialog prompt capabilities.
|
class |
InspectObjects
Inspect the ObjectService
|
class |
WatchEvents
Listens for events, displaying results in a text window.
|
Modifier and Type | Class and Description |
---|---|
class |
ShowConsole
Pops up the console window.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingMdiUI
Swing-based MDI user interface.
|
class |
WindowsTileVertical
Arranges the Windows in an MDI environment.
|
Modifier and Type | Class and Description |
---|---|
class |
OptionsLookAndFeel
Runs the Edit::Options::Look and Feel dialog.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLanguageSupportService
Default
LanguageSupportService implementation. |
class |
ScriptEditor
The Script Editor.
|
class |
ScriptInterpreterPlugin
A GUI for the script engines.
|
Modifier and Type | Class and Description |
---|---|
class |
ChooseTabSize
Sets the tab size in the current editor tab.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanshellHighlighter
SyntaxHighliter for "beanshell".
|
class |
ECMAScriptHighlighter
SyntaxHighliter for "ecmascript".
|
class |
IJ1MacroHighlighter
SyntaxHighliter for ij1-macros.
|
class |
MatlabHighlighter
SyntaxHighliter for matlab scripts.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaLanguageSupportPlugin
LanguageSupportPlugin for the java language. |
class |
JavaScriptLanguageSupportPlugin
LanguageSupportPlugin for the javascript language. |
class |
JythonLanguageSupportPlugin
LanguageSupportPlugin for the jython language. |
Modifier and Type | Class and Description |
---|---|
class |
SwingSDIUI
Swing-based MDI user interface.
|
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 |
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 |
DefaultWelcomeService
Default service for displaying the welcome greeting.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultWidgetService
Default service for managing available
InputWidget s. |
Copyright © 2015–2022 SciJava. All rights reserved.