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

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

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

Subclasses of GenField in org.apache.beehive.controls.runtime.generator
 class ClientField
          The ClientField class is an abstract base class that represents an java.lang.reflect.Field on an implementation class that refers to a client event notifier
 class ContextField
          The ContextField class is an abstract base class that represents an java.lang.reflect.Field on an implementation class that refers to a contextual service.
 class ControlField
          The ControlField class is an abstract base class that represents an java.lang.reflect.Field on an implementation class that refers to a control.
 class EventField
          The GenField class represents a field type that is also an event source
 

Methods in org.apache.beehive.controls.runtime.generator that return GenField
 GenField ControlImpl.getField(String name)
          Returns the field with the specified name
 GenField ControlClient.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 GenField
 ArrayList<GenField> ImplInitializer.getReflectFields()
          Returns the list of impl class fields that must be initialized using Reflection
 ArrayList<GenField> 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 GenField
static boolean ImplInitializer.needsReflection(GenField genField)
          Returns true if the initializer will use Reflection to initialize the field, false otherwise.
static boolean ClientInitializer.needsReflection(GenField genField)
          Returns true if the initializer will use Reflection to initialize the field, false otherwise.
 

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

Subclasses of GenField in org.apache.beehive.controls.runtime.generator.apt
 class AptClientField
          The AptClientField class is an implementation of ClientField where values are derived using APT metadata
 class AptContextField
          The AptContextField class is an implementation of ContextField where values are derived using APT metadata
 class AptControlField
          The AptControlField class is an implementation of ControlField where values are derived using APT metadata.
 class AptFieldHelper
          The AptFieldHelper class is a helper class that knows how to generate useful information about a Field using APT metadata