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

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

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

Subclasses of AptField in org.apache.beehive.controls.runtime.generator
 class AptClientField
          The AptClientField class describes a reference to a client callback notifier within an AptControlImplementation class.
 class AptContextField
          The AptContextField class contains information about a field referring to a contextual service with an AptControlImplementation class.
 class AptControlField
          The AptControlField class contains information about a field that refers to a nested control.
 class AptEventField
          The AptEventField class represents a field type that is also an event source
 

Methods in org.apache.beehive.controls.runtime.generator that return AptField
 AptField AptControlImplementation.getField(String name)
          Returns the field with the specified name
 AptField AptControlClient.getField(String name)
          Returns the field with the specified name
 

Methods in org.apache.beehive.controls.runtime.generator that return types with arguments of type AptField
 ArrayList<AptField> ImplInitializer.getReflectFields()
          Returns the list of impl class fields that must be initialized using Reflection
 ArrayList<AptField> ClientInitializer.getReflectFields()
          Returns the list of impl class fields that must be initialized using Reflection
 

Methods in org.apache.beehive.controls.runtime.generator with parameters of type AptField
static boolean ImplInitializer.needsReflection(AptField genField)
          Returns true if the initializer will use Reflection to initialize the field, false otherwise.
static boolean ClientInitializer.needsReflection(AptField genField)
          Returns true if the initializer will use Reflection to initialize the field, false otherwise.