Uses of Class
fr.igred.omero.Browser
-
Packages that use Browser 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.repository This package contains classes related to the hierarchical organization for images. -
-
Uses of Browser in fr.igred.omero
Subclasses of Browser in fr.igred.omero Modifier and Type Class Description class
Client
Basic class, contains the gateway, the security context, and multiple facilities. -
Uses of Browser in fr.igred.omero.annotations
Methods in fr.igred.omero.annotations with parameters of type Browser Modifier and Type Method Description List<TagAnnotationWrapper>
TagSetWrapper. getTags(Browser browser)
Reloads the tag set and returns the corresponding list of tags.void
TagSetWrapper. reload(Browser browser)
Reloads the tag set from OMERO. -
Uses of Browser in fr.igred.omero.repository
Methods in fr.igred.omero.repository with parameters of type Browser Modifier and Type Method Description List<WellSampleWrapper>
PlateAcquisitionWrapper. getWellSamples(Browser browser)
Retrieves the well samples for this plate acquisition from OMERO and updates the object.void
DatasetWrapper. reload(Browser browser)
Reloads the dataset from OMERO.void
FolderWrapper. reload(Browser browser)
Reloads the folder from OMERO, to update all links.void
GenericRepositoryObjectWrapper. reload(Browser browser)
Reloads the object from OMERO.void
ImageWrapper. reload(Browser browser)
Reloads the image from OMERO.void
PlateAcquisitionWrapper. reload(Browser browser)
Reloads the plate acquisition from OMERO.void
PlateWrapper. reload(Browser browser)
Reloads the plate from OMERO.void
ProjectWrapper. reload(Browser browser)
Reloads the project from OMERO.void
ScreenWrapper. reload(Browser browser)
Reloads the screen from OMERO.void
WellSampleWrapper. reload(Browser browser)
Reloads the well sample from OMERO.void
WellWrapper. reload(Browser browser)
Reloads the well from OMERO.
-