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

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

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

Methods in org.apache.beehive.controls.runtime.generator that return AptControlInterface
 AptControlInterface ImplInitializer.getControlInterface()
          Returns the public or extension interface associated with the ControlBean implementation
 AptControlInterface ControlBean.getControlInterface()
          Returns the public or extension interface associated with the ControlBean
 AptControlInterface AptOperation.getControlInterface()
          Returns the AptControlInterface associated with this ControlOperation
 AptControlInterface AptEventField.getControlInterface()
          Returns the ControlInterface associated with this event field
 AptControlInterface AptControlImplementation.getControlInterface()
          Returns the ControlInterface implemented by this ControlImpl.
 AptControlInterface AptControlInterface.getMostDerivedInterface()
          Returns the most-derived interface in the inheritance chain that is annotated with @ControlInterface.
 AptControlInterface AptControlInterface.getSuperClass()
          Returns the super interface for this interface
protected abstract  AptControlInterface AptEventField.initControlInterface()
          Inits the ControlInterface associated with this event field.
protected  AptControlInterface AptControlField.initControlInterface()
          Initializes the ControlInterface associated with this ControlField
protected  AptControlInterface AptContextField.initControlInterface()
          Initializes a ControlInterface associated with this context field.
 

Constructors in org.apache.beehive.controls.runtime.generator with parameters of type AptControlInterface
AptEventSet(AptControlInterface controlIntf, InterfaceDeclaration eventSet, AnnotationProcessorEnvironment env)
          Constructs a new AptEventSet instance from APT metadata
AptOperation(AptControlInterface controlIntf, MethodDeclaration methodDecl, AnnotationProcessorEnvironment env)
          Constructs a new ControlOperation instance where interface information is derived from APT metadata
AptPropertySet(AptControlInterface controlIntf, Declaration propertySet, AnnotationProcessorEnvironment env)
          Constructs a new AptPropertySet instance from APT metadata
ControlBean(AptControlInterface controlIntf)
          Constructs a new ControlBean class supporting a particular bean interface