Uses of Class
fr.igred.omero.GenericObjectWrapper
-
Packages that use GenericObjectWrapper Package Description fr.igred.omero This package contains abstract wrapper classes for the OMERO Gateway and the basic OMERO object.fr.igred.omero.annotations This package contains wrapper classes for annotations.fr.igred.omero.meta This package contains wrapper classes for users and groups.fr.igred.omero.repository This package contains classes related to the hierarchical organization for images.fr.igred.omero.roi This package contains wrapper classes for OMERO shapes and ROIs. -
-
Uses of GenericObjectWrapper in fr.igred.omero
Methods in fr.igred.omero with type parameters of type GenericObjectWrapper Modifier and Type Method Description protected static <U extends DataObject,V extends GenericObjectWrapper<U>>
List<V>GenericObjectWrapper. wrap(Collection<U> objects, Function<? super U,? extends V> mapper)
Converts a DataObject list to a ObjectWrapper list, sorted bysorter
.protected static <U extends DataObject,V extends GenericObjectWrapper<U>,W extends Comparable<W>>
List<V>GenericObjectWrapper. wrap(Collection<U> objects, Function<? super U,? extends V> mapper, Function<? super V,? extends W> sorter)
Converts a DataObject list to a ObjectWrapper list, sorted bysorter
.Methods in fr.igred.omero with parameters of type GenericObjectWrapper Modifier and Type Method Description void
Client. delete(GenericObjectWrapper<?> object)
Deletes an object from OMERO. -
Uses of GenericObjectWrapper in fr.igred.omero.annotations
Subclasses of GenericObjectWrapper in fr.igred.omero.annotations Modifier and Type Class Description class
FileAnnotationWrapper
class
GenericAnnotationWrapper<T extends AnnotationData>
Generic class containing an AnnotationData (or a subclass) object.class
MapAnnotationWrapper
Class containing a MapAnnotationData, a MapAnnotationData contains a list of NamedValue(Key-Value pair).class
TagAnnotationWrapper
Class containing a TagAnnotationData -
Uses of GenericObjectWrapper in fr.igred.omero.meta
Subclasses of GenericObjectWrapper in fr.igred.omero.meta Modifier and Type Class Description class
ExperimenterWrapper
class
GroupWrapper
-
Uses of GenericObjectWrapper in fr.igred.omero.repository
Subclasses of GenericObjectWrapper in fr.igred.omero.repository Modifier and Type Class Description class
ChannelWrapper
class
DatasetWrapper
Class containing a DatasetData.class
FolderWrapper
Class containing a FolderData.class
GenericRepositoryObjectWrapper<T extends DataObject>
Generic class containing a DataObject (or a subclass) object.class
ImageWrapper
Class containing an ImageData.class
PixelsWrapper
Class containing a PixelDataclass
PlateAcquisitionWrapper
class
PlateWrapper
class
ProjectWrapper
Class containing a ProjectDataclass
ScreenWrapper
class
WellSampleWrapper
class
WellWrapper
-
Uses of GenericObjectWrapper in fr.igred.omero.roi
Subclasses of GenericObjectWrapper in fr.igred.omero.roi Modifier and Type Class Description class
EllipseWrapper
class
GenericShapeWrapper<T extends ShapeData>
Generic class containing a ShapeData (or a subclass) object.class
LineWrapper
class
MaskWrapper
class
PointWrapper
class
PolygonWrapper
class
PolylineWrapper
class
RectangleWrapper
class
ROIWrapper
Class containing a ROIDataclass
TextWrapper
-