Uses of Interface
aokell.lib.membrane.BaseType

Packages that use BaseType
aokell.component This package contains the implementation of the Fractal bootstrap component. 
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. 
 

Uses of BaseType in aokell.component
 

Classes in aokell.component that implement BaseType
 class BootstrapComponentImpl
          Bootstrap component providing a TypeFactory and a GenericFactory.
 

Uses of BaseType in aokell.lib.membrane.composite
 

Subinterfaces of BaseType in aokell.lib.membrane.composite
 interface CompositeTemplateType
          Marker interface for composite template components.
 interface CompositeType
          Marker interface for composite components.
 interface ParametricCompositeTemplateType
          Marker interface for parametric composite template components, i.e. composite template components with an attribute controller.
 interface ParametricCompositeType
          Marker interface for parametric composite components, i.e. composite components with an attribute controller.
 

Uses of BaseType in aokell.lib.membrane.flat
 

Subinterfaces of BaseType in aokell.lib.membrane.flat
 interface FlatTemplateType
          Marker interface for flat template components.
 interface FlatType
          Marker interface for flat components.
 interface ParametricFlatTemplateType
          Marker interface for parametric flat template components, i.e. flat template components with an attribute controller.
 interface ParametricFlatType
          Marker interface for parametric flat components, i.e. flat components with an attribute controller.
 

Uses of BaseType in aokell.lib.membrane.marker
 

Subinterfaces of BaseType in aokell.lib.membrane.marker
 interface BindingType
          Marker interface for components with a binding controller.
 interface ContentType
          Marker interface for components with a content controller.
 interface LifeCycleType
          Marker interface for components with a lifecycle controller.
 interface NameType
          Marker interface for components with a name controller.
 interface ParametricType
          Marker interface for parametric components, i.e. components with an attribute controller.
 interface SuperType
          Marker interface for components with a super controller.
 interface TemplateType
          Marker interface for components with a factory controller.
 

Uses of BaseType in aokell.lib.membrane.primitive
 

Subinterfaces of BaseType in aokell.lib.membrane.primitive
 interface ParametricPrimitiveTemplateType
          Marker interface for parametric primitive template components, i.e. primitive template components with an attribute controller.
 interface ParametricPrimitiveType
          Marker interface for parametric primitive components, i.e. primitive components with an attribute controller.
 interface PrimitiveTemplateType
          Marker interface for primitive template components.
 interface PrimitiveType
          Marker interface for primitive components.