Uses of Interface
org.scijava.plugin.WrapperPlugin
-
Packages that use WrapperPlugin Package Description org.scijava.download org.scijava.io.handle org.scijava.plugin org.scijava.ui org.scijava.widget -
-
Uses of WrapperPlugin in org.scijava.download
Classes in org.scijava.download that implement WrapperPlugin Modifier and Type Class Description classMultiWriteHandleDataHandleplugin for writing to multipleDataHandles. -
Uses of WrapperPlugin in org.scijava.io.handle
Subinterfaces of WrapperPlugin 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 WrapperPlugin 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 WrapperPlugin in org.scijava.plugin
Classes in org.scijava.plugin with type parameters of type WrapperPlugin Modifier and Type Class Description classAbstractWrapperService<DT,PT extends WrapperPlugin<DT>>Abstract base class forWrapperServices.interfaceWrapperService<DT,PT extends WrapperPlugin<DT>>A service for managingWrapperPlugins of a particular type.Classes in org.scijava.plugin that implement WrapperPlugin Modifier and Type Class Description classAbstractWrapperPlugin<D>Abstract base class forWrapperPlugins. -
Uses of WrapperPlugin in org.scijava.ui
Classes in org.scijava.ui that implement WrapperPlugin Modifier and Type Class Description classAbstractUIInputWidget<T,W>Abstract superclass ofInputWidgetimplementations that belong to a specific UI. -
Uses of WrapperPlugin in org.scijava.widget
Subinterfaces of WrapperPlugin 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 WrapperPlugin Modifier and Type Class Description classAbstractInputWidget<T,W>Base class for input widgets.
-