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

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

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

Methods in org.apache.beehive.controls.runtime.generator that return AptEventSet
 AptEventSet EventAdaptor.getEventSet()
          Returns the EventSet associated with this Adaptor
 AptEventSet AptEvent.getEventSet()
          Returns the EventSet associated with the event
 AptEventSet AptControlInterface.getEventSet(String name)
          Returns the AptEventSet with the specified name
 AptEventSet AptEventSet.getSuperEventSet()
          Returns any EventSet from which this event set derives (or null if none)
 AptEventSet AptEventSet.initSuperEventSet()
          Checks to see if this EventSet extends on declared on a parent control interface.
 

Methods in org.apache.beehive.controls.runtime.generator that return types with arguments of type AptEventSet
 Collection<AptEventSet> AptControlInterface.getEventSets()
          Returns the list of AptEventSet declared directly by this AptControlInterface
 

Methods in org.apache.beehive.controls.runtime.generator with parameters of type AptEventSet
 void AptEventField.addEventAdaptor(AptEventSet eventSet, EventAdaptor eventAdaptor)
          Adds a EventAdaptor for a particular EventSet
 EventAdaptor AptEventField.getEventAdaptor(AptEventSet eventSet)
          Gets the EventAdaptor for a particular EventSet
 

Constructors in org.apache.beehive.controls.runtime.generator with parameters of type AptEventSet
AptEvent(AptEventSet eventSet, MethodDeclaration eventDecl, AnnotationProcessorEnvironment env)
          Constructs a new AptEvent instance from APT metadata
EventAdaptor(AptEventField eventField, AptEventSet eventSet)
          Constructs a new EventAdaptor for events declared on an EventSet