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

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

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

Classes in org.apache.beehive.controls.runtime.generator with type parameters of type AptMethod
 class AptMethodSet<T extends AptMethod>
          The AptMethodSet method represents a collection of AptMethod objects.
 

Subclasses of AptMethod in org.apache.beehive.controls.runtime.generator
 class AptEvent
          The AptEvent class represents a control Property where the event attributes are derived using APT metadata
 class AptEventHandler
          The AptEventHandler class represents a control EventHandler where the event attributes are derived using APT metadata
 class AptOperation
          The AptOperation class represents a control operation where the operation attributes are derived using APT metadata.
 

Methods in org.apache.beehive.controls.runtime.generator that return AptMethod
 AptMethod EventAdaptor.getHandler(AptEvent event)
          Returns the EventHandler for a ControlEvent on this EventAdaptor
 

Methods in org.apache.beehive.controls.runtime.generator with parameters of type AptMethod
 void EventAdaptor.addHandler(AptEvent event, AptMethod eventHandler)
          Adds a new EventHandler for a Event to the EventAdaptor