Uses of Interface
org.scijava.plugin.SingletonPlugin
-
-
Uses of SingletonPlugin in org.scijava.app
Subinterfaces of SingletonPlugin in org.scijava.app Modifier and Type Interface Description interfaceAppMetadata about a SciJava-based application, used by theAppService.Classes in org.scijava.app that implement SingletonPlugin Modifier and Type Class Description classAbstractAppAbstract superclass ofAppimplementations.classSciJavaAppApplication metadata about SciJava Common. -
Uses of SingletonPlugin in org.scijava.command.console
Classes in org.scijava.command.console that implement SingletonPlugin Modifier and Type Class Description classRunArgumentDeprecated.UseRunArgumentinstead. -
Uses of SingletonPlugin in org.scijava.command.run
Classes in org.scijava.command.run that implement SingletonPlugin Modifier and Type Class Description classCommandCodeRunnerRuns the givenCommandclass. -
Uses of SingletonPlugin in org.scijava.console
Subinterfaces of SingletonPlugin in org.scijava.console Modifier and Type Interface Description interfaceConsoleArgumentA plugin which extends an application's command line argument handling.Classes in org.scijava.console that implement SingletonPlugin Modifier and Type Class Description classAbstractConsoleArgumentAbstract superclass ofConsoleArgumentimplementations.classSystemPropertyArgumentHandles the-Dcommand line argument, in an analogous way to tools such as Java and Maven. -
Uses of SingletonPlugin in org.scijava.convert
Subinterfaces of SingletonPlugin in org.scijava.convert Modifier and Type Interface Description interfaceConverter<I,O>Extensible conversionPluginfor converting between classes and types. -
Uses of SingletonPlugin in org.scijava.io
Subinterfaces of SingletonPlugin in org.scijava.io Modifier and Type Interface Description interfaceIOPlugin<D>A plugin which extends an application's I/O capabilities.Classes in org.scijava.io that implement SingletonPlugin Modifier and Type Class Description classAbstractIOPlugin<D>Abstract base class forIOPlugins. -
Uses of SingletonPlugin in org.scijava.io.console
Classes in org.scijava.io.console that implement SingletonPlugin Modifier and Type Class Description classOpenArgumentHandles the--opencommand line argument. -
Uses of SingletonPlugin in org.scijava.io.location
Subinterfaces of SingletonPlugin in org.scijava.io.location Modifier and Type Interface Description interfaceLocationResolverClasses in org.scijava.io.location that implement SingletonPlugin Modifier and Type Class Description classAbstractLocationResolverAbstract super class forLocationResolverplugins.classFileLocationResolverImplementation ofLocationResolverforFileLocation. -
Uses of SingletonPlugin in org.scijava.main.console
Classes in org.scijava.main.console that implement SingletonPlugin Modifier and Type Class Description classMainArgumentHandles the--maincommand line argument, which launches an alternative main class. -
Uses of SingletonPlugin in org.scijava.main.run
Classes in org.scijava.main.run that implement SingletonPlugin Modifier and Type Class Description classMainCodeRunnerExecutes the given class'smainmethod. -
Uses of SingletonPlugin in org.scijava.module.run
Classes in org.scijava.module.run that implement SingletonPlugin Modifier and Type Class Description classModuleCodeRunnerRuns the givenIdentifiableSciJava module. -
Uses of SingletonPlugin in org.scijava.options
Classes in org.scijava.options that implement SingletonPlugin Modifier and Type Class Description classOptionsPluginBase class for all options-oriented plugins. -
Uses of SingletonPlugin in org.scijava.platform
Subinterfaces of SingletonPlugin in org.scijava.platform Modifier and Type Interface Description interfacePlatformAn interface for configuring a specific deployment platform, defined by criteria such as operating system, machine architecture or Java version.Classes in org.scijava.platform that implement SingletonPlugin Modifier and Type Class Description classAbstractPlatformAbstract superclass of platform implementations.classDefaultPlatformA platform implementation for default handling of platform issues. -
Uses of SingletonPlugin in org.scijava.plugin
Classes in org.scijava.plugin with type parameters of type SingletonPlugin Modifier and Type Class Description classAbstractSingletonService<PT extends SingletonPlugin>Abstract base class forSingletonServices.interfaceSingletonService<PT extends SingletonPlugin>A service for managingSingletonPlugins of a particular type.Subinterfaces of SingletonPlugin in org.scijava.plugin Modifier and Type Interface Description interfaceHandlerPlugin<D>Interface for plugins which "handle" a particular subset of data objects.Classes in org.scijava.plugin that implement SingletonPlugin Modifier and Type Class Description classAbstractHandlerPlugin<D>Abstract base class forHandlerPluginimplementations. -
Uses of SingletonPlugin in org.scijava.run
Subinterfaces of SingletonPlugin in org.scijava.run Modifier and Type Interface Description interfaceCodeRunnerA plugin which extends theRunService's execution handling.Classes in org.scijava.run that implement SingletonPlugin Modifier and Type Class Description classAbstractCodeRunnerAbstract superclass ofCodeRunnerimplementations. -
Uses of SingletonPlugin in org.scijava.run.console
Classes in org.scijava.run.console that implement SingletonPlugin Modifier and Type Class Description classRunArgumentHandles the--runcommand line argument. -
Uses of SingletonPlugin in org.scijava.script
Subinterfaces of SingletonPlugin 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.interfaceScriptLanguageThe base interface for scripting language adapters.Classes in org.scijava.script that implement SingletonPlugin Modifier and Type Class Description classAbstractScriptHeaderAbstract superclass forScriptHeaderimplementations.classAbstractScriptLanguageAbstract superclass forScriptLanguageimplementations.classAdaptedScriptLanguageAbstract superclass forScriptLanguageimplementations which adapt an existingScriptEngineFactory. -
Uses of SingletonPlugin in org.scijava.script.console
Classes in org.scijava.script.console that implement SingletonPlugin Modifier and Type Class Description classRunScriptArgumentDeprecated.UseRunArgumentinstead. -
Uses of SingletonPlugin in org.scijava.script.io
Classes in org.scijava.script.io that implement SingletonPlugin Modifier and Type Class Description classScriptIOPluginIOPluginfor scripts. -
Uses of SingletonPlugin in org.scijava.script.run
Classes in org.scijava.script.run that implement SingletonPlugin Modifier and Type Class Description classScriptCodeRunnerRuns the given script. -
Uses of SingletonPlugin in org.scijava.text
Subinterfaces of SingletonPlugin in org.scijava.text Modifier and Type Interface Description interfaceTextFormatTextFormatis a plugin that provides handling for a text markup language.Classes in org.scijava.text that implement SingletonPlugin Modifier and Type Class Description classAbstractTextFormatAbstract superclass ofTextFormatimplementations. -
Uses of SingletonPlugin in org.scijava.text.io
Classes in org.scijava.text.io that implement SingletonPlugin Modifier and Type Class Description classTextIOPluginIOPluginfor text conversion to HTML. -
Uses of SingletonPlugin in org.scijava.tool
Subinterfaces of SingletonPlugin in org.scijava.tool Modifier and Type Interface Description interfaceToolInterface for tools.Classes in org.scijava.tool that implement SingletonPlugin Modifier and Type Class Description classAbstractToolAbstract base class forToolimplementations.classDummyToolA tool that does nothing. -
Uses of SingletonPlugin in org.scijava.ui.console
Classes in org.scijava.ui.console that implement SingletonPlugin 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 SingletonPlugin in org.scijava.ui.dnd
Subinterfaces of SingletonPlugin in org.scijava.ui.dnd Modifier and Type Interface Description interfaceDragAndDropHandler<D>Interface for drag-and-drop handlers.Classes in org.scijava.ui.dnd that implement SingletonPlugin Modifier and Type Class Description classAbstractDragAndDropHandler<D>Abstract superclass forDragAndDropHandlers.classFileDragAndDropHandlerDrag-and-drop handler for files.classListDragAndDropHandlerDrag-and-drop handler for lists of objects.classScriptFileDragAndDropHandlerDrag-and-drop handler for script files.
-