Uses of Interface
aokell.lib.control.superc.SuperControllerItf

Packages that use SuperControllerItf
aokell.lib.control.superc This package contains the implementation of the SuperController interface. 
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. 
 

Uses of SuperControllerItf in aokell.lib.control.superc
 

Classes in aokell.lib.control.superc that implement SuperControllerItf
 class SuperControllerImpl
          Implementation of the super controller.
 

Uses of SuperControllerItf in aokell.lib.membrane.composite
 

Subinterfaces of SuperControllerItf 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 SuperControllerItf in aokell.lib.membrane.flat
 

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

Uses of SuperControllerItf in aokell.lib.membrane.marker
 

Subinterfaces of SuperControllerItf in aokell.lib.membrane.marker
 interface SuperType
          Marker interface for components with a super controller.
 

Uses of SuperControllerItf in aokell.lib.membrane.primitive
 

Subinterfaces of SuperControllerItf 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.
 

Uses of SuperControllerItf in aokell.lib.util
 

Methods in aokell.lib.util that return SuperControllerItf
static SuperControllerItf FractalHelper.getSuperController(Component c)
          Returns the SuperControllerItf interface of the given component.