Uses of Interface
org.scijava.Contextual
-
-
Uses of Contextual in org.scijava
Subinterfaces of Contextual in org.scijava Modifier and Type Interface Description interfaceGatewayClasses in org.scijava that implement Contextual Modifier and Type Class Description classAbstractContextualAbstract base class forContextualobjects.classAbstractGatewayAbstract superclass forGatewayimplementations.classSciJavaMain entry point into SciJava. -
Uses of Contextual in org.scijava.app
Subinterfaces of Contextual in org.scijava.app Modifier and Type Interface Description interfaceAppMetadata about a SciJava-based application, used by theAppService.interfaceAppServiceInterface for application-level functionality.interfaceStatusServiceInterface for the status notification service.Classes in org.scijava.app that implement Contextual Modifier and Type Class Description classAbstractAppAbstract superclass ofAppimplementations.classDefaultAppServiceDefault service for application-level functionality.classDefaultStatusServiceDefault service for status notifications.classSciJavaAppApplication metadata about SciJava Common. -
Uses of Contextual in org.scijava.app.event
Classes in org.scijava.app.event that implement Contextual Modifier and Type Class Description classStatusEventAn event indicating a status update. -
Uses of Contextual in org.scijava.cache
Subinterfaces of Contextual in org.scijava.cache Modifier and Type Interface Description interfaceCacheServiceBase interface for cache services in SciJavaClasses in org.scijava.cache that implement Contextual Modifier and Type Class Description classDefaultCacheServiceTrivialCacheServiceimplementation. -
Uses of Contextual in org.scijava.command
Subinterfaces of Contextual in org.scijava.command Modifier and Type Interface Description interfaceCommandServiceInterface for service that keeps track of available commands.Classes in org.scijava.command that implement Contextual Modifier and Type Class Description classCommandModuleModule adapter class for working with aCommandinstance.classContextCommandA command that knows its context.classDefaultCommandServiceDefault service for working withCommands.classDynamicCommandA command with a variable number of inputs and outputs.classInputsA way to build a dynamic set of inputs, whose values are then harvested by the preprocessing framework.classInteractiveCommandA command intended to be run interactively.classModuleCommandA command which implementsModuledirectly (rather than using theCommandModuleadapter class).classUnimplementedCommandA command that is not yet implemented. -
Uses of Contextual in org.scijava.command.console
Classes in org.scijava.command.console that implement Contextual Modifier and Type Class Description classRunArgumentDeprecated.UseRunArgumentinstead. -
Uses of Contextual in org.scijava.command.run
Classes in org.scijava.command.run that implement Contextual Modifier and Type Class Description classCommandCodeRunnerRuns the givenCommandclass. -
Uses of Contextual in org.scijava.console
Subinterfaces of Contextual in org.scijava.console Modifier and Type Interface Description interfaceConsoleArgumentA plugin which extends an application's command line argument handling.interfaceConsoleServiceInterface for service that manages interaction with the console.Classes in org.scijava.console that implement Contextual Modifier and Type Class Description classAbstractConsoleArgumentAbstract superclass ofConsoleArgumentimplementations.classDefaultConsoleServiceDefault service for managing interaction with the console.classOutputEventAn event indicating output occurred onstdoutorstderr.classSystemPropertyArgumentHandles the-Dcommand line argument, in an analogous way to tools such as Java and Maven. -
Uses of Contextual in org.scijava.convert
Subinterfaces of Contextual in org.scijava.convert Modifier and Type Interface Description interfaceConverter<I,O>Extensible conversionPluginfor converting between classes and types.interfaceConvertServiceService for converting between types using anConverterplugins. -
Uses of Contextual in org.scijava.display
Subinterfaces of Contextual in org.scijava.display Modifier and Type Interface Description interfaceDisplay<T>A display is a particular type of plugin intended to collect objects for visualization.interfaceDisplayServiceInterface for service that tracks availableDisplays.interfaceTextDisplayInterface for textDisplays.Classes in org.scijava.display that implement Contextual Modifier and Type Class Description classAbstractDisplay<T>Abstract superclass ofDisplayimplementations.classActiveDisplayPreprocessorclassDefaultDisplayDefault display for objects, when no other displays are available.classDefaultDisplayServiceDefault service for working withDisplays.classDefaultTextDisplayDefault display for text.classDisplayPostprocessorDisplays outputs upon completion of a module execution. -
Uses of Contextual in org.scijava.display.event
Classes in org.scijava.display.event that implement Contextual Modifier and Type Class Description classDisplayActivatedEventAn event indicating a display has become the active one.classDisplayCreatedEventAn event indicating a new display has been created.classDisplayDeletedEventAn event indicating a display has been deleted.classDisplayEventAn event indicating something has happened to aDisplay.classDisplayUpdatedEventAn event indicating a display has updated; e.g., an object has been added or removed. -
Uses of Contextual in org.scijava.display.event.input
Classes in org.scijava.display.event.input that implement Contextual Modifier and Type Class Description classInputEventAn event indicating input device (e.g., keyboard or mouse) activity in a display.classKyEventAn event indicating keyboard activity in a display.classKyPressedEventAn event indicating a keyboard key was pressed in a display.classKyReleasedEventAn event indicating a keyboard key was released in a display.classKyTypedEventAn event indicating a keyboard key was typed (i.e., pressed and released) in a display.classMsButtonEventAn event indicating mouse button activity in a display.classMsClickedEventAn event indicating a mouse button was clicked in a display.classMsDraggedEventAn event indicating a mouse was dragged in a display.classMsEnteredEventAn event indicating a mouse cursor entered a display.classMsEventAn event indicating mouse activity in a display.classMsExitedEventAn event indicating a mouse cursor exited a display.classMsMovedEventAn event indicating a mouse was moved in a display.classMsPressedEventAn event indicating a mouse button was pressed in a display.classMsReleasedEventAn event indicating a mouse button was released in a display.classMsWheelEventAn event indicating a mouse wheel was moved in a display. -
Uses of Contextual in org.scijava.display.event.window
Classes in org.scijava.display.event.window that implement Contextual Modifier and Type Class Description classWinActivatedEventAn event indicating a display window has been activated.classWinClosedEventAn event indicating a display window has been closed.classWinClosingEventAn event indicating a display window is in the process of closing.classWinDeactivatedEventAn event indicating a display window has been deactivated.classWinDeiconifiedEventAn event indicating a display window was deiconified.classWinEventAn event indicating something has happened to a display window.classWinIconifiedEventAn event indicating a display window was iconified.classWinOpenedEventAn event indicating a display window has been opened. -
Uses of Contextual in org.scijava.download
Subinterfaces of Contextual in org.scijava.download Modifier and Type Interface Description interfaceDownloadServiceService for managing retrieval of remote resources.Classes in org.scijava.download that implement Contextual Modifier and Type Class Description classDefaultDownloadServiceDefault implementation ofDownloadService.classMultiWriteHandleDataHandleplugin for writing to multipleDataHandles. -
Uses of Contextual in org.scijava.event
Subinterfaces of Contextual in org.scijava.event Modifier and Type Interface Description interfaceEventHistoryInterface for service that keeps a history of SciJava events.interfaceEventServiceInterface for the event handling service.Classes in org.scijava.event that implement Contextual Modifier and Type Class Description classContextCreatedEventEvent to be published immediately after a context has been fully created with all services initialized.classContextDisposingEventEvent to be published just before disposing a context.classDefaultEventHistoryDefault service for keeping a history of SciJava events.classDefaultEventServiceDefault service for publishing and subscribing to SciJava events.classSciJavaEventBase class for all SciJava events. -
Uses of Contextual in org.scijava.input
Subinterfaces of Contextual in org.scijava.input Modifier and Type Interface Description interfaceInputServiceInterface for service that tracks the current status of input devices (keyboard and mouse in particular).Classes in org.scijava.input that implement Contextual Modifier and Type Class Description classDefaultInputServiceDefault implementation ofInputService. -
Uses of Contextual in org.scijava.io
Subinterfaces of Contextual in org.scijava.io Modifier and Type Interface Description interfaceIOPlugin<D>A plugin which extends an application's I/O capabilities.interfaceIOServiceInterface for high-level data I/O: opening and saving data.interfaceRecentFileServiceInterface for services that manage the Recently Used Files menu.interfaceTypedIOService<D>Interface for high-level data I/O: opening and saving data of a specific type.Classes in org.scijava.io that implement Contextual Modifier and Type Class Description classAbstractIOPlugin<D>Abstract base class forIOPlugins.classAbstractTypedIOService<D>Abstract base class for typedIOPlugins.classDefaultIOServiceDefault implementation ofIOService.classDefaultRecentFileServiceDefault service for managing the Recently Used Files menu. -
Uses of Contextual in org.scijava.io.console
Classes in org.scijava.io.console that implement Contextual Modifier and Type Class Description classOpenArgumentHandles the--opencommand line argument. -
Uses of Contextual in org.scijava.io.event
Classes in org.scijava.io.event that implement Contextual Modifier and Type Class Description classDataOpenedEventAn event indicating that data has been opened from a location.classDataSavedEventAn event indicating that data has been saved to a destination.classIOEventAn event indicating that I/O (e.g., opening or saving) has occurred. -
Uses of Contextual in org.scijava.io.handle
Subinterfaces of Contextual in org.scijava.io.handle Modifier and Type Interface Description interfaceDataHandle<L extends Location>A data handle is a plugin which provides both streaming and random access to bytes at aLocation(e.g., files or arrays).interfaceDataHandleServiceInterface for low-level data I/O: reading and writing bytes usingDataHandles.interfaceResettableStreamHandle<L extends Location>interfaceSeekableStreamHandle<L extends Location>interfaceStreamHandle<L extends Location>Classes in org.scijava.io.handle that implement Contextual Modifier and Type Class Description classAbstractDataHandle<L extends Location>Abstract base class forDataHandleplugins.classAbstractHigherOrderHandle<L extends Location>Abstract superclass forDataHandles that operate over otherDataHandles.classAbstractSeekableStreamHandle<L extends Location>classAbstractStreamHandle<L extends Location>Abstract base class forStreamHandleimplementations.classBytesHandleDataHandlefor aBytesLocation.classDefaultDataHandleServiceDefault implementation ofDataHandleService.classDummyHandleADataHandlewhich reads all zeroes, and writes no actual data.classFileHandleDataHandlefor aFileLocation.classReadBufferDataHandle<L extends Location>Read-only bufferedDataHandle.classWriteBufferDataHandleWraps aDataHandleand acts as a write buffer. -
Uses of Contextual in org.scijava.io.location
Subinterfaces of Contextual in org.scijava.io.location Modifier and Type Interface Description interfaceLocationResolverinterfaceLocationServiceA service that allows resolving of URIs to Locations, usingLocationResolverplugins for translation.Classes in org.scijava.io.location that implement Contextual Modifier and Type Class Description classAbstractLocationResolverAbstract super class forLocationResolverplugins.classDefaultLocationServiceDefaultLocationServiceimplementation.classFileLocationResolverImplementation ofLocationResolverforFileLocation. -
Uses of Contextual in org.scijava.io.nio
Subinterfaces of Contextual in org.scijava.io.nio Modifier and Type Interface Description interfaceNIOServiceInterface for services that work with thejava.niopackage, particularly NIOByteBufferobjects.Classes in org.scijava.io.nio that implement Contextual Modifier and Type Class Description classDefaultNIOServiceDefault service for working with thejava.niopackage, particularly NIOByteBufferobjects. -
Uses of Contextual in org.scijava.log
Subinterfaces of Contextual in org.scijava.log Modifier and Type Interface Description interfaceLogServiceInterface for the logging service.Classes in org.scijava.log that implement Contextual Modifier and Type Class Description classAbstractLogServiceBase class forLogServiceimplementations.classStderrLogServiceImplementation ofLogServiceusing the standard error stream. -
Uses of Contextual in org.scijava.main
Subinterfaces of Contextual in org.scijava.main Modifier and Type Interface Description interfaceMainServiceInterface for services which manage dynamic execution of main methods.Classes in org.scijava.main that implement Contextual Modifier and Type Class Description classDefaultMainServiceDefault implementation ofMainService. -
Uses of Contextual in org.scijava.main.console
Classes in org.scijava.main.console that implement Contextual Modifier and Type Class Description classMainArgumentHandles the--maincommand line argument, which launches an alternative main class. -
Uses of Contextual in org.scijava.main.run
Classes in org.scijava.main.run that implement Contextual Modifier and Type Class Description classMainCodeRunnerExecutes the given class'smainmethod. -
Uses of Contextual in org.scijava.menu
Subinterfaces of Contextual in org.scijava.menu Modifier and Type Interface Description interfaceMenuServiceInterface for service that tracks the application's menu structure.Classes in org.scijava.menu that implement Contextual Modifier and Type Class Description classDefaultMenuServiceDefault service for keeping track of the application's menu structure.classShadowMenuA tree representing a menu structure independent of any particular user interface. -
Uses of Contextual in org.scijava.menu.event
Classes in org.scijava.menu.event that implement Contextual Modifier and Type Class Description classMenuEventAn event indicating something has happened to theMenuService'sShadowMenu.classMenusAddedEventAn event indicating one or more menu items have been added to theMenuService'sShadowMenu.classMenusRemovedEventAn event indicating one or more menu items have been removed from theMenuService'sShadowMenu.classMenusUpdatedEventAn event indicating one or more menu items have been adjusted in theMenuService'sShadowMenu. -
Uses of Contextual in org.scijava.module
Subinterfaces of Contextual in org.scijava.module Modifier and Type Interface Description interfaceModuleServiceInterface for service that tracks and executes available modules.Classes in org.scijava.module that implement Contextual Modifier and Type Class Description classDefaultModuleServiceDefault service for keeping track of and executing available modules.classModuleRunnerHelper class for executing aModule, including pre- and post-processing and event notification. -
Uses of Contextual in org.scijava.module.event
Classes in org.scijava.module.event that implement Contextual Modifier and Type Class Description classModuleCanceledEventAn event indicating aModuleexecution has been canceled.classModuleErroredEventAn event indicating a module execution has thrown an exception.classModuleEventAn event indicating something has happened to a module.classModuleExecutedEventAn event indicating a module has just been executed.classModuleExecutingEventAn event indicating a module is about to be executed.classModuleExecutionEventAn event relating to execution of aModule.classModuleFinishedEventAn event indicating a module execution has been completed.classModulePostprocessEventAn event indicating aModulePostprocessorhas been invoked as part of a module execution.classModulePreprocessEventAn event indicating aModulePreprocessorhas been invoked as part of a module execution.classModuleProcessEventAn event indicating aModuleProcessorhas been invoked as part of a module execution.classModulesAddedEventAn event indicating one or more modules have been added to theModuleService.classModulesListEventAn event indicating something has happened to the list of plugins registered with theModuleService.classModulesRemovedEventAn event indicating one or more modules have been removed from theModuleService.classModuleStartedEventAn event indicating a module execution has begun.classModulesUpdatedEventAn event indicating one or more module details have been updated. -
Uses of Contextual in org.scijava.module.process
Subinterfaces of Contextual in org.scijava.module.process Modifier and Type Interface Description interfacePostprocessorPluginA postprocessor plugin defines a step that occurs immediately following the actual execution of aModule.interfacePreprocessorPluginA preprocessor plugin defines a step that occurs just prior to the actual execution of aModule.Classes in org.scijava.module.process that implement Contextual Modifier and Type Class Description classAbstractPostprocessorPluginAbstract base class for plugin postprocessors.classAbstractPreprocessorPluginAbstract base class for plugin preprocessors.classAbstractSingleInputPreprocessorAbstract superclass forPreprocessorPluginimplementations that populate singleton inputs.classCheckInputsPreprocessorA preprocessor plugin that does a final check of input parameters, complaining if any required ones are null.classDebugPostprocessorA postprocessor plugin that dumps parameter values to the log.classDebugPreprocessorA preprocessor plugin that dumps information to the log.classDefaultValuePreprocessorA preprocessor plugin that populates default parameter values.classGatewayPreprocessorThe gateway preprocessor automatically populates module inputs that implementGateway.classInitPreprocessorA preprocessor plugin that populates initial parameter values.classLoadInputsPreprocessorA preprocessor for loading populated input values from persistent storage.classLoggerPreprocessorclassSaveInputsPreprocessorA preprocessor for saving populated input values to persistent storage.classServicePreprocessorThe service preprocessor automatically populates module inputs that implementService.classValidityPreprocessorA preprocessor plugin that verifies module validity. -
Uses of Contextual in org.scijava.module.run
Classes in org.scijava.module.run that implement Contextual Modifier and Type Class Description classModuleCodeRunnerRuns the givenIdentifiableSciJava module. -
Uses of Contextual in org.scijava.object
Subinterfaces of Contextual in org.scijava.object Modifier and Type Interface Description interfaceObjectServiceInterface for object management service.Classes in org.scijava.object that implement Contextual Modifier and Type Class Description classDefaultObjectServiceDefault service for keeping track of registered objects. -
Uses of Contextual in org.scijava.object.event
Classes in org.scijava.object.event that implement Contextual Modifier and Type Class Description classListEvent<T>An event indicating something has happened to a list of items.classObjectCreatedEventAn event indicating a new object has been created.classObjectDeletedEventAn event indicating an object has been deleted.classObjectEventAn event indicating something has happened to an object.classObjectModifiedEventAn event indicating an object has been modified somehow.classObjectsAddedEventAn event indicating one or more objects have been added to theObjectService.classObjectsListEventAn event indicating something has happened to the list of objects registered with theObjectService.classObjectsRemovedEventAn event indicating one or more objects have been removed from theObjectService. -
Uses of Contextual in org.scijava.options
Subinterfaces of Contextual in org.scijava.options Modifier and Type Interface Description interfaceOptionsServiceInterface for the options handling service.Classes in org.scijava.options that implement Contextual Modifier and Type Class Description classDefaultOptionsServiceDefault service for keeping track of the available options and their settings.classOptionsPluginBase class for all options-oriented plugins. -
Uses of Contextual in org.scijava.options.event
Classes in org.scijava.options.event that implement Contextual Modifier and Type Class Description classOptionsEventFired when anOptionsPluginhas changed an option. -
Uses of Contextual in org.scijava.parse
Subinterfaces of Contextual in org.scijava.parse Modifier and Type Interface Description interfaceParseServiceInterface for service that parses strings.Classes in org.scijava.parse that implement Contextual Modifier and Type Class Description classDefaultParseServiceDefault service for parsing strings. -
Uses of Contextual in org.scijava.platform
Subinterfaces of Contextual in org.scijava.platform Modifier and Type Interface Description interfaceAppEventServiceDeprecated.UseAppServiceandAppinstead.interfacePlatformServiceInterface for service that handles platform-specific deployment issues.Classes in org.scijava.platform that implement Contextual Modifier and Type Class Description classDefaultAppEventServiceDeprecated.UseAppServiceandAppinstead.classDefaultPlatformServiceDefault service for handling platform-specific deployment issues. -
Uses of Contextual in org.scijava.platform.event
Classes in org.scijava.platform.event that implement Contextual Modifier and Type Class Description classAppAboutEventAn event sent when the application is asked to open its about window.classAppFocusEventAn event sent when the application has become the foreground app, or when it has resigned being the foreground app.classApplicationEventAn event indicating an application-level occurrence.classAppMenusCreatedEventAn event sent when the application has created and populated its menus.classAppOpenFilesEventAn event sent when the application is asked to re-open itself.classAppPreferencesEventAn event sent when the application is asked to open its preferences window.classAppPrintEventAn event sent when the app is asked to print a list of files.classAppQuitEventAn event sent when the application is asked to quit.classAppReOpenEventAn event sent when the application is asked to re-open itself.classAppScreenSleepEventAn event sent when the displays attached to the system enter and exit power save sleep.classAppSleepEventAn event sent when a device enters or exits power save sleep.classAppSystemSleepEventAn event sent when the system enters and exits power save sleep.classAppUserSessionEventAn event sent when the the user session has been changed via Fast User Switching.classAppVisibleEventAn event sent when the application has been hidden or shown. -
Uses of Contextual in org.scijava.plugin
Subinterfaces of Contextual in org.scijava.plugin Modifier and Type Interface Description interfaceHandlerPlugin<D>Interface for plugins which "handle" a particular subset of data objects.interfaceHandlerService<DT,PT extends HandlerPlugin<DT>>A service for managingHandlerPlugins of a particular type.interfacePluginServiceInterface for service that keeps track of available plugins.interfacePTService<PT extends SciJavaPlugin>A service for managing a particular sort ofSciJavaPlugin.interfaceRichPluginBase interface forContextual,Prioritizedplugins that retain access to their associatedPluginInfometadata via theHasPluginInfointerface.interfaceSingletonService<PT extends SingletonPlugin>A service for managingSingletonPlugins of a particular type.interfaceTypedPlugin<D>Interface for plugins with an associated type (i.e.,Class).interfaceTypedService<DT,PT extends TypedPlugin<DT>>A service for managing a particular sort ofTypedPlugin.interfaceWrapperPlugin<D>A plugin with a special "has-a" relationship (i.e., composition rather than inheritance) with a single data object of a particular type.interfaceWrapperService<DT,PT extends WrapperPlugin<DT>>A service for managingWrapperPlugins of a particular type.Classes in org.scijava.plugin that implement Contextual Modifier and Type Class Description classAbstractHandlerPlugin<D>Abstract base class forHandlerPluginimplementations.classAbstractHandlerService<DT,PT extends HandlerPlugin<DT>>Abstract base class forHandlerServices.classAbstractPTService<PT extends SciJavaPlugin>Abstract base class forPTServices.classAbstractRichPluginAbstract base class forRichPluginimplementations.classAbstractSingletonService<PT extends SingletonPlugin>Abstract base class forSingletonServices.classAbstractTypedPlugin<D>Abstract base class forTypedPlugins.classAbstractTypedService<DT,PT extends TypedPlugin<DT>>Abstract base class forTypedServices.classAbstractWrapperPlugin<D>Abstract base class forWrapperPlugins.classAbstractWrapperService<DT,PT extends WrapperPlugin<DT>>Abstract base class forWrapperServices.classDefaultPluginServiceDefault service for keeping track of available plugins.classSortablePluginDeprecated.UseAbstractRichPlugininstead. -
Uses of Contextual in org.scijava.plugin.event
Classes in org.scijava.plugin.event that implement Contextual Modifier and Type Class Description classPluginsAddedEventAn event indicating one or more plugins have been added to thePluginService.classPluginsListEventAn event indicating something has happened to the list of plugins registered with thePluginService.classPluginsRemovedEventAn event indicating one or more plugins have been removed from thePluginService. -
Uses of Contextual in org.scijava.prefs
Subinterfaces of Contextual in org.scijava.prefs Modifier and Type Interface Description interfacePrefServiceServicefor storing and retrieving arbitrary preferences.Classes in org.scijava.prefs that implement Contextual Modifier and Type Class Description classAbstractPrefServiceAbstractPrefServiceimplementation.classDefaultPrefServiceDefaultPrefServiceimplementation, which persists preferences to disk using thePreferencesAPI. -
Uses of Contextual in org.scijava.run
Subinterfaces of Contextual in org.scijava.run Modifier and Type Interface Description interfaceCodeRunnerA plugin which extends theRunService's execution handling.interfaceRunServiceInterface for service that manages availableCodeRunnerplugins.Classes in org.scijava.run that implement Contextual Modifier and Type Class Description classAbstractCodeRunnerAbstract superclass ofCodeRunnerimplementations.classDefaultRunServiceDefault service for managing availableCodeRunnerplugins. -
Uses of Contextual in org.scijava.run.console
Classes in org.scijava.run.console that implement Contextual Modifier and Type Class Description classRunArgumentHandles the--runcommand line argument. -
Uses of Contextual in org.scijava.script
Subinterfaces of Contextual in org.scijava.script Modifier and Type Interface Description interfaceScriptHeaderRepresents one or more canned lines intended to go at the top of scripts of a given language.interfaceScriptHeaderServiceinterfaceScriptLanguageThe base interface for scripting language adapters.interfaceScriptServiceInterface for service that works with scripts.Classes in org.scijava.script that implement Contextual Modifier and Type Class Description classAbstractScriptHeaderAbstract superclass forScriptHeaderimplementations.classAbstractScriptLanguageAbstract superclass forScriptLanguageimplementations.classAdaptedScriptLanguageAbstract superclass forScriptLanguageimplementations which adapt an existingScriptEngineFactory.classDefaultScriptHeaderServiceDefaultScriptHeaderServiceimplementation.classDefaultScriptServiceDefault service for working with scripts.classScriptFinderDiscovers scripts.classScriptInfoMetadata about a script.classScriptModuleAModulewhich executes a script. -
Uses of Contextual in org.scijava.script.console
Classes in org.scijava.script.console that implement Contextual Modifier and Type Class Description classRunScriptArgumentDeprecated.UseRunArgumentinstead. -
Uses of Contextual in org.scijava.script.io
Classes in org.scijava.script.io that implement Contextual Modifier and Type Class Description classScriptIOPluginIOPluginfor scripts. -
Uses of Contextual in org.scijava.script.process
Subinterfaces of Contextual in org.scijava.script.process Modifier and Type Interface Description interfaceScriptProcessorServiceInterface for service that processes scripts.Classes in org.scijava.script.process that implement Contextual Modifier and Type Class Description classDefaultScriptProcessorServiceDefault implementation ofScriptProcessorService. -
Uses of Contextual in org.scijava.script.run
Classes in org.scijava.script.run that implement Contextual Modifier and Type Class Description classScriptCodeRunnerRuns the given script. -
Uses of Contextual in org.scijava.service
Subinterfaces of Contextual in org.scijava.service Modifier and Type Interface Description interfaceSciJavaServiceMarker interface for core SciJava CommonServices.interfaceServiceA SciJava service, for a particular area of functionality.Classes in org.scijava.service that implement Contextual Modifier and Type Class Description classAbstractServiceAbstract superclass ofServiceimplementations.classServiceHelperHelper class for discovering and instantiating available services. -
Uses of Contextual in org.scijava.service.event
Classes in org.scijava.service.event that implement Contextual Modifier and Type Class Description classServicesLoadedEventAn event which fires when aContextfinishes initializing all its services. -
Uses of Contextual in org.scijava.startup
Subinterfaces of Contextual in org.scijava.startup Modifier and Type Interface Description interfaceStartupServiceInterface for service managing startup operations.Classes in org.scijava.startup that implement Contextual Modifier and Type Class Description classDefaultStartupServiceDefault implementation ofStartupService. -
Uses of Contextual in org.scijava.task
Subinterfaces of Contextual in org.scijava.task Modifier and Type Interface Description interfaceTaskServiceService for working withTasks.Classes in org.scijava.task that implement Contextual Modifier and Type Class Description classDefaultTaskServiceDefault implementation ofTaskService. -
Uses of Contextual in org.scijava.task.event
Classes in org.scijava.task.event that implement Contextual Modifier and Type Class Description classTaskEventAn event indicating aTaskhas been updated. -
Uses of Contextual in org.scijava.text
Subinterfaces of Contextual in org.scijava.text Modifier and Type Interface Description interfaceTextFormatTextFormatis a plugin that provides handling for a text markup language.interfaceTextServiceInterface for service that works with text formats.Classes in org.scijava.text that implement Contextual Modifier and Type Class Description classAbstractTextFormatAbstract superclass ofTextFormatimplementations.classDefaultTextServiceDefault service for working with text formats. -
Uses of Contextual in org.scijava.text.io
Subinterfaces of Contextual in org.scijava.text.io Modifier and Type Interface Description interfaceTextIOServiceTypedIOServicefor opening and saving text dataClasses in org.scijava.text.io that implement Contextual Modifier and Type Class Description classDefaultTextIOServiceDefaultTextIOServiceimplementation for opening and saving text dataclassTextIOPluginIOPluginfor text conversion to HTML. -
Uses of Contextual in org.scijava.thread
Subinterfaces of Contextual in org.scijava.thread Modifier and Type Interface Description interfaceThreadServiceInterface for the thread handling service.Classes in org.scijava.thread that implement Contextual Modifier and Type Class Description classDefaultThreadServiceDefault service for managing active threads. -
Uses of Contextual in org.scijava.tool
Subinterfaces of Contextual in org.scijava.tool Modifier and Type Interface Description interfaceIconServiceinterfaceToolInterface for tools.interfaceToolServiceInterface for service that tracks available tools.Classes in org.scijava.tool that implement Contextual Modifier and Type Class Description classAbstractToolAbstract base class forToolimplementations.classDefaultToolServiceDefault service for keeping track of available tools, including which tool is active, and delegating UI events to the active tool.classDummyToolA tool that does nothing. -
Uses of Contextual in org.scijava.tool.event
Classes in org.scijava.tool.event that implement Contextual Modifier and Type Class Description classToolActivatedEventAn event indicating a tool has been activated.classToolDeactivatedEventAn event indicating a tool has been deactivated.classToolEventAn event indicating something has happened to a tool. -
Uses of Contextual in org.scijava.ui
Subinterfaces of Contextual in org.scijava.ui Modifier and Type Interface Description interfaceUIServiceInterface for service that handles user interfaces.interfaceUserInterfaceAn end-user SciJava application user interface.Classes in org.scijava.ui that implement Contextual Modifier and Type Class Description classAbstractInputHarvesterPlugin<P,W>AbstractInputHarvesterPlugin is anInputHarvesterthat implements thePreprocessorPlugininterface.classAbstractUIInputWidget<T,W>Abstract superclass ofInputWidgetimplementations that belong to a specific UI.classAbstractUserInterfaceAbstract superclass forUserInterfaceimplementations.classDefaultUIServiceDefault service for handling SciJava user interfaces.classFileListPreprocessorclassFilePreprocessorA preprocessor plugin that handles single unresolved parameters of typeFileusing a UI prompt.classUIPreprocessorThe UI preprocessor automatically populates moduleUserInterfaceinputs with theUIService's default UI instance, if compatible. -
Uses of Contextual in org.scijava.ui.console
Classes in org.scijava.ui.console that implement Contextual Modifier and Type Class Description classHeadlessArgumentHandles the--headlessargument to signal that no UI will be opened and the enclosingContextwill not be used after theConsoleServiceargument processing is complete.classShowUIArgumentHandles the--showUIargument, which signals that the UI should be opened immediately.classUIArgumentHandles the--uicommand line argument. -
Uses of Contextual in org.scijava.ui.dnd
Subinterfaces of Contextual in org.scijava.ui.dnd Modifier and Type Interface Description interfaceDragAndDropHandler<D>Interface for drag-and-drop handlers.interfaceDragAndDropServiceInterface for service that handles drag and drop events.Classes in org.scijava.ui.dnd that implement Contextual Modifier and Type Class Description classAbstractDragAndDropDataAbstract superclass forDragAndDropDataimplementations.classAbstractDragAndDropHandler<D>Abstract superclass forDragAndDropHandlers.classDefaultDragAndDropDataDefault implementation ofDragAndDropData, which provides a UI-agnostic way to bundle an object together with its MIME type.classDefaultDragAndDropServiceDefault service for handling drag and drop events.classFileDragAndDropHandlerDrag-and-drop handler for files.classListDragAndDropHandlerDrag-and-drop handler for lists of objects.classScriptFileDragAndDropHandlerDrag-and-drop handler for script files. -
Uses of Contextual in org.scijava.ui.dnd.event
Classes in org.scijava.ui.dnd.event that implement Contextual Modifier and Type Class Description classDragAndDropEventAn event indicating drag-and-drop activity in a display.classDragEnterEventAn event indicating an object was dragged onto a display.classDragExitEventAn event indicating an object was dragged off of a display.classDragOverEventAn event indicating an object was dragged within a display.classDropEventAn event indicating an object was dropped onto a display. -
Uses of Contextual in org.scijava.ui.event
Classes in org.scijava.ui.event that implement Contextual Modifier and Type Class Description classUIEventAn event indicating activity relating to aUserInterface.classUIShownEventAn event indicating a user interface was shown. -
Uses of Contextual in org.scijava.ui.headless
Classes in org.scijava.ui.headless that implement Contextual Modifier and Type Class Description classHeadlessDisplayViewerA display viewer used when running headless.classHeadlessUIA no-op user interface used when the application is running headless. -
Uses of Contextual in org.scijava.ui.headlessUI
Classes in org.scijava.ui.headlessUI that implement Contextual Modifier and Type Class Description classHeadlessUIDeprecated.UseHeadlessUIinstead. -
Uses of Contextual in org.scijava.ui.viewer
Subinterfaces of Contextual in org.scijava.ui.viewer Modifier and Type Interface Description interfaceDisplayViewer<T>A display viewer is a UI widget that shows a display to a user.Classes in org.scijava.ui.viewer that implement Contextual Modifier and Type Class Description classAbstractDisplayViewer<T>The AbstractDisplayViewer provides some basic generic implementations for a DisplayViewer such as storing and providing the display, window and panel for a DisplayViewer. -
Uses of Contextual in org.scijava.ui.viewer.text
Subinterfaces of Contextual in org.scijava.ui.viewer.text Modifier and Type Interface Description interfaceTextDisplayViewerA display viewer forStrings.Classes in org.scijava.ui.viewer.text that implement Contextual Modifier and Type Class Description classAbstractTextDisplayViewerImplements the UI-independent elements of a text viewer. -
Uses of Contextual in org.scijava.welcome
Subinterfaces of Contextual in org.scijava.welcome Modifier and Type Interface Description interfaceWelcomeServiceInterface for services to display the welcome greeting when the UI is shown for the first time.Classes in org.scijava.welcome that implement Contextual Modifier and Type Class Description classDefaultWelcomeServiceDefault service for displaying the welcome greeting. -
Uses of Contextual in org.scijava.welcome.event
Classes in org.scijava.welcome.event that implement Contextual Modifier and Type Class Description classWelcomeEventMarkerSciJavaEventindicating the first time an application is run. -
Uses of Contextual in org.scijava.widget
Subinterfaces of Contextual in org.scijava.widget Modifier and Type Interface Description interfaceButtonWidget<U>Widget interface for buttons.interfaceChoiceWidget<U>Widget interface for multiple choice selectors.interfaceColorWidget<U>Widget interface for color choosers.interfaceDateWidget<U>Widget interface for dates.interfaceFileListWidget<U>interfaceFileWidget<U>Widget interface for file selectors.interfaceInputWidget<T,W>Interface for input widgets.interfaceMessageWidget<U>Widget interface for message labels.interfaceNumberWidget<U>Widget interface for number choosers.interfaceObjectWidget<U>Widget interface for object selectors.interfaceTextWidget<U>Widget interface for text fields and areas.interfaceToggleWidget<U>Widget interface for boolean toggles.interfaceWidgetModelThe backing data model for a particularInputWidget.interfaceWidgetServiceInterface for services that manage availableInputWidgets.Classes in org.scijava.widget that implement Contextual Modifier and Type Class Description classAbstractInputHarvester<P,W>Abstract superclass forInputHarvesters.classAbstractInputWidget<T,W>Base class for input widgets.classDefaultWidgetModelThe backing data model for a particularInputWidget.classDefaultWidgetServiceDefault service for managing availableInputWidgets.
-