Uses of Interface
org.scijava.plugin.TypedPlugin
-
-
Uses of TypedPlugin in org.scijava.command.console
Classes in org.scijava.command.console that implement TypedPlugin Modifier and Type Class Description classRunArgumentDeprecated.UseRunArgumentinstead. -
Uses of TypedPlugin in org.scijava.command.run
Classes in org.scijava.command.run that implement TypedPlugin Modifier and Type Class Description classCommandCodeRunnerRuns the givenCommandclass. -
Uses of TypedPlugin in org.scijava.console
Subinterfaces of TypedPlugin 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 TypedPlugin 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 TypedPlugin in org.scijava.convert
Subinterfaces of TypedPlugin in org.scijava.convert Modifier and Type Interface Description interfaceConverter<I,O>Extensible conversionPluginfor converting between classes and types. -
Uses of TypedPlugin in org.scijava.download
Classes in org.scijava.download that implement TypedPlugin Modifier and Type Class Description classMultiWriteHandleDataHandleplugin for writing to multipleDataHandles. -
Uses of TypedPlugin in org.scijava.io
Subinterfaces of TypedPlugin 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 TypedPlugin Modifier and Type Class Description classAbstractIOPlugin<D>Abstract base class forIOPlugins. -
Uses of TypedPlugin in org.scijava.io.console
Classes in org.scijava.io.console that implement TypedPlugin Modifier and Type Class Description classOpenArgumentHandles the--opencommand line argument. -
Uses of TypedPlugin in org.scijava.io.handle
Subinterfaces of TypedPlugin 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).interfaceResettableStreamHandle<L extends Location>interfaceSeekableStreamHandle<L extends Location>interfaceStreamHandle<L extends Location>Classes in org.scijava.io.handle that implement TypedPlugin 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.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 TypedPlugin in org.scijava.io.location
Subinterfaces of TypedPlugin in org.scijava.io.location Modifier and Type Interface Description interfaceLocationResolverClasses in org.scijava.io.location that implement TypedPlugin Modifier and Type Class Description classAbstractLocationResolverAbstract super class forLocationResolverplugins.classFileLocationResolverImplementation ofLocationResolverforFileLocation. -
Uses of TypedPlugin in org.scijava.main.console
Classes in org.scijava.main.console that implement TypedPlugin Modifier and Type Class Description classMainArgumentHandles the--maincommand line argument, which launches an alternative main class. -
Uses of TypedPlugin in org.scijava.main.run
Classes in org.scijava.main.run that implement TypedPlugin Modifier and Type Class Description classMainCodeRunnerExecutes the given class'smainmethod. -
Uses of TypedPlugin in org.scijava.module.run
Classes in org.scijava.module.run that implement TypedPlugin Modifier and Type Class Description classModuleCodeRunnerRuns the givenIdentifiableSciJava module. -
Uses of TypedPlugin in org.scijava.plugin
Classes in org.scijava.plugin with type parameters of type TypedPlugin Modifier and Type Class Description classAbstractTypedService<DT,PT extends TypedPlugin<DT>>Abstract base class forTypedServices.interfaceTypedService<DT,PT extends TypedPlugin<DT>>A service for managing a particular sort ofTypedPlugin.Subinterfaces of TypedPlugin in org.scijava.plugin Modifier and Type Interface Description interfaceHandlerPlugin<D>Interface for plugins which "handle" a particular subset of data objects.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.Classes in org.scijava.plugin that implement TypedPlugin Modifier and Type Class Description classAbstractHandlerPlugin<D>Abstract base class forHandlerPluginimplementations.classAbstractTypedPlugin<D>Abstract base class forTypedPlugins.classAbstractWrapperPlugin<D>Abstract base class forWrapperPlugins. -
Uses of TypedPlugin in org.scijava.run
Subinterfaces of TypedPlugin in org.scijava.run Modifier and Type Interface Description interfaceCodeRunnerA plugin which extends theRunService's execution handling.Classes in org.scijava.run that implement TypedPlugin Modifier and Type Class Description classAbstractCodeRunnerAbstract superclass ofCodeRunnerimplementations. -
Uses of TypedPlugin in org.scijava.run.console
Classes in org.scijava.run.console that implement TypedPlugin Modifier and Type Class Description classRunArgumentHandles the--runcommand line argument. -
Uses of TypedPlugin in org.scijava.script
Subinterfaces of TypedPlugin 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.Classes in org.scijava.script that implement TypedPlugin Modifier and Type Class Description classAbstractScriptHeaderAbstract superclass forScriptHeaderimplementations. -
Uses of TypedPlugin in org.scijava.script.console
Classes in org.scijava.script.console that implement TypedPlugin Modifier and Type Class Description classRunScriptArgumentDeprecated.UseRunArgumentinstead. -
Uses of TypedPlugin in org.scijava.script.io
Classes in org.scijava.script.io that implement TypedPlugin Modifier and Type Class Description classScriptIOPluginIOPluginfor scripts. -
Uses of TypedPlugin in org.scijava.script.run
Classes in org.scijava.script.run that implement TypedPlugin Modifier and Type Class Description classScriptCodeRunnerRuns the given script. -
Uses of TypedPlugin in org.scijava.text
Subinterfaces of TypedPlugin 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 TypedPlugin Modifier and Type Class Description classAbstractTextFormatAbstract superclass ofTextFormatimplementations. -
Uses of TypedPlugin in org.scijava.text.io
Classes in org.scijava.text.io that implement TypedPlugin Modifier and Type Class Description classTextIOPluginIOPluginfor text conversion to HTML. -
Uses of TypedPlugin in org.scijava.ui
Classes in org.scijava.ui that implement TypedPlugin Modifier and Type Class Description classAbstractUIInputWidget<T,W>Abstract superclass ofInputWidgetimplementations that belong to a specific UI. -
Uses of TypedPlugin in org.scijava.ui.console
Classes in org.scijava.ui.console that implement TypedPlugin 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 TypedPlugin in org.scijava.ui.dnd
Subinterfaces of TypedPlugin 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 TypedPlugin 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. -
Uses of TypedPlugin in org.scijava.widget
Subinterfaces of TypedPlugin 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.Classes in org.scijava.widget that implement TypedPlugin Modifier and Type Class Description classAbstractInputWidget<T,W>Base class for input widgets.
-