Uses of Class
fr.igred.omero.GatewayWrapper
-
Packages that use GatewayWrapper Package Description fr.igred.omero This package contains abstract wrapper classes for the OMERO Gateway and the basic OMERO object.fr.igred.omero.repository This package contains classes related to the hierarchical organization for images. -
-
Uses of GatewayWrapper in fr.igred.omero
Subclasses of GatewayWrapper in fr.igred.omero Modifier and Type Class Description class
Client
Basic class, contains the gateway, the security context, and multiple facilities. -
Uses of GatewayWrapper in fr.igred.omero.repository
Methods in fr.igred.omero.repository with parameters of type GatewayWrapper Modifier and Type Method Description protected static List<Long>
GenericRepositoryObjectWrapper. importImage(GatewayWrapper client, DataObject target, String path)
Imports one image file to the target in OMERO.List<Long>
ScreenWrapper. importImage(GatewayWrapper client, String path)
Imports one image file to the screen in OMERO.protected static boolean
GenericRepositoryObjectWrapper. importImages(GatewayWrapper client, DataObject target, String... paths)
Imports all images candidates in the paths to the target in OMERO.boolean
ScreenWrapper. importImages(GatewayWrapper client, String... paths)
Imports all images candidates in the paths to the screen in OMERO.void
ScreenWrapper. refresh(GatewayWrapper client)
Refreshes the wrapped screen.
-