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

Packages that use GenClass
org.apache.beehive.controls.runtime.generator   
org.apache.beehive.controls.runtime.generator.apt   
 

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

Subclasses of GenClass in org.apache.beehive.controls.runtime.generator
 class ClientInitializer
          The ClientInitializer represents a generated class that contains the code necessary to initialize a client that uses controls declaratively (via Control and EventHandler annotations).
 class ControlBean
          The ControlBean class is an class representing a generated JavaBean class that can host control implementation types associated with a particular control public or extension interface.
 class ControlClient
           
 class ControlImpl
          The ControlImpl class is an abstract class that represents the attributes of a Control implementation class.
 class ControlInterface
          The ControlInterface class is an abstract base class that represents the interface (base or extension) associated with a ControlBean type.
 class ImplInitializer
          The ImplInitializer class is a generated class that contains the code necessary to initialize a ControlBean implementation instance.
 

Methods in org.apache.beehive.controls.runtime.generator that return GenClass
abstract  GenClass GenClass.getSuperClass()
          Returns the super class for this class
 

Constructors in org.apache.beehive.controls.runtime.generator with parameters of type GenClass
ControlField(GenClass controlClient)
          Base constructor, protected so only a custom subclass can invoke
 

Uses of GenClass in org.apache.beehive.controls.runtime.generator.apt
 

Subclasses of GenClass in org.apache.beehive.controls.runtime.generator.apt
 class AptControlClient
           
 class AptControlImplementation
           
 class AptControlInterface
          REVIEW: does it make sense to define AptControlExtension and/or ControlExtension?
 

Methods in org.apache.beehive.controls.runtime.generator.apt that return GenClass
 GenClass AptControlClient.getSuperClass()
          Returns the super class for this class
 

Constructors in org.apache.beehive.controls.runtime.generator.apt with parameters of type GenClass
AptControlField(GenClass controlClient, FieldDeclaration controlDecl, AnnotationProcessorEnvironment env)
          Base constructor, protected so only a custom subclass can invoke