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

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

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

Methods in org.apache.beehive.controls.runtime.generator that return ControlInterface
 ControlInterface ImplInitializer.getControlInterface()
          Returns the public or extension interface associated with the ControlBean implementation
 ControlInterface EventField.getControlInterface()
          Returns the ControlInterface associated with this event field
 ControlInterface ControlOperation.getControlInterface()
          Returns the ControlInterface associated with this ControlOperation
abstract  ControlInterface ControlImpl.getControlInterface()
          Returns the ControlInterface associated with this implementation
 ControlInterface ControlBean.getControlInterface()
          Returns the public or extension interface associated with the ControlBean
abstract  ControlInterface ControlInterface.getMostDerivedInterface()
          Returns the most-derived interface in the inheritance chain that is annotated with @ControlInterface.
 ControlInterface ControlInterface.getSuperClass()
          Returns the super interface for this interface
protected abstract  ControlInterface EventField.initControlInterface()
          Initializes the ControlInterface associated with this event field.
protected abstract  ControlInterface ControlInterface.initSuperClass()
          Initializes the super ControlInterface that this ControlInterface extends (or sets it to null if a base interface)
 

Constructors in org.apache.beehive.controls.runtime.generator with parameters of type ControlInterface
ControlBean(ControlInterface controlIntf)
          Constructs a new ControlBean class supporting a particular bean interface
ControlEventSet(ControlInterface controlIntf)
          Base constructor, protected so only a custom subclass can invoke
ControlOperation(ControlInterface controlIntf)
          Base constructor, protected so only a custom subclass can invoke
ControlPropertySet(ControlInterface controlIntf)
          Base constructor, protected so only a custom subclass can invoke
 

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

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

Methods in org.apache.beehive.controls.runtime.generator.apt that return ControlInterface
 ControlInterface AptControlImplementation.getControlInterface()
          Returns the ControlInterface implemented by this ControlImpl.
 ControlInterface AptControlInterface.getMostDerivedInterface()
          Returns the most-derived interface in the inheritance chain that is annotated with @ControlInterface.
protected  ControlInterface AptControlField.initControlInterface()
          Initializes the ControlInterface associated with this ControlField
protected  ControlInterface AptContextField.initControlInterface()
          Initializes the ControlInterface associated with this ControlField
protected  ControlInterface AptControlInterface.initSuperClass()
          Initializes the super interface that this ControlInterface extends (or sets it to null if a base interface)