org.apache.beehive.controls.runtime.generator
Class ContextField

Object
  extended by GenField
      extended by EventField
          extended by ContextField
Direct Known Subclasses:
AptContextField

public abstract class ContextField
extends EventField

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.


Constructor Summary
protected ContextField(ControlImpl controlImpl)
          Base constructor, protected so only a custom subclass can invoke
 
Method Summary
 
Methods inherited from class EventField
addEventAdaptor, getControlInterface, getEventAdaptor, getEventAdaptors, init, initControlInterface
 
Methods inherited from class GenField
getAccessModifier, getLocalName, getName, getReflectField, getType
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextField

protected ContextField(ControlImpl controlImpl)
Base constructor, protected so only a custom subclass can invoke

Parameters:
controlImpl - the declaring ControlImpl