Uses of Interface
aokell.lib.control.binding.BindingControllerItf

Packages that use BindingControllerItf
aokell.lib.control.binding This package contains the implementations of the BindingController interface for flat, primitive and composite components. 
aokell.lib.util This package contains a helper class for using the Fractal API. 
 

Uses of BindingControllerItf in aokell.lib.control.binding
 

Classes in aokell.lib.control.binding that implement BindingControllerItf
 class AbstractBindingControllerImpl
          Root class for binding controllers implementations.
 class CompositeAutoBindingControllerImpl
          Implementation of the binding controller for composite components.
 class CompositeBindingControllerImpl
          Implementation of the binding controller for composite components.
 class CompositeTemplateBindingControllerImpl
          Implementation of the binding controller for composite template components.
 class FlatBindingControllerImpl
          Implementation of the binding controller for flat components.
 class FlatTemplateBindingControllerImpl
          Implementation of the binding controller for flat template components.
 class PrimitiveAutoBindingControllerImpl
          Implementation of the binding controller for primitive components.
 class PrimitiveBindingControllerImpl
          Implementation of the binding controller for primitive components.
 class PrimitiveTemplateBindingControllerImpl
          Implementation of the binding controller for primitive template components.
 

Uses of BindingControllerItf in aokell.lib.util
 

Methods in aokell.lib.util that return BindingControllerItf
static BindingControllerItf FractalHelper.getBindingController(Component c)
          Returns the BindingControllerItfinterface of the given component.