Uses of Package
aokell.lib.control.binding

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

Classes in aokell.lib.control.binding used by aokell.lib.control.binding
AbstractBindingControllerImpl
          Root class for binding controllers implementations.
BindingControllerItf
          This interface extends the Fractal BindingController interface with methods to manage reverse bindings, i.e. bindings from the destination to the source, and with a method to retrieve the list of currently bound collection interface names.
CompositeBindingControllerImpl
          Implementation of the binding controller for composite components.
FlatBindingControllerImpl
          Implementation of the binding controller for flat components.
PrimitiveBindingControllerImpl
          Implementation of the binding controller for primitive components.
 

Classes in aokell.lib.control.binding used by aokell.lib.membrane.composite
BindingControllerSetterGetterItf
          Interface for managing the reference towards the binding controllers.
 

Classes in aokell.lib.control.binding used by aokell.lib.membrane.flat
BindingControllerSetterGetterItf
          Interface for managing the reference towards the binding controllers.
 

Classes in aokell.lib.control.binding used by aokell.lib.membrane.marker
BindingControllerSetterGetterItf
          Interface for managing the reference towards the binding controllers.
 

Classes in aokell.lib.control.binding used by aokell.lib.membrane.primitive
BindingControllerSetterGetterItf
          Interface for managing the reference towards the binding controllers.
 

Classes in aokell.lib.control.binding used by aokell.lib.util
BindingControllerItf
          This interface extends the Fractal BindingController interface with methods to manage reverse bindings, i.e. bindings from the destination to the source, and with a method to retrieve the list of currently bound collection interface names.