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 classClientBasic 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.voidTagSetWrapper. 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.voidDatasetWrapper. reload(Browser browser)Reloads the dataset from OMERO.voidFolderWrapper. reload(Browser browser)Reloads the folder from OMERO, to update all links.voidGenericRepositoryObjectWrapper. reload(Browser browser)Reloads the object from OMERO.voidImageWrapper. reload(Browser browser)Reloads the image from OMERO.voidPlateAcquisitionWrapper. reload(Browser browser)Reloads the plate acquisition from OMERO.voidPlateWrapper. reload(Browser browser)Reloads the plate from OMERO.voidProjectWrapper. reload(Browser browser)Reloads the project from OMERO.voidScreenWrapper. reload(Browser browser)Reloads the screen from OMERO.voidWellSampleWrapper. reload(Browser browser)Reloads the well sample from OMERO.voidWellWrapper. reload(Browser browser)Reloads the well from OMERO. 
 -