Uses of Class
org.apache.beehive.controls.runtime.generator.AptControlImplementation

Packages that use AptControlImplementation
org.apache.beehive.controls.runtime.generator   
 

Uses of AptControlImplementation in org.apache.beehive.controls.runtime.generator
 

Methods in org.apache.beehive.controls.runtime.generator that return AptControlImplementation
 AptControlImplementation ImplInitializer.getControlImplementation()
          Returns the ControlBean implementation instance
 AptControlImplementation AptControlImplementation.getSuperClass()
          Returns the super interface for this interface
 

Constructors in org.apache.beehive.controls.runtime.generator with parameters of type AptControlImplementation
AptClientField(AptControlImplementation controlImpl, FieldDeclaration fieldDecl)
          Base constructor, protected so only a custom subclass can invoke
AptContextField(AptControlImplementation controlImpl, FieldDeclaration fieldDecl, TwoPhaseAnnotationProcessor ap)
          Base constructor, protected so only a custom subclass can invoke
ImplInitializer(AptControlImplementation controlImpl)
          Constructs a new ImplInitializer class supporting a particular control bean implementation