Uses of Interface
org.scijava.Typed
-
-
Uses of Typed in org.scijava.command.console
Classes in org.scijava.command.console that implement Typed Modifier and Type Class Description classRunArgumentDeprecated.UseRunArgumentinstead. -
Uses of Typed in org.scijava.command.run
Classes in org.scijava.command.run that implement Typed Modifier and Type Class Description classCommandCodeRunnerRuns the givenCommandclass. -
Uses of Typed in org.scijava.console
Subinterfaces of Typed 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 Typed Modifier and Type Class Description classAbstractConsoleArgumentAbstract superclass ofConsoleArgumentimplementations.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 Typed in org.scijava.convert
Subinterfaces of Typed 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 Typed in org.scijava.download
Classes in org.scijava.download that implement Typed Modifier and Type Class Description classMultiWriteHandleDataHandleplugin for writing to multipleDataHandles. -
Uses of Typed in org.scijava.io
Subinterfaces of Typed 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.interfaceTypedIOService<D>Interface for high-level data I/O: opening and saving data of a specific type.Classes in org.scijava.io that implement Typed Modifier and Type Class Description classAbstractIOPlugin<D>Abstract base class forIOPlugins.classAbstractTypedIOService<D>Abstract base class for typedIOPlugins.classDefaultIOServiceDefault implementation ofIOService. -
Uses of Typed in org.scijava.io.console
Classes in org.scijava.io.console that implement Typed Modifier and Type Class Description classOpenArgumentHandles the--opencommand line argument. -
Uses of Typed in org.scijava.io.handle
Subinterfaces of Typed 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 Typed 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 Typed in org.scijava.io.location
Subinterfaces of Typed 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 Typed Modifier and Type Class Description classAbstractLocationResolverAbstract super class forLocationResolverplugins.classDefaultLocationServiceDefaultLocationServiceimplementation.classFileLocationResolverImplementation ofLocationResolverforFileLocation. -
Uses of Typed in org.scijava.main.console
Classes in org.scijava.main.console that implement Typed Modifier and Type Class Description classMainArgumentHandles the--maincommand line argument, which launches an alternative main class. -
Uses of Typed in org.scijava.main.run
Classes in org.scijava.main.run that implement Typed Modifier and Type Class Description classMainCodeRunnerExecutes the given class'smainmethod. -
Uses of Typed in org.scijava.module.run
Classes in org.scijava.module.run that implement Typed Modifier and Type Class Description classModuleCodeRunnerRuns the givenIdentifiableSciJava module. -
Uses of Typed in org.scijava.plugin
Subinterfaces of Typed 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.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 Typed Modifier and Type Class Description classAbstractHandlerPlugin<D>Abstract base class forHandlerPluginimplementations.classAbstractHandlerService<DT,PT extends HandlerPlugin<DT>>Abstract base class forHandlerServices.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. -
Uses of Typed in org.scijava.run
Subinterfaces of Typed 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 Typed Modifier and Type Class Description classAbstractCodeRunnerAbstract superclass ofCodeRunnerimplementations.classDefaultRunServiceDefault service for managing availableCodeRunnerplugins. -
Uses of Typed in org.scijava.run.console
Classes in org.scijava.run.console that implement Typed Modifier and Type Class Description classRunArgumentHandles the--runcommand line argument. -
Uses of Typed in org.scijava.script
Subinterfaces of Typed 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.interfaceScriptHeaderServiceClasses in org.scijava.script that implement Typed Modifier and Type Class Description classAbstractScriptHeaderAbstract superclass forScriptHeaderimplementations.classDefaultScriptHeaderServiceDefaultScriptHeaderServiceimplementation. -
Uses of Typed in org.scijava.script.console
Classes in org.scijava.script.console that implement Typed Modifier and Type Class Description classRunScriptArgumentDeprecated.UseRunArgumentinstead. -
Uses of Typed in org.scijava.script.io
Classes in org.scijava.script.io that implement Typed Modifier and Type Class Description classScriptIOPluginIOPluginfor scripts. -
Uses of Typed in org.scijava.script.run
Classes in org.scijava.script.run that implement Typed Modifier and Type Class Description classScriptCodeRunnerRuns the given script. -
Uses of Typed in org.scijava.text
Subinterfaces of Typed 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 Typed Modifier and Type Class Description classAbstractTextFormatAbstract superclass ofTextFormatimplementations.classDefaultTextServiceDefault service for working with text formats. -
Uses of Typed in org.scijava.text.io
Subinterfaces of Typed in org.scijava.text.io Modifier and Type Interface Description interfaceTextIOServiceTypedIOServicefor opening and saving text dataClasses in org.scijava.text.io that implement Typed Modifier and Type Class Description classDefaultTextIOServiceDefaultTextIOServiceimplementation for opening and saving text dataclassTextIOPluginIOPluginfor text conversion to HTML. -
Uses of Typed in org.scijava.ui
Classes in org.scijava.ui that implement Typed Modifier and Type Class Description classAbstractUIInputWidget<T,W>Abstract superclass ofInputWidgetimplementations that belong to a specific UI. -
Uses of Typed in org.scijava.ui.console
Classes in org.scijava.ui.console that implement Typed 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 Typed in org.scijava.ui.dnd
Subinterfaces of Typed 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 Typed Modifier and Type Class Description classAbstractDragAndDropHandler<D>Abstract superclass forDragAndDropHandlers.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 Typed in org.scijava.widget
Subinterfaces of Typed 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.interfaceWidgetServiceInterface for services that manage availableInputWidgets.Classes in org.scijava.widget that implement Typed Modifier and Type Class Description classAbstractInputWidget<T,W>Base class for input widgets.classDefaultWidgetServiceDefault service for managing availableInputWidgets.
-