Uses of Interface
org.scijava.plugin.WrapperService
-
Packages that use WrapperService Package Description org.scijava.io.handle org.scijava.plugin org.scijava.widget -
-
Uses of WrapperService in org.scijava.io.handle
Subinterfaces of WrapperService in org.scijava.io.handle Modifier and Type Interface Description interfaceDataHandleServiceInterface for low-level data I/O: reading and writing bytes usingDataHandles.Classes in org.scijava.io.handle that implement WrapperService Modifier and Type Class Description classDefaultDataHandleServiceDefault implementation ofDataHandleService. -
Uses of WrapperService in org.scijava.plugin
Classes in org.scijava.plugin that implement WrapperService Modifier and Type Class Description classAbstractWrapperService<DT,PT extends WrapperPlugin<DT>>Abstract base class forWrapperServices. -
Uses of WrapperService in org.scijava.widget
Subinterfaces of WrapperService in org.scijava.widget Modifier and Type Interface Description interfaceWidgetServiceInterface for services that manage availableInputWidgets.Classes in org.scijava.widget that implement WrapperService Modifier and Type Class Description classDefaultWidgetServiceDefault service for managing availableInputWidgets.
-