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

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

Uses of Platform in org.granite.client.tide
 

Methods in org.granite.client.tide with parameters of type Platform
 void Context.initContext(Platform platform, EventBus eventBus, BeanManager beanManager, InstanceStore instanceStore)
           
 

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

Constructors in org.granite.client.tide.cdi with parameters of type Platform
CDIContextManager(Platform platform, EventBus eventBus)
           
 

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

Classes in org.granite.client.tide.impl that implement Platform
 class DefaultPlatform
           
 

Fields in org.granite.client.tide.impl declared as Platform
protected  Platform SimpleContextManager.platform
           
 

Constructors in org.granite.client.tide.impl with parameters of type Platform
SimpleContextManager(Platform platform)
           
SimpleContextManager(Platform platform, EventBus eventBus)
           
 

Uses of Platform in org.granite.client.tide.javafx
 

Classes in org.granite.client.tide.javafx that implement Platform
 class JavaFXPlatform
           
 

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

Constructors in org.granite.client.tide.javafx.cdi with parameters of type Platform
JavaFXTideClientExtension.InjectionTargetWrapper(Platform platform, BeanManager beanManager, InjectionTarget<T> injectionTarget, AnnotatedType<T> annotatedType)
           
JavaFXTideClientExtension.JavaFXCDIContextManager(Platform platform, EventBus eventBus)
           
JavaFXTideClientExtension.ProducerWrapper(Platform platform, BeanManager beanManager, Producer<T> producer, AnnotatedMember<T> annotatedMember)
           
 

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

Constructors in org.granite.client.tide.spring with parameters of type Platform
SpringContextManager(Platform platform)
           
SpringContextManager(Platform platform, EventBus eventBus)