Uses of Class
org.scijava.plugin.Plugin
-
-
Uses of Plugin in org.scijava
Classes in org.scijava with annotations of type Plugin Modifier and Type Class Description classSciJavaMain entry point into SciJava. -
Uses of Plugin in org.scijava.app
Classes in org.scijava.app with annotations of type Plugin Modifier and Type Class Description classDefaultAppServiceDefault service for application-level functionality.classDefaultStatusServiceDefault service for status notifications.classSciJavaAppApplication metadata about SciJava Common. -
Uses of Plugin in org.scijava.cache
Classes in org.scijava.cache with annotations of type Plugin Modifier and Type Class Description classDefaultCacheServiceTrivialCacheServiceimplementation. -
Uses of Plugin in org.scijava.command
Classes in org.scijava.command with annotations of type Plugin Modifier and Type Class Description classDefaultCommandServiceDefault service for working withCommands.Constructors in org.scijava.command with parameters of type Plugin Constructor Description CommandInfo(Class<? extends Command> commandClass, Plugin annotation)Creates a new command metadata object.CommandInfo(String className, Plugin annotation)Creates a new command metadata object.CommandInfo(PluginInfo<Command> info, String className, Class<? extends Command> commandClass, Plugin annotation) -
Uses of Plugin in org.scijava.command.console
Classes in org.scijava.command.console with annotations of type Plugin Modifier and Type Class Description classRunArgumentDeprecated.UseRunArgumentinstead. -
Uses of Plugin in org.scijava.command.run
Classes in org.scijava.command.run with annotations of type Plugin Modifier and Type Class Description classCommandCodeRunnerRuns the givenCommandclass. -
Uses of Plugin in org.scijava.console
Classes in org.scijava.console with annotations of type Plugin Modifier and Type Class Description classDefaultConsoleServiceDefault service for managing interaction with the console.classSystemPropertyArgumentHandles the-Dcommand line argument, in an analogous way to tools such as Java and Maven. -
Uses of Plugin in org.scijava.convert
-
Uses of Plugin in org.scijava.display
Classes in org.scijava.display with annotations of type Plugin Modifier and Type Class Description classActiveDisplayPreprocessorclassDefaultDisplayServiceDefault service for working withDisplays.classDefaultTextDisplayDefault display for text.classDisplayPostprocessorDisplays outputs upon completion of a module execution. -
Uses of Plugin in org.scijava.download
Classes in org.scijava.download with annotations of type Plugin Modifier and Type Class Description classDefaultDownloadServiceDefault implementation ofDownloadService. -
Uses of Plugin in org.scijava.event
Classes in org.scijava.event with annotations of type Plugin Modifier and Type Class Description classDefaultEventHistoryDefault service for keeping a history of SciJava events.classDefaultEventServiceDefault service for publishing and subscribing to SciJava events. -
Uses of Plugin in org.scijava.input
Classes in org.scijava.input with annotations of type Plugin Modifier and Type Class Description classDefaultInputServiceDefault implementation ofInputService. -
Uses of Plugin in org.scijava.io
Classes in org.scijava.io with annotations of type Plugin Modifier and Type Class Description classDefaultIOServiceDefault implementation ofIOService.classDefaultRecentFileServiceDefault service for managing the Recently Used Files menu. -
Uses of Plugin in org.scijava.io.console
Classes in org.scijava.io.console with annotations of type Plugin Modifier and Type Class Description classOpenArgumentHandles the--opencommand line argument. -
Uses of Plugin in org.scijava.io.handle
Classes in org.scijava.io.handle with annotations of type Plugin Modifier and Type Class Description classBytesHandleDataHandlefor aBytesLocation.classDefaultDataHandleServiceDefault implementation ofDataHandleService.classDummyHandleADataHandlewhich reads all zeroes, and writes no actual data.classFileHandleDataHandlefor aFileLocation. -
Uses of Plugin in org.scijava.io.location
Classes in org.scijava.io.location with annotations of type Plugin Modifier and Type Class Description classDefaultLocationServiceDefaultLocationServiceimplementation.classFileLocationResolverImplementation ofLocationResolverforFileLocation. -
Uses of Plugin in org.scijava.io.nio
Classes in org.scijava.io.nio with annotations of type Plugin Modifier and Type Class Description classDefaultNIOServiceDefault service for working with thejava.niopackage, particularly NIOByteBufferobjects. -
Uses of Plugin in org.scijava.log
Classes in org.scijava.log with annotations of type Plugin Modifier and Type Class Description classStderrLogServiceImplementation ofLogServiceusing the standard error stream. -
Uses of Plugin in org.scijava.main
Classes in org.scijava.main with annotations of type Plugin Modifier and Type Class Description classDefaultMainServiceDefault implementation ofMainService. -
Uses of Plugin in org.scijava.main.console
Classes in org.scijava.main.console with annotations of type Plugin Modifier and Type Class Description classMainArgumentHandles the--maincommand line argument, which launches an alternative main class. -
Uses of Plugin in org.scijava.main.run
Classes in org.scijava.main.run with annotations of type Plugin Modifier and Type Class Description classMainCodeRunnerExecutes the given class'smainmethod. -
Uses of Plugin in org.scijava.menu
Classes in org.scijava.menu with annotations of type Plugin Modifier and Type Class Description classDefaultMenuServiceDefault service for keeping track of the application's menu structure. -
Uses of Plugin in org.scijava.module
Classes in org.scijava.module with annotations of type Plugin Modifier and Type Class Description classDefaultModuleServiceDefault service for keeping track of and executing available modules. -
Uses of Plugin in org.scijava.module.process
Classes in org.scijava.module.process with annotations of type Plugin Modifier and Type Class Description 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 Plugin in org.scijava.module.run
Classes in org.scijava.module.run with annotations of type Plugin Modifier and Type Class Description classModuleCodeRunnerRuns the givenIdentifiableSciJava module. -
Uses of Plugin in org.scijava.object
Classes in org.scijava.object with annotations of type Plugin Modifier and Type Class Description classDefaultObjectServiceDefault service for keeping track of registered objects. -
Uses of Plugin in org.scijava.options
Classes in org.scijava.options with annotations of type Plugin Modifier and Type Class Description classDefaultOptionsServiceDefault service for keeping track of the available options and their settings. -
Uses of Plugin in org.scijava.parse
Classes in org.scijava.parse with annotations of type Plugin Modifier and Type Class Description classDefaultParseServiceDefault service for parsing strings. -
Uses of Plugin in org.scijava.platform
Classes in org.scijava.platform with annotations of type Plugin Modifier and Type Class Description classDefaultAppEventServiceDeprecated.UseAppServiceandAppinstead.classDefaultPlatformA platform implementation for default handling of platform issues.classDefaultPlatformServiceDefault service for handling platform-specific deployment issues. -
Uses of Plugin in org.scijava.plugin
Classes in org.scijava.plugin with annotations of type Plugin Modifier and Type Class Description classDefaultPluginServiceDefault service for keeping track of available plugins.Methods in org.scijava.plugin that return Plugin Modifier and Type Method Description PluginPluginInfo. getAnnotation()Gets the associated @Pluginannotation.Constructors in org.scijava.plugin with parameters of type Plugin Constructor 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. -
Uses of Plugin in org.scijava.prefs
Classes in org.scijava.prefs with annotations of type Plugin Modifier and Type Class Description classDefaultPrefServiceDefaultPrefServiceimplementation, which persists preferences to disk using thePreferencesAPI. -
Uses of Plugin in org.scijava.run
Classes in org.scijava.run with annotations of type Plugin Modifier and Type Class Description classDefaultRunServiceDefault service for managing availableCodeRunnerplugins. -
Uses of Plugin in org.scijava.run.console
Classes in org.scijava.run.console with annotations of type Plugin Modifier and Type Class Description classRunArgumentHandles the--runcommand line argument. -
Uses of Plugin in org.scijava.script
Classes in org.scijava.script with annotations of type Plugin Modifier and Type Class Description classDefaultScriptHeaderServiceDefaultScriptHeaderServiceimplementation.classDefaultScriptServiceDefault service for working with scripts. -
Uses of Plugin in org.scijava.script.console
Classes in org.scijava.script.console with annotations of type Plugin Modifier and Type Class Description classRunScriptArgumentDeprecated.UseRunArgumentinstead. -
Uses of Plugin in org.scijava.script.process
Classes in org.scijava.script.process with annotations of type Plugin Modifier and Type Class Description classDefaultScriptProcessorServiceDefault implementation ofScriptProcessorService.classParameterScriptProcessorAScriptProcessorwhich parses the script's input and output parameters from the script header.classScriptDirectiveScriptProcessorAScriptProcessorwhich parses the#@scriptdirective.classShebangScriptProcessorAScriptProcessorwhich looks for a#!at the beginning of a script, and set the language accordingly. -
Uses of Plugin in org.scijava.script.run
Classes in org.scijava.script.run with annotations of type Plugin Modifier and Type Class Description classScriptCodeRunnerRuns the given script. -
Uses of Plugin in org.scijava.startup
Classes in org.scijava.startup with annotations of type Plugin Modifier and Type Class Description classDefaultStartupServiceDefault implementation ofStartupService. -
Uses of Plugin in org.scijava.task
Classes in org.scijava.task with annotations of type Plugin Modifier and Type Class Description classDefaultTaskServiceDefault implementation ofTaskService. -
Uses of Plugin in org.scijava.text
Classes in org.scijava.text with annotations of type Plugin Modifier and Type Class Description classDefaultTextServiceDefault service for working with text formats. -
Uses of Plugin in org.scijava.text.io
Classes in org.scijava.text.io with annotations of type Plugin Modifier and Type Class Description classDefaultTextIOServiceDefaultTextIOServiceimplementation for opening and saving text dataclassTextIOPluginIOPluginfor text conversion to HTML. -
Uses of Plugin in org.scijava.thread
Classes in org.scijava.thread with annotations of type Plugin Modifier and Type Class Description classDefaultThreadServiceDefault service for managing active threads. -
Uses of Plugin in org.scijava.tool
Classes in org.scijava.tool with annotations of type Plugin Modifier and Type Class Description classDefaultToolServiceDefault service for keeping track of available tools, including which tool is active, and delegating UI events to the active tool. -
Uses of Plugin in org.scijava.ui
Classes in org.scijava.ui with annotations of type Plugin Modifier and Type Class Description 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 Plugin in org.scijava.ui.console
Classes in org.scijava.ui.console with annotations of type Plugin 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 Plugin in org.scijava.ui.dnd
Classes in org.scijava.ui.dnd with annotations of type Plugin Modifier and Type Class Description 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 Plugin in org.scijava.ui.headless
Classes in org.scijava.ui.headless with annotations of type Plugin 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 Plugin in org.scijava.welcome
Classes in org.scijava.welcome with annotations of type Plugin Modifier and Type Class Description classDefaultWelcomeServiceDefault service for displaying the welcome greeting. -
Uses of Plugin in org.scijava.widget
Classes in org.scijava.widget with annotations of type Plugin Modifier and Type Class Description classDefaultWidgetServiceDefault service for managing availableInputWidgets.
-