Uses of Class
org.nuxeo.ecm.platform.threed.service.AutomaticRenderView
-
Packages that use AutomaticRenderView Package Description org.nuxeo.ecm.platform.threed.service -
-
Uses of AutomaticRenderView in org.nuxeo.ecm.platform.threed.service
Fields in org.nuxeo.ecm.platform.threed.service with type parameters of type AutomaticRenderView Modifier and Type Field Description Map<String,AutomaticRenderView>
AutomaticRenderViewContributionHandler. registry
Methods in org.nuxeo.ecm.platform.threed.service that return AutomaticRenderView Modifier and Type Method Description AutomaticRenderView
AutomaticRenderViewContributionHandler. clone(AutomaticRenderView orig)
Methods in org.nuxeo.ecm.platform.threed.service with parameters of type AutomaticRenderView Modifier and Type Method Description AutomaticRenderView
AutomaticRenderViewContributionHandler. clone(AutomaticRenderView orig)
int
AutomaticRenderView. compareTo(AutomaticRenderView o)
void
AutomaticRenderViewContributionHandler. contributionRemoved(String id, AutomaticRenderView origContrib)
void
AutomaticRenderViewContributionHandler. contributionUpdated(String id, AutomaticRenderView contrib, AutomaticRenderView newOrigContrib)
String
AutomaticRenderViewContributionHandler. getContributionId(AutomaticRenderView contrib)
void
AutomaticRenderView. merge(AutomaticRenderView src)
void
AutomaticRenderViewContributionHandler. merge(AutomaticRenderView src, AutomaticRenderView dst)
Constructors in org.nuxeo.ecm.platform.threed.service with parameters of type AutomaticRenderView Constructor Description AutomaticRenderView(AutomaticRenderView other)
-