Uses of Interface
org.granite.client.tide.ContextManager

Packages that use ContextManager
org.granite.client.tide   
org.granite.client.tide.cdi   
org.granite.client.tide.impl   
org.granite.client.tide.javafx.cdi   
org.granite.client.tide.spring   
 

Uses of ContextManager in org.granite.client.tide
 

Methods in org.granite.client.tide that return ContextManager
 ContextManager Context.getContextManager()
           
 

Constructors in org.granite.client.tide with parameters of type ContextManager
Context(ContextManager contextManager, Context parentCtx, String contextId)
           
 

Uses of ContextManager in org.granite.client.tide.cdi
 

Classes in org.granite.client.tide.cdi that implement ContextManager
 class CDIContextManager
           
 

Uses of ContextManager in org.granite.client.tide.impl
 

Classes in org.granite.client.tide.impl that implement ContextManager
 class SimpleContextManager
           
 

Uses of ContextManager in org.granite.client.tide.javafx.cdi
 

Classes in org.granite.client.tide.javafx.cdi that implement ContextManager
static class JavaFXTideClientExtension.JavaFXCDIContextManager
           
 

Uses of ContextManager in org.granite.client.tide.spring
 

Classes in org.granite.client.tide.spring that implement ContextManager
 class SpringContextManager